X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure;h=586c26bb06cd76987a5e4e534fba28ffe1729654;hb=1b3b018aa4e43d7bf87df5cdf28c69a9ad5a6cbc;hp=8241135221331f8a99cf988f7b9da3f5548ed768;hpb=7d63f10c37cd9327c39ae4e3e7ec389c08b87390;p=ffmpeg diff --git a/configure b/configure index 82411352213..586c26bb06c 100755 --- a/configure +++ b/configure @@ -2231,6 +2231,7 @@ svq1_encoder_select="aandcttables hpeldsp me_cmp mpegvideoenc" svq3_decoder_select="h264_decoder hpeldsp tpeldsp" svq3_decoder_suggest="zlib" tak_decoder_select="audiodsp" +tdsc_decoder_select="zlib mjpeg_decoder" theora_decoder_select="vp3_decoder" thp_decoder_select="mjpeg_decoder" tiff_decoder_suggest="zlib lzma" @@ -2994,13 +2995,6 @@ disabled logging && logfile=/dev/null echo "# $0 $FFMPEG_CONFIGURATION" > $logfile set >> $logfile -test -n "$cross_prefix" && enable cross_compile - -if enabled cross_compile; then - test -n "$arch" && test -n "$target_os" || - die "Must specify target arch and OS when cross-compiling" -fi - test -n "$valgrind" && toolchain="valgrind-memcheck" case "$toolchain" in @@ -3087,6 +3081,13 @@ case "$toolchain" in ;; esac +test -n "$cross_prefix" && enable cross_compile + +if enabled cross_compile; then + test -n "$arch" && test -n "$target_os" || + die "Must specify target arch and OS when cross-compiling" +fi + ar_default="${cross_prefix}${ar_default}" cc_default="${cross_prefix}${cc_default}" cxx_default="${cross_prefix}${cxx_default}" @@ -3750,6 +3751,7 @@ elif enabled arm; then elif check_arm_arch 6T2; then echo armv6t2; elif check_arm_arch 7; then echo armv7; elif check_arm_arch 7A 7_A; then echo armv7-a; + elif check_arm_arch 7S; then echo armv7-a; elif check_arm_arch 7R 7_R; then echo armv7-r; elif check_arm_arch 7M 7_M; then echo armv7-m; elif check_arm_arch 7EM 7E_M; then echo armv7-m; @@ -5298,7 +5300,9 @@ if enabled icc; then # 10006: ignoring unknown option -fno-signed-zeros # 10148: ignoring unknown option -Wno-parentheses # 10156: ignoring option '-W'; no argument required - check_cflags -wd144,167,188,556,1292,1419,10006,10148,10156 + # 13200: No EMMS instruction before call to function + # 13203: No EMMS instruction before return from function + check_cflags -wd144,167,188,556,1292,1419,10006,10148,10156,13200,13203 # 11030: Warning unknown option --as-needed # 10156: ignoring option '-export'; no argument required check_ldflags -wd10156,11030