3 # Libav configure script
5 # Copyright (c) 2000-2002 Fabrice Bellard
6 # Copyright (c) 2005-2008 Diego Biurrun
7 # Copyright (c) 2005-2008 Mans Rullgard
10 # Prevent locale nonsense from breaking basic text processing.
14 # make sure we are running under a compatible shell
15 # try to make this part work with most shells
18 echo "Trying shell $1"
19 type "$1" > /dev/null 2>&1 && exec "$@"
23 (: ${foo%%bar}) 2> /dev/null
26 (: ${foo?}) 2> /dev/null
29 if test "$E1" != 0 || test "$E2" = 0; then
30 echo "Broken shell detected. Trying alternatives."
32 if test "0$FF_CONF_EXEC" -lt 1; then
34 try_exec bash "$0" "$@"
36 if test "0$FF_CONF_EXEC" -lt 2; then
38 try_exec ksh "$0" "$@"
40 if test "0$FF_CONF_EXEC" -lt 3; then
42 try_exec /usr/xpg4/bin/sh "$0" "$@"
44 echo "No compatible shell script interpreter found."
45 echo "This configure script requires a POSIX-compatible shell"
46 echo "such as bash or ksh."
47 echo "THIS IS NOT A BUG IN LIBAV, DO NOT REPORT IT AS SUCH."
48 echo "Instead, install a working POSIX-compatible shell."
49 echo "Disabling this configure test will create a broken Libav."
50 if test "$BASH_VERSION" = '2.04.0(1)-release'; then
51 echo "This bash version ($BASH_VERSION) is broken on your platform."
52 echo "Upgrade to a later version if available."
57 test -d /usr/xpg4/bin && PATH=/usr/xpg4/bin:$PATH
61 Usage: configure [options]
62 Options: [defaults in brackets after descriptions]
65 --help print this message
66 --quiet Suppress showing informative output
67 --list-decoders show all available decoders
68 --list-encoders show all available encoders
69 --list-hwaccels show all available hardware accelerators
70 --list-demuxers show all available demuxers
71 --list-muxers show all available muxers
72 --list-parsers show all available parsers
73 --list-protocols show all available protocols
74 --list-bsfs show all available bitstream filters
75 --list-indevs show all available input devices
76 --list-filters show all available filters
79 --logfile=FILE log tests and output to FILE [avbuild/config.log]
80 --disable-logging do not log configure debug information
81 --prefix=PREFIX install in PREFIX [$prefix_default]
82 --bindir=DIR install binaries in DIR [PREFIX/bin]
83 --datadir=DIR install data files in DIR [PREFIX/share/avconv]
84 --docdir=DIR install documentation in DIR [PREFIX/share/doc/libav]
85 --libdir=DIR install libs in DIR [PREFIX/lib]
86 --shlibdir=DIR install shared libs in DIR [PREFIX/lib]
87 --incdir=DIR install includes in DIR [PREFIX/include]
88 --mandir=DIR install man page in DIR [PREFIX/share/man]
89 --enable-rpath use rpath when linking programs (USE WITH CARE)
92 --enable-gpl allow use of GPL code, the resulting libs
93 and binaries will be under GPL [no]
94 --enable-version3 upgrade (L)GPL to version 3 [no]
95 --enable-nonfree allow use of nonfree code, the resulting libs
96 and binaries will be unredistributable [no]
98 Configuration options:
99 --disable-static do not build static libraries [no]
100 --enable-shared build shared libraries [no]
101 --enable-small optimize for size instead of speed
102 --enable-runtime-cpudetect detect CPU capabilities at runtime (bigger binary)
103 --enable-gray enable full grayscale support (slower color)
104 --disable-swscale-alpha disable alpha channel support in swscale
105 --disable-all disable building components, libraries and programs
108 --disable-programs do not build command line programs
109 --disable-avconv disable avconv build
110 --disable-avplay disable avplay build
111 --disable-avprobe disable avprobe build
114 --disable-doc do not build documentation
115 --disable-pod2man do not build manual pages
116 --disable-texi2html do not build HTML documentation
117 --disable-avdevice disable libavdevice build
118 --disable-avcodec disable libavcodec build
119 --disable-avformat disable libavformat build
120 --disable-avutil disable libavutil build
121 --disable-swscale disable libswscale build
122 --disable-avfilter disable video filter support [no]
123 --disable-avresample disable libavresample build [no]
124 --disable-pthreads disable pthreads [auto]
125 --disable-w32threads disable Win32 threads [auto]
126 --disable-network disable network support [no]
127 --disable-dct disable DCT code
128 --disable-error-resilience disable error resilience code
129 --disable-lsp disable LSP code
130 --disable-lzo disable LZO decoder code
131 --disable-mdct disable MDCT code
132 --disable-rdft disable RDFT code
133 --disable-fft disable FFT code
134 --disable-faan disable floating point AAN (I)DCT code
136 Individual component options:
137 --disable-everything disable all components listed below
138 --disable-encoder=NAME disable encoder NAME
139 --enable-encoder=NAME enable encoder NAME
140 --disable-encoders disable all encoders
141 --disable-decoder=NAME disable decoder NAME
142 --enable-decoder=NAME enable decoder NAME
143 --disable-decoders disable all decoders
144 --disable-hwaccel=NAME disable hwaccel NAME
145 --enable-hwaccel=NAME enable hwaccel NAME
146 --disable-hwaccels disable all hwaccels
147 --disable-muxer=NAME disable muxer NAME
148 --enable-muxer=NAME enable muxer NAME
149 --disable-muxers disable all muxers
150 --disable-demuxer=NAME disable demuxer NAME
151 --enable-demuxer=NAME enable demuxer NAME
152 --disable-demuxers disable all demuxers
153 --enable-parser=NAME enable parser NAME
154 --disable-parser=NAME disable parser NAME
155 --disable-parsers disable all parsers
156 --enable-bsf=NAME enable bitstream filter NAME
157 --disable-bsf=NAME disable bitstream filter NAME
158 --disable-bsfs disable all bitstream filters
159 --enable-protocol=NAME enable protocol NAME
160 --disable-protocol=NAME disable protocol NAME
161 --disable-protocols disable all protocols
162 --enable-indev=NAME enable input device NAME
163 --disable-indev=NAME disable input device NAME
164 --disable-indevs disable input devices
165 --disable-devices disable all devices
166 --enable-filter=NAME enable filter NAME
167 --disable-filter=NAME disable filter NAME
168 --disable-filters disable all filters
170 External library support:
172 Using any of the following switches will allow Libav to link to the
173 corresponding external library. All the components depending on that library
174 will become enabled, if all their other dependencies are met and they are not
175 explicitly disabled. E.g. --enable-libwavpack will enable linking to
176 libwavpack and allow the libwavpack encoder to be built, unless it is
177 specifically disabled with --disable-encoder=libwavpack.
179 Note that only the system libraries are auto-detected. All the other external
180 libraries must be explicitly enabled.
182 Also note that the following help text describes the purpose of the libraries
183 themselves, not all their features will necessarily be usable by Libav.
185 --enable-avisynth video frameserver
186 --enable-avxsynth Linux version of AviSynth
187 --enable-bzlib bzip2 compression [autodetect]
188 --enable-frei0r video filtering plugins
189 --enable-gnutls crypto
190 --enable-libaom AV1 video encoding/decoding
191 --enable-libbs2b Bauer stereophonic-to-binaural DSP
192 --enable-libcdio audio CD input
193 --enable-libdc1394 IEEE 1394/Firewire camera input
194 --enable-libdcadec DCA audio decoding
195 --enable-libfaac AAC audio encoding
196 --enable-libfdk-aac AAC audio encoding/decoding
197 --enable-libfontconfig font configuration and management
198 --enable-libfreetype font rendering
199 --enable-libgsm GSM audio encoding/decoding
200 --enable-libhdcd HDCD decoding filter
201 --enable-libilbc ILBC audio encoding/decoding
202 --enable-libjack JACK audio sound server
203 --enable-libkvazaar HEVC video encoding
204 --enable-libmp3lame MP3 audio encoding
205 --enable-libopencore-amrnb AMR-NB audio encoding/decoding
206 --enable-libopencore-amrwb AMR-WB audio decoding
207 --enable-libopencv computer vision
208 --enable-libopenh264 H.264 video encoding/decoding
209 --enable-libopenjpeg JPEG 2000 image encoding/decoding
210 --enable-libopus Opus audio encoding/decoding
211 --enable-libpulse Pulseaudio sound server
212 --enable-librtmp RTMP streaming
213 --enable-libschroedinger Dirac video encoding/decoding
214 --enable-libsnappy snappy compression
215 --enable-libspeex Speex audio encoding/decoding
216 --enable-libtheora Theora video encoding/decoding
217 --enable-libtwolame MP2 audio encoding
218 --enable-libvo-aacenc AAC audio encoding
219 --enable-libvo-amrwbenc AMR-WB audio encoding
220 --enable-libvorbis Vorbis audio encoding/decoding
221 --enable-libvpx VP* video encoding/decoding
222 --enable-libwavpack Wavpack audio encoding/decoding
223 --enable-libwebp WebP image encoding/decoding
224 --enable-libx264 H.264 video encoding
225 --enable-libx265 HEVC video encoding
226 --enable-libxavs Chinese AVS video encoding
227 --enable-libxcb X window system protocol communication
228 --enable-libxcb-shm X11 shm communication [auto]
229 --enable-libxcb-xfixes X11 mouse rendering [auto]
230 --enable-libxvid MPEG-4 ASP video encoding
231 --enable-openssl crypto
232 --enable-zlib compression [autodetect]
234 The following libraries provide various hardware acceleration features:
235 --enable-amf AMF video encoding code [auto]
236 --enable-cuda Nvidia CUDA (dynamically linked)
237 --enable-cuvid Nvidia CUVID video decode acceleration
238 --enable-d3d11va Microsoft Direct3D 11 video acceleration [auto]
239 --enable-dxva2 Microsoft DirectX 9 video acceleration [auto]
240 --enable-libmfx Intel MediaSDK (AKA Quick Sync Video)
241 --enable-libnpp Nvidia CUDA processing
242 --enable-mmal Broadcom Multi-Media Abstraction Layer (Raspberry Pi)
243 --enable-nvenc Nvidia video encoding
244 --enable-omx OpenMAX IL
245 --enable-omx-rpi OpenMAX IL for Raspberry Pi
246 --enable-vaapi Video Acceleration API (mainly Unix/Intel)
247 --enable-vda Apple Video Decode Acceleration [auto]
248 --enable-vdpau Nvidia Video Decode and Presentation API for Unix [auto]
251 --arch=ARCH select architecture [$arch]
252 --cpu=CPU select the minimum required CPU (affects
253 instruction selection, may crash on older CPUs)
254 --cross-prefix=PREFIX use PREFIX for compilation tools [$cross_prefix]
255 --enable-cross-compile assume a cross-compiler is used
256 --sysroot=PATH root of cross-build tree
257 --sysinclude=PATH location of cross-build system headers
258 --target-os=OS compiler targets OS [$target_os]
259 --target-exec=CMD command to run executables on target
260 --target-path=DIR path to view of build directory on target
261 --target-samples=DIR path to samples directory on target
262 --toolchain=NAME set tool defaults according to NAME
264 --ar=AR use archive tool AR [$ar_default]
265 --as=AS use assembler AS [$as_default]
266 --cc=CC use C compiler CC [$cc_default]
267 --objcc=OCC use ObjC compiler OCC [$cc_default]
268 --dep-cc=DEPCC use dependency generator DEPCC [$cc_default]
269 --ld=LD use linker LD
270 --x86asmexe=X86ASM use x86 assembler X86ASM
271 --pkg-config=PKGCONFIG use pkg-config tool PKGCONFIG [$pkg_config_default]
272 --pkg-config-flags=FLAGS pass additional flags to pkgconf []
273 --host-cc=HOSTCC use host C compiler HOSTCC
274 --host-cflags=HCFLAGS use HCFLAGS when compiling for host
275 --host-cppflags=HCPPFLAGS use HCPPFLAGS when compiling for host
276 --host-ld=HOSTLD use host linker HOSTLD
277 --host-ldflags=HLDFLAGS use HLDFLAGS when linking for host
278 --host-libs=HLIBS use libs HLIBS when linking for host
279 --host-os=OS compiler host OS [$target_os]
280 --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS]
281 --extra-objcflags=FLAGS add FLAGS to OBJCFLAGS [$CFLAGS]
282 --extra-ldflags=ELDFLAGS add ELDFLAGS to LDFLAGS [$LDFLAGS]
283 --extra-ldexeflags=ELDFLAGS add ELDFLAGS to LDEXEFLAGS [$LDEXEFLAGS]
284 --extra-ldsoflags=ELDFLAGS add ELDFLAGS to LDSOFLAGS [$LDSOFLAGS]
285 --extra-libs=ELIBS add ELIBS [$ELIBS]
286 --extra-version=STRING version string suffix []
287 --optflags=OPTFLAGS override optimization-related compiler flags
288 --enable-pic build position-independent code
289 --enable-thumb compile for Thumb instruction set
290 --enable-lto use link-time optimization
291 --env="ENV=override" override the environment variables
293 Advanced options (experts only):
294 --malloc-prefix=PREFIX prefix malloc and related names with PREFIX
295 --custom-allocator=NAME use a supported custom allocator
296 --disable-symver disable symbol versioning
297 --enable-hardcoded-tables use hardcoded tables instead of runtime generation
298 --disable-safe-bitstream-reader
299 disable buffer boundary checking in bitreaders
300 (faster, but may crash)
301 --enable-sram allow use of on-chip SRAM
303 Optimization options (experts only):
304 --disable-asm disable all assembly optimizations
305 --disable-altivec disable AltiVec optimizations
306 --disable-vsx disable VSX optimizations
307 --disable-power8 disable POWER8 optimizations
308 --disable-amd3dnow disable 3DNow! optimizations
309 --disable-amd3dnowext disable 3DNow! extended optimizations
310 --disable-mmx disable MMX optimizations
311 --disable-mmxext disable MMXEXT optimizations
312 --disable-sse disable SSE optimizations
313 --disable-sse2 disable SSE2 optimizations
314 --disable-sse3 disable SSE3 optimizations
315 --disable-ssse3 disable SSSE3 optimizations
316 --disable-sse4 disable SSE4 optimizations
317 --disable-sse42 disable SSE4.2 optimizations
318 --disable-avx disable AVX optimizations
319 --disable-xop disable XOP optimizations
320 --disable-fma3 disable FMA3 optimizations
321 --disable-fma4 disable FMA4 optimizations
322 --disable-avx2 disable AVX2 optimizations
323 --disable-armv5te disable armv5te optimizations
324 --disable-armv6 disable armv6 optimizations
325 --disable-armv6t2 disable armv6t2 optimizations
326 --disable-vfp disable VFP optimizations
327 --disable-neon disable NEON optimizations
328 --disable-inline-asm disable use of inline assembly
329 --disable-x86asm disable use of standalone x86 assembly
331 Developer options (useful when working on Libav itself):
332 --disable-debug disable debugging symbols
333 --enable-debug=LEVEL set the debug level [$debuglevel]
334 --disable-optimizations disable compiler optimizations
335 --enable-extra-warnings enable more compiler warnings
336 --samples=PATH location of test samples for FATE, if not set use
337 \$LIBAV_SAMPLES at make invocation time.
338 --enable-neon-clobber-test check NEON registers for clobbering (should be
339 used only for debugging purposes)
340 --enable-xmm-clobber-test check XMM registers for clobbering (Win64-only;
341 should be used only for debugging purposes)
342 --disable-valgrind-backtrace do not print a backtrace under Valgrind
343 (only applies to --disable-optimizations builds)
344 --ignore-tests=TESTS comma-separated list (without "fate-" prefix
345 in the name) of tests whose result is ignored
347 NOTE: Object files are built at the place where configure is launched.
353 echo "$@" >> $logfile
360 printf '%5s %s\n' "${i}" "${line}"
362 done < $1 >> $logfile
373 WARNINGS="${WARNINGS}WARNING: $*\n"
380 If you think configure made a mistake, make sure you are using the latest
381 version from Git. If the latest version fails, report the problem to the
382 libav-tools@libav.org mailing list or IRC #libav on irc.freenode.net.
384 if disabled logging; then
386 Rerun configure with logging enabled (do not use --disable-logging), and
387 include the log this produces with your report.
391 Include the log file "$logfile" produced by configure as this will help
398 # Avoid locale weirdness, besides we really just want to translate ASCII.
400 echo "$@" | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
404 echo "$@" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz
408 echo "$*" | sed 's/["\\]/\\\0/g'
412 v=$(echo "$1" | sed "s/'/'\\\\''/g")
413 test "x$v" = "x${v#*[!A-Za-z0-9_/.+-]}" || v="'$v'"
418 echo "$@" | sed 's/^ *//;s/ */ /g;s/ *$//'
425 eval "case '$v' in $pat) printf '%s ' '$v' ;; esac"
433 eval "case '$v' in $pat) ;; *) printf '%s ' '$v' ;; esac"
440 for v; do eval $m; done
446 for v; do echo ${v}${suffix}; done
461 eval : \${$var:=$value}
466 echo $@ | sed 's/[^A-Za-z0-9_]/_/g'
472 eval $(sanitize_var_name "$var")='$*'
476 eval echo \$$(sanitize_var_name "$1")
481 eval level=\${${pvar}_level:=0}
482 eval ${pvar}_${level}="\$$pvar"
483 eval ${pvar}_level=$(($level+1))
489 eval level=\${${pvar}_level:-0}
490 test $level = 0 && continue
491 eval level=$(($level-1))
492 eval $pvar="\${${pvar}_${level}}"
493 eval ${pvar}_level=$level
494 eval unset ${pvar}_${level}
516 enable $(sanitize_var_name $var)
522 disable $(sanitize_var_name $var)
528 enabled $var && continue
529 eval sel="\$${var}_select"
530 eval sgs="\$${var}_suggest"
534 enable_deep_weak $sgs
546 disabled $var && continue
555 test "${1#!}" = "$1" && op="=" || op="!="
556 eval test "x\$${1#!}" $op "xyes"
560 test "${1#!}" = "$1" && op="=" || op="!="
561 eval test "x\$${1#!}" $op "xno"
566 enabled $opt || return 1
572 disabled $opt || return 1
578 enabled $opt && return 0
584 disabled $opt && return 0
591 eval : \${$opt:=\$${opt}_default}
599 [ $var = $value ] && return 0
606 enabled ${cfg}_checking && die "Circular dependency for $cfg."
607 disabled ${cfg}_checking && continue
608 enable ${cfg}_checking
610 eval dep_all="\$${cfg}_deps"
611 eval dep_any="\$${cfg}_deps_any"
612 eval dep_con="\$${cfg}_conflict"
613 eval dep_sel="\$${cfg}_select"
614 eval dep_sgs="\$${cfg}_suggest"
615 eval dep_ifa="\$${cfg}_if"
616 eval dep_ifn="\$${cfg}_if_any"
618 pushvar cfg dep_all dep_any dep_con dep_sel dep_sgs dep_ifa dep_ifn
619 check_deps $dep_all $dep_any $dep_con $dep_sel $dep_sgs $dep_ifa $dep_ifn
620 popvar cfg dep_all dep_any dep_con dep_sel dep_sgs dep_ifa dep_ifn
622 [ -n "$dep_ifa" ] && { enabled_all $dep_ifa && enable_weak $cfg; }
623 [ -n "$dep_ifn" ] && { enabled_any $dep_ifn && enable_weak $cfg; }
624 enabled_all $dep_all || disable $cfg
625 enabled_any $dep_any || disable $cfg
626 disabled_all $dep_con || disable $cfg
627 disabled_any $dep_sel && disable $cfg
629 enabled $cfg && enable_deep_weak $dep_sel $dep_sgs
631 for dep in $dep_all $dep_any $dep_sel $dep_sgs; do
632 # filter out library deps, these do not belong in extralibs
633 is_in $dep $LIBRARY_LIST && continue
634 enabled $dep && eval append ${cfg}_extralibs ${dep}_extralibs
637 disable ${cfg}_checking
645 map 'eval echo "$v \${$v:-no}"' "$@" |
646 awk "BEGIN { split(\"$files\", files) }
648 c = \"$pfx\" toupper(\$1);
654 if (file ~ /\\.h\$/) {
655 printf(\"#define %s %d\\n\", c, v) >>file;
656 } else if (file ~ /\\.asm\$/) {
657 printf(\"%%define %s %d\\n\", c, v) >>file;
658 } else if (file ~ /\\.mak\$/) {
659 n = -v ? \"\" : \"!\";
660 printf(\"%s%s=yes\\n\", n, c) >>file;
670 enabled $v && printf "%s\n" ${v%$suf}
677 eval "$var=\"\$$var $*\""
683 eval "$var=\"$* \$$var\""
689 for tok in $(eval echo \$$var); do
690 uniq_list="$(filter_out $tok $uniq_list) $tok"
692 eval "$var=\"${uniq_list}\""
698 for entry in $(eval echo \$$var); do
699 tmpvar="$tmpvar $(eval echo \$${entry})"
701 eval "$var=\"${tmpvar}\""
709 append CFLAGS $($cflags_filter "$@")
712 add_cflags_headers(){
713 append CFLAGS_HEADERS $($cflags_filter "$@")
717 append ASFLAGS $($asflags_filter "$@")
721 append OBJCFLAGS $($objcflags_filter "$@")
725 append LDFLAGS $($ldflags_filter "$@")
729 append LDEXEFLAGS $($ldflags_filter "$@")
733 append LDSOFLAGS $($ldflags_filter "$@")
737 append STRIPFLAGS "$@"
741 prepend extralibs $($ldflags_filter "$@")
745 append host_cppflags "$@"
749 append host_cflags $($host_cflags_filter "$@")
753 append host_ldflags $($host_ldflags_filter "$@")
757 append compat_objs $1
759 map 'add_cppflags -D$v' "$@"
764 "$@" >> $logfile 2>&1
768 eval printf '%s\\n' $CC_O
772 eval printf '%s\\n' $CC_E
779 test_cmd $cc $CPPFLAGS $CFLAGS "$@" $CC_C $(cc_o $TMPO) $TMPC
786 test_cmd $objcc $CPPFLAGS $CFLAGS $OBJCFLAGS "$@" $OBJCC_C $(cc_o $TMPO) $TMPC
793 test_cmd $cc $CPPFLAGS $CFLAGS "$@" $(cc_e $TMPO) $TMPC
797 eval printf '%s\\n' $AS_O
804 test_cmd $as $CPPFLAGS $ASFLAGS "$@" $AS_C $(as_o $TMPO) $TMPS
810 disabled $cmd && return
812 test_cmd $@ && enable $cmd
821 test_as $@ <<EOF && enable $name
827 log check_inline_asm "$@"
832 test_cc "$@" <<EOF && enable $name
833 void foo(void){ __asm__ volatile($code); }
839 check_inline_asm ${1}_inline "$2"
840 check_as ${1}_external "$2"
848 test_cmd $x86asmexe $X86ASMFLAGS "$@" -o $TMPO $TMPS
852 eval printf '%s\\n' $LD_O
857 flags=$(filter_out '-l*' "$@")
858 libs=$(filter '-l*' "$@")
859 test_cc $($cflags_filter $flags) || return
860 flags=$($ldflags_filter $flags)
861 libs=$($ldflags_filter $libs)
862 test_cmd $ld $LDFLAGS $flags $(ld_o $TMPE) $TMPO $libs $extralibs
870 test_ld $@ && enable $name
875 test "${hdr%.h}" = "${hdr}" &&
876 echo "#include $hdr" ||
877 echo "#include <$hdr>"
887 for hdr in $headers; do
890 echo "int main(void) { $code; return 0; }"
895 log check_cppflags "$@"
896 test_cpp "$@" <<EOF && add_cppflags "$@"
903 set -- $($cflags_filter "$@")
910 log check_cflags "$@"
911 test_cflags "$@" && add_cflags "$@"
915 log test_objcflags "$@"
916 set -- $($objcflags_filter "$@")
917 test_objcc "$@" <<EOF
923 log check_objcflags "$@"
924 test_objcflags "$@" && add_objcflags "$@"
928 log test_ldflags "$@"
929 set -- $($ldflags_filter "$@")
931 int main(void){ return 0; }
936 log check_ldflags "$@"
937 test_ldflags "$@" && add_ldflags "$@"
941 log test_stripflags "$@"
942 # call test_cc to get a fresh TMPO
944 int main(void) { return 0; }
946 test_cmd $strip $STRIPFLAGS "$@" $TMPO
950 log check_stripflags "$@"
951 test_stripflags "$@" && add_stripflags "$@"
955 log check_header "$@"
958 disable_sanitized $headers
960 for hdr in $headers; do
964 } | test_cpp "$@" && enable_sanitized $headers
972 test_ld "$@" <<EOF && enable $func
974 int main(void){ $func(); }
979 log check_mathfunc "$@"
983 test $narg = 2 && args="f, g" || args="f"
985 test_ld "$@" <<EOF && enable $func
987 float foo(float f, float g) { return $func($args); }
988 int main(void){ return 0; }
992 check_func_headers(){
993 log check_func_headers "$@"
998 for hdr in $headers; do
1001 for func in $funcs; do
1002 echo "long check_$func(void) { return (long) $func; }"
1004 echo "int main(void) { return 0; }"
1005 } | test_ld "$@" && enable $funcs && enable_sanitized $headers
1008 test_cpp_condition(){
1009 log test_cpp_condition "$@"
1016 #error "unsatisfied condition: $condition"
1021 check_cpp_condition(){
1022 log check_cpp_condition "$@"
1026 test_cpp_condition "$@" && enable $name
1030 log test_cflags_cpp "$@"
1034 set -- $($cflags_filter "$flags")
1037 #error "unsatisfied condition: $condition"
1049 check_func_headers "$headers" "$funcs" "$@" &&
1050 enable $name && eval ${name}_extralibs="\$@"
1054 log test_pkg_config "$@"
1062 test_cmd $pkg_config --exists --print-errors $pkg_version || return
1063 pkg_cflags=$($pkg_config --cflags $pkg_config_flags $pkg)
1064 pkg_libs=$($pkg_config --libs $pkg_config_flags $pkg)
1065 check_func_headers "$headers" "$funcs" $pkg_cflags $pkg_libs "$@" &&
1067 set_sanitized "${name}_cflags" $pkg_cflags &&
1068 set_sanitized "${name}_extralibs" $pkg_libs
1072 log check_pkg_config "$@"
1074 test_pkg_config "$@" &&
1075 eval add_cflags \$${name}_cflags
1080 test_ld "$@" && { enabled cross_compile || $TMPE >> $logfile 2>&1; }
1084 log check_exec_crash "$@"
1087 # exit() is not async signal safe. _Exit (C99) and _exit (POSIX)
1088 # are safe but may not be available everywhere. Thus we use
1089 # raise(SIGTERM) instead. The check is run in a subshell so we
1090 # can redirect the "Terminated" message from the shell. SIGBUS
1091 # is not defined by standard C so it is used conditionally.
1093 (test_exec "$@") >> $logfile 2>&1 <<EOF
1095 static void sighandler(int sig){
1101 int (*func_ptr)(void) = foo;
1103 signal(SIGILL, sighandler);
1104 signal(SIGFPE, sighandler);
1105 signal(SIGSEGV, sighandler);
1107 signal(SIGBUS, sighandler);
1119 disable_sanitized "$type"
1120 test_code cc "$headers" "$type v" "$@" && enable_sanitized "$type"
1124 log check_struct "$@"
1129 disable_sanitized "${struct}_${member}"
1130 test_code cc "$headers" "const void *p = &(($struct *)0)->$member" "$@" &&
1131 enable_sanitized "${struct}_${member}"
1135 log check_builtin "$@"
1139 test_code ld "$@" && enable "$name"
1142 check_compile_assert(){
1143 log check_compile_assert "$@"
1149 test_code cc "$headers" "char c[2 * !!($condition) - 1]" "$@" && enable "$name"
1157 test_code cc "$@" && enable "$name"
1165 check_lib $name "$@" || die "ERROR: $name_version not found"
1172 test_code cc "$@" || die "ERROR: $name failed"
1176 log require_header "$@"
1178 check_header "$@" || die "ERROR: $headers not found"
1181 require_cpp_condition(){
1182 log require_cpp_condition "$@"
1184 test_cpp_condition "$@" || die "ERROR: $condition not satisfied"
1187 require_pkg_config(){
1188 log require_pkg_config "$@"
1190 check_pkg_config "$@" || die "ERROR: $pkg_version not found"
1194 eval printf '%s\\n' $HOSTCC_E
1198 eval printf '%s\\n' $HOSTCC_O
1202 log test_host_cc "$@"
1205 test_cmd $host_cc $host_cflags "$@" $HOSTCC_C $(hostcc_o $TMPO) $TMPC
1209 log test_host_cpp "$@"
1212 test_cmd $host_cc $host_cppflags $host_cflags "$@" $(hostcc_e $TMPO) $TMPC
1215 check_host_cppflags(){
1216 log check_host_cppflags "$@"
1217 test_host_cpp "$@" <<EOF && append host_cppflags "$@"
1218 #include <stdlib.h>;
1222 check_host_cflags(){
1223 log check_host_cflags "$@"
1224 set -- $($host_cflags_filter "$@")
1225 test_host_cc "$@" <<EOF && append host_cflags "$@"
1230 test_host_cpp_condition(){
1231 log test_host_cpp_condition "$@"
1235 test_host_cpp "$@" <<EOF
1238 #error "unsatisfied condition: $condition"
1243 check_host_cpp_condition(){
1244 log check_host_cpp_condition "$@"
1248 test_host_cpp_condition "$@" && enable $name
1252 cmp -s "$1" "$2" && { test "$quiet" != "yes" && echo "$2 is unchanged"; } && return
1253 mkdir -p "$(dirname $2)"
1257 # CONFIG_LIST contains configurable options, while HAVE_LIST is for
1258 # system-dependent things.
1260 AVCODEC_COMPONENTS="
1268 AVDEVICE_COMPONENTS="
1271 AVFILTER_COMPONENTS="
1274 AVFORMAT_COMPONENTS="
1282 $AVDEVICE_COMPONENTS
1283 $AVFILTER_COMPONENTS
1284 $AVFORMAT_COMPONENTS
1288 decode_audio_example
1289 decode_video_example
1290 encode_audio_example
1291 encode_video_example
1292 filter_audio_example
1296 transcode_aac_example
1299 # catchall list of things that require external libs to link
1305 HWACCEL_LIBRARY_NONFREE_LIST="
1310 HWACCEL_LIBRARY_LIST="
1311 $HWACCEL_LIBRARY_NONFREE_LIST
1324 EXTERNAL_LIBRARY_GPL_LIST="
1332 EXTERNAL_LIBRARY_NONFREE_LIST="
1338 EXTERNAL_LIBRARY_VERSION3_LIST="
1345 EXTERNAL_LIBRARY_LIST="
1346 $EXTERNAL_LIBRARY_GPL_LIST
1347 $EXTERNAL_LIBRARY_NONFREE_LIST
1348 $EXTERNAL_LIBRARY_VERSION3_LIST
1385 SYSTEM_LIBRARY_LIST="
1395 safe_bitstream_reader
1438 # COMPONENT_LIST needs to come last to ensure correct dependency checking
1441 $EXTERNAL_LIBRARY_LIST
1442 $HWACCEL_LIBRARY_LIST
1448 $SYSTEM_LIBRARY_LIST
1507 ARCH_EXT_LIST_X86_SIMD="
1535 $ARCH_EXT_LIST_X86_SIMD
1540 ARCH_EXT_LIST_MIPS="
1577 sync_val_compare_and_swap
1591 AVFoundation_AVFoundation_h
1594 cdio_paranoia_paranoia_h
1596 dev_bktr_ioctl_bt848_h
1597 dev_bktr_ioctl_meteor_h
1599 dev_video_bktr_ioctl_bt848_h
1600 dev_video_meteor_ioctl_meteor_h
1605 machine_ioctl_bt848_h
1606 machine_ioctl_meteor_h
1656 MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS
1671 GetProcessAffinityMask
1672 GetProcessMemoryInfo
1675 GetSystemTimeAsFileTime
1689 SetConsoleTextAttribute
1709 TOOLCHAIN_FEATURES="
1730 CONDITION_VARIABLE_Ptr
1731 CUVIDDECODECREATEINFO_bitDepthMinus8
1734 struct_group_source_req
1735 struct_ip_mreq_source
1738 struct_rusage_ru_maxrss
1740 struct_sockaddr_sa_len
1741 struct_sockaddr_storage
1742 struct_v4l2_frmivalenum_discrete
1747 $(add_suffix _external $ARCH_EXT_LIST)
1748 $(add_suffix _inline $ARCH_EXT_LIST)
1764 # options emitted with CONFIG_ prefix but not available on the command line
1919 # code dependency declarations
1921 # architecture extensions
1926 armv8_deps="aarch64"
1927 neon_deps_any="aarch64 arm"
1928 intrinsics_neon_deps="neon"
1929 vfp_deps_any="aarch64 arm"
1932 map 'eval ${v}_inline_deps=inline_asm' $ARCH_EXT_LIST_ARM
1941 loongson_deps="mips"
1942 mips32r1_deps="mips32"
1943 mips32r2_deps="mips32"
1944 mips32r6_deps="mips32"
1945 mips64r1_deps="mips64"
1946 mips64r2_deps="mips64"
1947 mips64r6_deps="mips64"
1952 x86_64_select="i686"
1953 x86_64_suggest="fast_cmov"
1956 amd3dnowext_deps="amd3dnow"
1972 mmx_external_deps="x86asm"
1973 mmx_inline_deps="inline_asm x86"
1974 mmx_suggest="mmx_external mmx_inline"
1976 for ext in $(filter_out mmx $ARCH_EXT_LIST_X86_SIMD); do
1977 eval dep=\$${ext}_deps
1978 eval ${ext}_external_deps='"${dep}_external"'
1979 eval ${ext}_inline_deps='"${dep}_inline"'
1980 eval ${ext}_suggest='"${ext}_external ${ext}_inline"'
1983 aligned_stack_if_any="aarch64 ppc x86"
1984 fast_64bit_if_any="aarch64 alpha ia64 mips64 parisc64 ppc64 sparc64 x86_64"
1985 fast_clz_if_any="aarch64 alpha avr32 mips ppc x86"
1986 fast_unaligned_if_any="aarch64 ppc x86"
1987 simd_align_16_if_any="altivec neon sse"
1988 simd_align_32_if_any="avx"
1990 # system capabilities
1991 symver_if_any="symver_asm_label symver_gnu_asm"
1992 valgrind_backtrace_conflict="optimizations"
1993 valgrind_backtrace_deps="valgrind_valgrind_h"
1996 atomics_gcc_if="sync_val_compare_and_swap"
1997 atomics_suncc_if="atomic_cas_ptr machine_rw_barrier"
1998 atomics_win32_if="MemoryBarrier"
1999 atomics_native_if_any="$ATOMICS_LIST"
2000 w32threads_deps="atomics_native"
2001 threads_if_any="$THREADS_LIST"
2004 cbs_h264_select="cbs golomb"
2005 cbs_h265_select="cbs golomb"
2006 cbs_mpeg2_select="cbs"
2008 dirac_parse_select="golomb"
2009 error_resilience_select="me_cmp"
2011 faandct_select="fdctdsp"
2012 faanidct_deps="faan"
2013 faanidct_select="idctdsp"
2014 h264dsp_select="startcode"
2015 hevcparse_select="golomb"
2016 intrax8_select="blockdsp idctdsp"
2019 me_cmp_select="fdctdsp idctdsp pixblockdsp"
2020 mpeg_er_select="error_resilience"
2021 mpegaudio_select="mpegaudiodsp mpegaudioheader"
2022 mpegaudiodsp_select="dct"
2023 mpegvideo_select="blockdsp hpeldsp idctdsp me_cmp mpeg_er videodsp"
2024 mpegvideoenc_select="me_cmp mpegvideo pixblockdsp qpeldsp"
2025 vc1dsp_select="h264chroma qpeldsp startcode"
2027 # decoders / encoders
2028 aac_decoder_select="adts_header imdct15 mdct sinewin"
2029 aac_encoder_select="audio_frame_queue iirfilter mdct sinewin"
2030 aac_latm_decoder_select="aac_decoder aac_latm_parser"
2031 ac3_decoder_select="ac3_parser ac3dsp bswapdsp fmtconvert mdct"
2032 ac3_encoder_select="ac3dsp audiodsp mdct me_cmp"
2033 ac3_fixed_encoder_select="ac3dsp audiodsp mdct me_cmp"
2034 adpcm_g722_decoder_select="g722dsp"
2035 adpcm_g722_encoder_select="g722dsp"
2036 aic_decoder_select="golomb idctdsp"
2037 alac_encoder_select="lpc"
2038 als_decoder_select="bswapdsp"
2039 amrnb_decoder_select="lsp"
2040 amrwb_decoder_select="lsp"
2041 amv_decoder_select="sp5x_decoder"
2042 ape_decoder_select="bswapdsp"
2043 asv1_decoder_select="blockdsp bswapdsp idctdsp"
2044 asv1_encoder_select="bswapdsp fdctdsp pixblockdsp"
2045 asv2_decoder_select="blockdsp bswapdsp idctdsp"
2046 asv2_encoder_select="bswapdsp fdctdsp pixblockdsp"
2047 atrac1_decoder_select="mdct sinewin"
2048 atrac3_decoder_select="mdct"
2049 atrac3p_decoder_select="mdct sinewin"
2050 bink_decoder_select="blockdsp hpeldsp"
2051 binkaudio_dct_decoder_select="mdct rdft dct sinewin wma_freqs"
2052 binkaudio_rdft_decoder_select="mdct rdft sinewin wma_freqs"
2053 cavs_decoder_select="blockdsp golomb h264chroma idctdsp qpeldsp videodsp"
2054 clearvideo_decoder_select="idctdsp"
2055 cllc_decoder_select="bswapdsp"
2056 comfortnoise_encoder_select="lpc"
2057 cook_decoder_select="audiodsp mdct sinewin"
2058 cscd_decoder_select="lzo"
2059 cscd_decoder_suggest="zlib"
2060 dca_decoder_select="fmtconvert mdct"
2061 dds_decoder_select="texturedsp"
2062 dnxhd_decoder_select="blockdsp idctdsp"
2063 dnxhd_encoder_select="aandcttables blockdsp fdctdsp idctdsp mpegvideoenc pixblockdsp"
2064 dvvideo_decoder_select="dvprofile idctdsp"
2065 dvvideo_encoder_select="dvprofile fdctdsp me_cmp pixblockdsp"
2066 dxa_decoder_deps="zlib"
2067 dxv_decoder_select="lzf texturedsp"
2068 eac3_decoder_select="ac3_decoder"
2069 eac3_encoder_select="ac3_encoder"
2070 eamad_decoder_select="aandcttables blockdsp bswapdsp idctdsp mpegvideo"
2071 eatgq_decoder_select="aandcttables idctdsp"
2072 eatqi_decoder_select="aandcttables blockdsp bswapdsp idctdsp"
2073 exr_decoder_deps="zlib"
2074 ffv1_decoder_select="rangecoder"
2075 ffv1_encoder_select="rangecoder"
2076 ffvhuff_decoder_select="huffyuv_decoder"
2077 ffvhuff_encoder_select="huffyuv_encoder"
2078 fic_decoder_select="golomb"
2079 flac_decoder_select="flacdsp"
2080 flac_encoder_select="bswapdsp flacdsp lpc"
2081 flashsv_decoder_deps="zlib"
2082 flashsv_encoder_deps="zlib"
2083 flashsv2_decoder_deps="zlib"
2084 flv_decoder_select="h263_decoder"
2085 flv_encoder_select="h263_encoder"
2086 fourxm_decoder_select="blockdsp bswapdsp"
2087 fraps_decoder_select="bswapdsp huffman"
2088 g2m_decoder_deps="zlib"
2089 g2m_decoder_select="blockdsp idctdsp jpegtables"
2090 h261_decoder_select="mpeg_er mpegvideo"
2091 h261_encoder_select="aandcttables mpegvideoenc"
2092 h263_decoder_select="error_resilience h263_parser h263dsp mpeg_er mpegvideo qpeldsp"
2093 h263_encoder_select="aandcttables h263dsp mpegvideoenc"
2094 h263i_decoder_select="h263_decoder"
2095 h263p_encoder_select="h263_encoder"
2096 h264_decoder_select="cabac golomb h264chroma h264dsp h264parse h264pred h264qpel videodsp"
2097 h264_decoder_suggest="error_resilience"
2098 hap_decoder_select="snappy texturedsp"
2099 hap_encoder_deps="libsnappy"
2100 hap_encoder_select="texturedspenc"
2101 hevc_decoder_select="bswapdsp cabac hevcparse videodsp"
2102 huffyuv_decoder_select="bswapdsp huffyuvdsp"
2103 huffyuv_encoder_select="bswapdsp huffman huffyuvencdsp"
2104 iac_decoder_select="imc_decoder"
2105 imc_decoder_select="bswapdsp fft mdct sinewin"
2106 indeo3_decoder_select="hpeldsp"
2107 indeo4_decoder_select="ividsp"
2108 indeo5_decoder_select="ividsp"
2109 interplay_video_decoder_select="hpeldsp"
2110 jpegls_decoder_select="mjpeg_decoder"
2111 jv_decoder_select="blockdsp"
2112 lagarith_decoder_select="huffyuvdsp"
2113 ljpeg_encoder_select="aandcttables idctdsp jpegtables"
2114 magicyuv_decoder_select="huffyuvdsp"
2115 mdec_decoder_select="blockdsp idctdsp mpegvideo"
2116 metasound_decoder_select="lsp mdct sinewin"
2117 mimic_decoder_select="blockdsp bswapdsp hpeldsp idctdsp"
2118 mjpeg_decoder_select="blockdsp hpeldsp idctdsp jpegtables"
2119 mjpeg_encoder_select="aandcttables jpegtables mpegvideoenc"
2120 mjpegb_decoder_select="mjpeg_decoder"
2121 mlp_decoder_select="mlp_parser"
2122 motionpixels_decoder_select="bswapdsp"
2123 mp1_decoder_select="mpegaudio"
2124 mp1float_decoder_select="mpegaudio"
2125 mp2_decoder_select="mpegaudio"
2126 mp2float_decoder_select="mpegaudio"
2127 mp3_decoder_select="mpegaudio"
2128 mp3adu_decoder_select="mpegaudio"
2129 mp3adufloat_decoder_select="mpegaudio"
2130 mp3float_decoder_select="mpegaudio"
2131 mp3on4_decoder_select="mpegaudio"
2132 mp3on4float_decoder_select="mpegaudio"
2133 mpc7_decoder_select="bswapdsp mpegaudiodsp"
2134 mpc8_decoder_select="mpegaudiodsp"
2135 mpeg1video_decoder_select="error_resilience mpeg_er mpegvideo"
2136 mpeg1video_encoder_select="aandcttables mpegvideoenc"
2137 mpeg2video_decoder_select="error_resilience mpeg_er mpegvideo"
2138 mpeg2video_encoder_select="aandcttables mpegvideoenc"
2139 mpeg4_decoder_select="h263_decoder mpeg4video_parser"
2140 mpeg4_encoder_select="h263_encoder"
2141 msa1_decoder_select="mss34dsp"
2142 msmpeg4v1_decoder_select="h263_decoder"
2143 msmpeg4v2_decoder_select="h263_decoder"
2144 msmpeg4v2_encoder_select="h263_encoder"
2145 msmpeg4v3_decoder_select="h263_decoder"
2146 msmpeg4v3_encoder_select="h263_encoder"
2147 mss2_decoder_select="error_resilience mpeg_er mpegvideo qpeldsp vc1_decoder"
2148 mts2_decoder_select="mss34dsp"
2149 mxpeg_decoder_select="mjpeg_decoder"
2150 nellymoser_decoder_select="mdct sinewin"
2151 nellymoser_encoder_select="audio_frame_queue mdct sinewin"
2152 nuv_decoder_select="idctdsp lzo"
2153 on2avc_decoder_select="mdct"
2154 opus_decoder_deps="avresample"
2155 opus_decoder_select="imdct15"
2156 png_decoder_deps="zlib"
2157 png_encoder_deps="zlib"
2158 png_encoder_select="huffyuvencdsp"
2159 prores_decoder_select="idctdsp"
2160 prores_encoder_select="fdctdsp"
2161 qcelp_decoder_select="lsp"
2162 qdm2_decoder_select="mdct rdft mpegaudiodsp"
2163 ra_144_encoder_select="audio_frame_queue lpc"
2164 ralf_decoder_select="golomb"
2165 rscc_decoder_deps="zlib"
2166 rv10_decoder_select="error_resilience h263_decoder h263dsp mpeg_er"
2167 rv10_encoder_select="h263_encoder"
2168 rv20_decoder_select="error_resilience h263_decoder h263dsp mpeg_er"
2169 rv20_encoder_select="h263_encoder"
2170 rv30_decoder_select="error_resilience golomb h264chroma h264pred h264qpel mpeg_er mpegvideo rv34dsp videodsp"
2171 rv40_decoder_select="error_resilience golomb h264chroma h264pred h264qpel mpeg_er mpegvideo rv34dsp videodsp"
2172 screenpresso_decoder_deps="zlib"
2173 sipr_decoder_select="lsp"
2174 sp5x_decoder_select="mjpeg_decoder"
2175 svq1_decoder_select="hpeldsp"
2176 svq1_encoder_select="aandcttables hpeldsp me_cmp mpegvideoenc"
2177 svq3_decoder_select="golomb h264dsp h264parse h264pred hpeldsp tpeldsp videodsp"
2178 svq3_decoder_suggest="zlib"
2179 tak_decoder_select="audiodsp"
2180 tdsc_decoder_deps="zlib"
2181 tdsc_decoder_select="mjpeg_decoder"
2182 theora_decoder_select="vp3_decoder"
2183 thp_decoder_select="mjpeg_decoder"
2184 tiff_decoder_suggest="zlib"
2185 tiff_encoder_suggest="zlib"
2186 truehd_decoder_select="mlp_decoder"
2187 truemotion2_decoder_select="bswapdsp"
2188 truespeech_decoder_select="bswapdsp"
2189 tscc_decoder_deps="zlib"
2190 txd_decoder_select="texturedsp"
2191 twinvq_decoder_select="mdct lsp sinewin"
2192 utvideo_decoder_select="bswapdsp huffyuvdsp"
2193 utvideo_encoder_select="bswapdsp huffman huffyuvencdsp"
2194 vble_decoder_select="huffyuvdsp"
2195 vc1_decoder_select="blockdsp error_resilience h263_decoder h264qpel intrax8 mpeg_er mpegvideo vc1dsp"
2196 vc1image_decoder_select="vc1_decoder"
2197 vorbis_decoder_select="mdct"
2198 vorbis_encoder_select="mdct"
2199 vp3_decoder_select="hpeldsp vp3dsp videodsp"
2200 vp5_decoder_select="h264chroma hpeldsp videodsp vp3dsp vp56dsp"
2201 vp6_decoder_select="h264chroma hpeldsp huffman videodsp vp3dsp vp56dsp"
2202 vp6a_decoder_select="vp6_decoder"
2203 vp6f_decoder_select="vp6_decoder"
2204 vp7_decoder_select="h264pred videodsp vp8dsp"
2205 vp8_decoder_select="h264pred videodsp vp8dsp"
2206 vp9_decoder_select="videodsp vp9_superframe_split_bsf"
2207 webp_decoder_select="vp8_decoder"
2208 wmapro_decoder_select="mdct sinewin wma_freqs"
2209 wmav1_decoder_select="mdct sinewin wma_freqs"
2210 wmav1_encoder_select="mdct sinewin wma_freqs"
2211 wmav2_decoder_select="mdct sinewin wma_freqs"
2212 wmav2_encoder_select="mdct sinewin wma_freqs"
2213 wmavoice_decoder_select="lsp rdft dct mdct sinewin"
2214 wmv1_decoder_select="h263_decoder"
2215 wmv1_encoder_select="h263_encoder"
2216 wmv2_decoder_select="blockdsp error_resilience h263_decoder idctdsp intrax8 videodsp wmv2dsp"
2217 wmv2_encoder_select="h263_encoder wmv2dsp"
2218 wmv3_decoder_select="vc1_decoder"
2219 wmv3image_decoder_select="wmv3_decoder"
2220 zerocodec_decoder_deps="zlib"
2221 zlib_decoder_deps="zlib"
2222 zlib_encoder_deps="zlib"
2223 zmbv_decoder_deps="zlib"
2224 zmbv_encoder_deps="zlib"
2226 # hardware accelerators
2227 d3d11va_deps="dxva_h ID3D11VideoDecoder"
2228 dxva2_deps="dxva2api_h DXVA2_ConfigPictureDecode ole32"
2229 vda_deps="VideoDecodeAcceleration_VDADecoder_h blocks_extension pthreads"
2230 vda_extralibs="-framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore"
2232 h263_vaapi_hwaccel_deps="vaapi"
2233 h263_vaapi_hwaccel_select="h263_decoder"
2234 h264_cuvid_hwaccel_deps="cuvid CUVIDH264PICPARAMS"
2235 h264_cuvid_hwaccel_select="h264_decoder"
2236 h264_d3d11va_hwaccel_deps="d3d11va"
2237 h264_d3d11va_hwaccel_select="h264_decoder"
2238 h264_d3d11va2_hwaccel_deps="d3d11va"
2239 h264_d3d11va2_hwaccel_select="h264_decoder"
2240 h264_dxva2_hwaccel_deps="dxva2"
2241 h264_dxva2_hwaccel_select="h264_decoder"
2242 h264_vaapi_hwaccel_deps="vaapi"
2243 h264_vaapi_hwaccel_select="h264_decoder"
2244 h264_vda_hwaccel_deps="vda"
2245 h264_vda_hwaccel_select="h264_decoder"
2246 h264_vda_old_hwaccel_deps="vda"
2247 h264_vda_old_hwaccel_select="h264_decoder"
2248 h264_vdpau_hwaccel_deps="vdpau"
2249 h264_vdpau_hwaccel_select="h264_decoder"
2250 hevc_cuvid_hwaccel_deps="cuvid CUVIDHEVCPICPARAMS"
2251 hevc_cuvid_hwaccel_select="hevc_decoder"
2252 hevc_d3d11va_hwaccel_deps="d3d11va DXVA_PicParams_HEVC"
2253 hevc_d3d11va_hwaccel_select="hevc_decoder"
2254 hevc_d3d11va2_hwaccel_deps="d3d11va DXVA_PicParams_HEVC"
2255 hevc_d3d11va2_hwaccel_select="hevc_decoder"
2256 hevc_dxva2_hwaccel_deps="dxva2 DXVA_PicParams_HEVC"
2257 hevc_dxva2_hwaccel_select="hevc_decoder"
2258 hevc_vaapi_hwaccel_deps="vaapi VAPictureParameterBufferHEVC"
2259 hevc_vaapi_hwaccel_select="hevc_decoder"
2260 hevc_vdpau_hwaccel_deps="vdpau VdpPictureInfoHEVC"
2261 hevc_vdpau_hwaccel_select="hevc_decoder"
2262 mpeg1_vdpau_hwaccel_deps="vdpau"
2263 mpeg1_vdpau_hwaccel_select="mpeg1video_decoder"
2264 mpeg2_d3d11va_hwaccel_deps="d3d11va"
2265 mpeg2_d3d11va_hwaccel_select="mpeg2video_decoder"
2266 mpeg2_d3d11va2_hwaccel_deps="d3d11va"
2267 mpeg2_d3d11va2_hwaccel_select="mpeg2video_decoder"
2268 mpeg2_dxva2_hwaccel_deps="dxva2"
2269 mpeg2_dxva2_hwaccel_select="mpeg2video_decoder"
2270 mpeg2_vaapi_hwaccel_deps="vaapi"
2271 mpeg2_vaapi_hwaccel_select="mpeg2video_decoder"
2272 mpeg2_vdpau_hwaccel_deps="vdpau"
2273 mpeg2_vdpau_hwaccel_select="mpeg2video_decoder"
2274 mpeg4_vaapi_hwaccel_deps="vaapi"
2275 mpeg4_vaapi_hwaccel_select="mpeg4_decoder"
2276 mpeg4_vdpau_hwaccel_deps="vdpau"
2277 mpeg4_vdpau_hwaccel_select="mpeg4_decoder"
2278 vc1_d3d11va_hwaccel_deps="d3d11va"
2279 vc1_d3d11va_hwaccel_select="vc1_decoder"
2280 vc1_d3d11va2_hwaccel_deps="d3d11va"
2281 vc1_d3d11va2_hwaccel_select="vc1_decoder"
2282 vc1_dxva2_hwaccel_deps="dxva2"
2283 vc1_dxva2_hwaccel_select="vc1_decoder"
2284 vc1_vaapi_hwaccel_deps="vaapi"
2285 vc1_vaapi_hwaccel_select="vc1_decoder"
2286 vc1_vdpau_hwaccel_deps="vdpau"
2287 vc1_vdpau_hwaccel_select="vc1_decoder"
2288 vp8_vaapi_hwaccel_deps="vaapi VAPictureParameterBufferVP8"
2289 vp8_vaapi_hwaccel_select="vp8_decoder"
2290 wmv3_d3d11va_hwaccel_select="vc1_d3d11va_hwaccel"
2291 wmv3_d3d11va2_hwaccel_select="vc1_d3d11va2_hwaccel"
2292 wmv3_dxva2_hwaccel_select="vc1_dxva2_hwaccel"
2293 wmv3_vaapi_hwaccel_select="vc1_vaapi_hwaccel"
2294 wmv3_vdpau_hwaccel_select="vc1_vdpau_hwaccel"
2296 # hardware-accelerated codecs
2297 amf_deps_any="libdl LoadLibrary"
2298 nvenc_deps_any="libdl LoadLibrary"
2299 omx_deps="libdl pthreads"
2300 omx_rpi_select="omx"
2305 vaapi_encode_deps="vaapi"
2307 hwupload_cuda_filter_deps="cuda"
2308 scale_npp_filter_deps="cuda libnpp"
2310 h264_amf_encoder_deps="amf"
2311 h264_mmal_decoder_deps="mmal"
2312 h264_nvenc_encoder_deps="nvenc"
2313 h264_omx_encoder_deps="omx"
2314 h264_qsv_decoder_select="h264_mp4toannexb_bsf h264_parser qsvdec"
2315 h264_qsv_encoder_select="qsvenc"
2316 h264_vaapi_encoder_deps="VAEncPictureParameterBufferH264"
2317 h264_vaapi_encoder_select="cbs_h264 vaapi_encode"
2318 hevc_amf_encoder_deps="amf"
2319 hevc_nvenc_encoder_deps="nvenc"
2320 hevc_qsv_decoder_select="hevc_mp4toannexb_bsf hevc_parser qsvdec"
2321 hevc_qsv_encoder_select="hevcparse qsvenc"
2322 hevc_vaapi_encoder_deps="VAEncPictureParameterBufferHEVC"
2323 hevc_vaapi_encoder_select="cbs_h265 vaapi_encode"
2324 mjpeg_qsv_encoder_deps="libmfx"
2325 mjpeg_qsv_encoder_select="qsvenc"
2326 mjpeg_vaapi_encoder_deps="VAEncPictureParameterBufferJPEG"
2327 mjpeg_vaapi_encoder_select="vaapi_encode jpegtables"
2328 mpeg2_mmal_decoder_deps="mmal"
2329 mpeg2_qsv_decoder_select="qsvdec mpegvideo_parser"
2330 mpeg2_qsv_encoder_select="qsvenc"
2331 mpeg2_vaapi_encoder_deps="VAEncPictureParameterBufferMPEG2"
2332 mpeg2_vaapi_encoder_select="cbs_mpeg2 vaapi_encode"
2333 mpeg4_omx_encoder_deps="omx"
2334 vc1_mmal_decoder_deps="mmal"
2335 vc1_qsv_decoder_select="qsvdec vc1_parser"
2336 vp8_qsv_decoder_select="qsvdec vp8_parser"
2337 vp8_vaapi_encoder_deps="VAEncPictureParameterBufferVP8"
2338 vp8_vaapi_encoder_select="vaapi_encode"
2339 vp9_vaapi_encoder_deps="VAEncPictureParameterBufferVP9"
2340 vp9_vaapi_encoder_select="vaapi_encode"
2342 nvenc_h264_encoder_select="h264_nvenc_encoder"
2343 nvenc_hevc_encoder_select="hevc_nvenc_encoder"
2346 aac_parser_select="adts_header"
2347 h264_parser_select="golomb h264dsp h264parse"
2348 hevc_parser_select="hevcparse"
2349 mpegaudio_parser_select="mpegaudioheader"
2350 mpegvideo_parser_select="mpegvideo"
2351 mpeg4video_parser_select="error_resilience h263dsp mpegvideo qpeldsp"
2352 vc1_parser_select="vc1dsp"
2355 aac_adtstoasc_bsf_select="adts_header"
2356 h264_metadata_bsf_select="cbs_h264"
2357 h264_redundant_pps_bsf_select="cbs_h264"
2358 hevc_metadata_bsf_select="cbs_h265"
2359 mjpeg2jpeg_bsf_select="jpegtables"
2360 mpeg2_metadata_bsf_select="cbs_mpeg2"
2361 trace_headers_bsf_select="cbs_h264 cbs_h265 cbs_mpeg2"
2363 # external libraries
2364 avisynth_deps="LoadLibrary"
2365 avxsynth_deps="libdl"
2366 avisynth_demuxer_deps_any="avisynth avxsynth"
2367 avisynth_demuxer_select="riffdec"
2368 libaom_av1_decoder_deps="libaom"
2369 libaom_av1_encoder_deps="libaom"
2370 libdcadec_decoder_deps="libdcadec"
2371 libfaac_encoder_deps="libfaac"
2372 libfaac_encoder_select="audio_frame_queue"
2373 libfdk_aac_decoder_deps="libfdk_aac"
2374 libfdk_aac_encoder_deps="libfdk_aac"
2375 libfdk_aac_encoder_select="audio_frame_queue"
2376 libgsm_decoder_deps="libgsm"
2377 libgsm_encoder_deps="libgsm"
2378 libgsm_ms_decoder_deps="libgsm"
2379 libgsm_ms_encoder_deps="libgsm"
2380 libilbc_decoder_deps="libilbc"
2381 libilbc_encoder_deps="libilbc"
2382 libkvazaar_encoder_deps="libkvazaar"
2383 libmp3lame_encoder_deps="libmp3lame"
2384 libmp3lame_encoder_select="audio_frame_queue mpegaudioheader"
2385 libopencore_amrnb_decoder_deps="libopencore_amrnb"
2386 libopencore_amrnb_encoder_deps="libopencore_amrnb"
2387 libopencore_amrnb_encoder_select="audio_frame_queue"
2388 libopencore_amrwb_decoder_deps="libopencore_amrwb"
2389 libopenh264_decoder_deps="libopenh264"
2390 libopenh264_decoder_select="h264_mp4toannexb_bsf"
2391 libopenh264_encoder_deps="libopenh264"
2392 libopenjpeg_decoder_deps="libopenjpeg"
2393 libopenjpeg_encoder_deps="libopenjpeg"
2394 libopus_decoder_deps="libopus"
2395 libopus_encoder_deps="libopus"
2396 libopus_encoder_select="audio_frame_queue"
2397 libschroedinger_decoder_deps="libschroedinger"
2398 libschroedinger_encoder_deps="libschroedinger"
2399 libspeex_decoder_deps="libspeex"
2400 libspeex_encoder_deps="libspeex"
2401 libspeex_encoder_select="audio_frame_queue"
2402 libtheora_encoder_deps="libtheora"
2403 libtwolame_encoder_deps="libtwolame"
2404 libvo_aacenc_encoder_deps="libvo_aacenc"
2405 libvo_aacenc_encoder_select="audio_frame_queue"
2406 libvo_amrwbenc_encoder_deps="libvo_amrwbenc"
2407 libvorbis_encoder_deps="libvorbis"
2408 libvorbis_encoder_select="audio_frame_queue"
2409 libvpx_vp8_decoder_deps="libvpx"
2410 libvpx_vp8_encoder_deps="libvpx"
2411 libvpx_vp9_decoder_deps="libvpx"
2412 libvpx_vp9_encoder_deps="libvpx"
2413 libwavpack_encoder_deps="libwavpack"
2414 libwavpack_encoder_select="audio_frame_queue"
2415 libwebp_encoder_deps="libwebp"
2416 libx262_encoder_deps="libx262"
2417 libx264_encoder_deps="libx264"
2418 libx265_encoder_deps="libx265"
2419 libxavs_encoder_deps="libxavs"
2420 libxvid_encoder_deps="libxvid mkstemp"
2423 ac3_demuxer_select="ac3_parser"
2424 asf_demuxer_select="riffdec"
2425 asf_muxer_select="riffenc"
2426 asf_stream_muxer_select="asf_muxer"
2427 avi_demuxer_select="iso_media riffdec"
2428 avi_muxer_select="riffenc"
2429 caf_demuxer_select="iso_media riffdec"
2430 dash_muxer_select="mp4_muxer"
2431 dirac_demuxer_select="dirac_parser"
2432 dv_demuxer_select="dvprofile"
2433 dv_muxer_select="dvprofile"
2434 dxa_demuxer_select="riffdec"
2435 eac3_demuxer_select="ac3_parser"
2436 f4v_muxer_select="mov_muxer"
2437 flac_demuxer_select="flac_parser"
2438 hds_muxer_select="flv_muxer"
2439 hls_muxer_select="mpegts_muxer"
2440 ipod_muxer_select="mov_muxer"
2441 ismv_muxer_select="mov_muxer"
2442 matroska_audio_muxer_select="matroska_muxer"
2443 matroska_demuxer_select="iso_media riffdec"
2444 matroska_demuxer_suggest="bzlib lzo zlib"
2445 matroska_muxer_select="iso_media riffenc"
2446 mmf_muxer_select="riffenc"
2447 mov_demuxer_select="iso_media riffdec"
2448 mov_demuxer_suggest="zlib"
2449 mov_muxer_select="iso_media riffenc rtpenc_chain"
2450 mp3_demuxer_select="mpegaudio_parser"
2451 mp3_muxer_select="mpegaudioheader"
2452 mp4_muxer_select="mov_muxer"
2453 mpegts_demuxer_select="iso_media"
2454 mpegts_muxer_select="adts_muxer latm_muxer"
2455 mpegtsraw_demuxer_select="mpegts_demuxer"
2456 mxf_d10_muxer_select="mxf_muxer"
2457 nut_muxer_select="riffenc"
2458 nuv_demuxer_select="riffdec"
2459 oga_muxer_select="ogg_muxer"
2460 ogg_demuxer_select="dirac_parse"
2461 opus_muxer_select="ogg_muxer"
2462 psp_muxer_select="mov_muxer"
2463 rtp_demuxer_select="sdp_demuxer"
2464 rtpdec_select="asf_demuxer jpegtables mov_demuxer mpegts_demuxer rm_demuxer rtp_protocol srtp"
2465 rtsp_demuxer_select="http_protocol rtpdec"
2466 rtsp_muxer_select="rtp_muxer http_protocol rtp_protocol rtpenc_chain"
2467 sap_demuxer_select="sdp_demuxer"
2468 sap_muxer_select="rtp_muxer rtp_protocol rtpenc_chain"
2469 sdp_demuxer_select="rtpdec"
2470 smoothstreaming_muxer_select="ismv_muxer"
2471 spdif_demuxer_select="adts_header"
2472 spdif_muxer_select="adts_header"
2473 spx_muxer_select="ogg_muxer"
2474 swf_demuxer_suggest="zlib"
2475 tak_demuxer_select="tak_parser"
2476 tg2_muxer_select="mov_muxer"
2477 tgp_muxer_select="mov_muxer"
2478 w64_demuxer_select="wav_demuxer"
2479 wav_demuxer_select="riffdec"
2480 wav_muxer_select="riffenc"
2481 webm_muxer_select="iso_media riffenc"
2482 wtv_demuxer_select="mpegts_demuxer riffdec"
2483 xmv_demuxer_select="riffdec"
2484 xwma_demuxer_select="riffdec"
2487 alsa_indev_deps="alsa"
2488 avfoundation_indev_deps="AVFoundation_AVFoundation_h objc_arc pthreads"
2489 avfoundation_indev_extralibs="-framework Foundation -framework AVFoundation -framework CoreVideo -framework CoreMedia"
2490 bktr_indev_deps_any="dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h"
2491 fbdev_indev_deps="linux_fb_h"
2492 jack_indev_deps="libjack"
2493 jack_indev_deps_any="sem_timedwait dispatch_dispatch_h"
2494 libcdio_indev_deps="libcdio"
2495 libdc1394_indev_deps="libdc1394"
2496 oss_indev_deps_any="sys_soundcard_h"
2497 pulse_indev_deps="libpulse"
2498 sndio_indev_deps="sndio"
2499 v4l2_indev_deps_any="linux_videodev2_h sys_videoio_h"
2500 vfwcap_indev_deps="vfw32 vfwcap_defines"
2501 xcbgrab_indev_deps="libxcb libxcb_shape"
2502 xcbgrab_indev_suggest="libxcb_shm libxcb_xfixes"
2505 ffrtmpcrypt_protocol_conflict="librtmp_protocol"
2506 ffrtmpcrypt_protocol_deps_any="gmp openssl"
2507 ffrtmpcrypt_protocol_select="tcp_protocol"
2508 ffrtmphttp_protocol_conflict="librtmp_protocol"
2509 ffrtmphttp_protocol_select="http_protocol"
2510 gopher_protocol_select="network"
2511 http_protocol_select="tcp_protocol"
2512 http_protocol_suggest="zlib"
2513 httpproxy_protocol_select="tcp_protocol"
2514 httpproxy_protocol_suggest="zlib"
2515 https_protocol_select="tls_protocol"
2516 https_protocol_suggest="zlib"
2517 icecast_protocol_select="http_protocol"
2518 librtmp_protocol_deps="librtmp"
2519 librtmpe_protocol_deps="librtmp"
2520 librtmps_protocol_deps="librtmp"
2521 librtmpt_protocol_deps="librtmp"
2522 librtmpte_protocol_deps="librtmp"
2523 mmsh_protocol_select="http_protocol"
2524 mmst_protocol_select="network"
2525 rtmp_protocol_conflict="librtmp_protocol"
2526 rtmp_protocol_select="tcp_protocol"
2527 rtmp_protocol_suggest="zlib"
2528 rtmpe_protocol_select="ffrtmpcrypt_protocol"
2529 rtmpe_protocol_suggest="zlib"
2530 rtmps_protocol_conflict="librtmp_protocol"
2531 rtmps_protocol_select="tls_protocol"
2532 rtmps_protocol_suggest="zlib"
2533 rtmpt_protocol_select="ffrtmphttp_protocol"
2534 rtmpt_protocol_suggest="zlib"
2535 rtmpte_protocol_select="ffrtmpcrypt_protocol ffrtmphttp_protocol"
2536 rtmpte_protocol_suggest="zlib"
2537 rtmpts_protocol_select="ffrtmphttp_protocol https_protocol"
2538 rtmpts_protocol_suggest="zlib"
2539 rtp_protocol_select="udp_protocol"
2540 sctp_protocol_deps="struct_sctp_event_subscribe"
2541 sctp_protocol_select="network"
2542 srtp_protocol_select="rtp_protocol srtp"
2543 tcp_protocol_select="network"
2544 tls_protocol_deps_any="gnutls openssl"
2545 tls_protocol_select="tcp_protocol"
2546 udp_protocol_select="network"
2547 unix_protocol_deps="sys_un_h"
2548 unix_protocol_select="network"
2551 asyncts_filter_deps="avresample"
2552 blackframe_filter_deps="gpl"
2553 boxblur_filter_deps="gpl"
2554 bs2b_filter_deps="libbs2b"
2555 cropdetect_filter_deps="gpl"
2556 deinterlace_qsv_filter_deps="libmfx"
2557 deinterlace_vaapi_filter_deps="vaapi"
2558 delogo_filter_deps="gpl"
2559 drawtext_filter_deps="libfreetype"
2560 drawtext_filter_suggest="libfontconfig"
2561 frei0r_filter_deps="frei0r libdl"
2562 frei0r_src_filter_deps="frei0r libdl"
2563 hdcd_filter_deps="libhdcd"
2564 hqdn3d_filter_deps="gpl"
2565 interlace_filter_deps="gpl"
2566 movie_filter_deps="avcodec avformat"
2567 ocv_filter_deps="libopencv"
2568 overlay_qsv_filter_deps="libmfx"
2569 overlay_qsv_filter_select="qsvvpp"
2570 resample_filter_deps="avresample"
2571 scale_filter_deps="swscale"
2572 scale_qsv_filter_deps="libmfx"
2573 scale_vaapi_filter_deps="vaapi VAProcPipelineParameterBuffer"
2574 vpp_qsv_filter_deps="libmfx"
2575 vpp_qsv_filter_select="qsvvpp"
2578 decode_audio_example_deps="avcodec avutil"
2579 decode_video_example_deps="avcodec avutil"
2580 encode_audio_example_deps="avcodec avutil"
2581 encode_video_example_deps="avcodec avutil"
2582 filter_audio_example_deps="avfilter avutil"
2583 metadata_example_deps="avformat avutil"
2584 output_example_deps="avcodec avformat avresample avutil swscale"
2585 qsvdec_example_deps="avcodec avutil libmfx h264_qsv_decoder"
2586 transcode_aac_example_deps="avcodec avformat avresample"
2589 cpu_init_extralibs="pthreads_extralibs"
2590 cws2fws_extralibs="zlib_extralibs"
2592 # libraries, in linking order
2593 avcodec_deps="avutil"
2594 avcodec_select="null_bsf"
2595 avdevice_deps="avformat avcodec avutil"
2596 avfilter_deps="avutil"
2597 avformat_deps="avcodec avutil"
2598 avformat_suggest="network"
2599 avresample_deps="avutil"
2600 swscale_deps="avutil"
2602 avcodec_extralibs="pthreads_extralibs libm_extralibs"
2603 avdevice_extralibs="libm_extralibs"
2604 avformat_extralibs="libm_extralibs"
2605 avfilter_extralibs="pthreads_extralibs libm_extralibs"
2606 avresample_extralibs="libm_extralibs"
2607 avutil_extralibs="clock_gettime_extralibs cuda_extralibs cuvid_extralibs d3d11va_extralibs libm_extralibs libmfx_extralibs nanosleep_extralibs pthreads_extralibs user32_extralibs vaapi_extralibs vaapi_drm_extralibs vaapi_x11_extralibs vdpau_x11_extralibs wincrypt_extralibs"
2608 swscale_extralibs="libm_extralibs"
2611 avconv_deps="avcodec avfilter avformat avresample swscale"
2612 avconv_select="aformat_filter anull_filter asyncts_filter atrim_filter format_filter
2613 fps_filter null_filter resample_filter scale_filter
2615 avconv_suggest="psapi shell32"
2616 avplay_deps="avcodec avfilter avformat avresample sdl"
2617 avplay_select="rdft format_filter transpose_filter hflip_filter vflip_filter"
2618 avplay_suggest="shell32"
2619 avprobe_deps="avcodec avformat"
2620 avprobe_suggest="shell32"
2624 texi2html_deps="doc"
2626 # default parameters
2628 logfile="avbuild/config.log"
2630 # installation paths
2631 prefix_default="/usr/local"
2632 bindir_default='${prefix}/bin'
2633 datadir_default='${prefix}/share/avconv'
2634 docdir_default='${prefix}/share/doc/libav'
2635 incdir_default='${prefix}/include'
2636 libdir_default='${prefix}/lib'
2637 mandir_default='${prefix}/share/man'
2638 shlibdir_default="$libdir_default"
2643 host_cc_default="gcc"
2644 x86asmexe_default="nasm"
2647 pkg_config_default=pkg-config
2650 version_script='--version-script'
2654 arch_default=$(uname -m)
2659 target_os_default=$(tolower $(uname -s))
2660 host_os=$target_os_default
2662 # configurable options
2663 enable $EXAMPLE_LIST $LIBRARY_LIST $PROGRAM_LIST
2668 enable faan faandct faanidct
2669 enable optimizations
2670 enable safe_bitstream_reader
2672 enable swscale_alpha
2673 enable valgrind_backtrace
2675 # By default, enable only those hwaccels that have no external dependencies.
2676 enable d3d11va dxva2 vda vdpau
2678 # internal components are enabled by default
2679 enable $EXTRALIBS_LIST
2681 # Avoid external, non-system, libraries getting enabled by dependency resolution
2682 disable $EXTERNAL_LIBRARY_LIST
2685 SHFLAGS='-shared -Wl,-soname,$$(@F)'
2688 LIBNAME='$(LIBPREF)$(NAME)$(LIBSUF)'
2691 SLIBNAME='$(SLIBPREF)$(NAME)$(SLIBSUF)'
2692 SLIBNAME_WITH_VERSION='$(SLIBNAME).$(LIBVERSION)'
2693 SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBMAJOR)'
2694 LIB_INSTALL_EXTRA_CMD='$$(RANLIB) "$(LIBDIR)/$(LIBNAME)"'
2695 SLIB_INSTALL_NAME='$(SLIBNAME_WITH_VERSION)'
2696 SLIB_INSTALL_LINKS='$(SLIBNAME_WITH_MAJOR) $(SLIBNAME)'
2697 VERSION_SCRIPT_POSTPROCESS_CMD="cat"
2720 host_extralibs='-lm'
2721 host_cflags_filter=echo
2722 host_ldflags_filter=echo
2724 target_path='$(CURDIR)'
2726 # since the object filename is not given with the -MM flag, the compiler
2727 # is only able to print the basename, and we must add the path ourselves
2728 DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o," > $(@:.o=.d)'
2734 if test -f configure; then
2737 source_path=$(cd $(dirname "$0"); pwd)
2738 echo "$source_path" | grep -q '[[:blank:]]' &&
2739 die "Out of tree builds are impossible with whitespace in source path."
2740 test -e "$source_path/config.h" &&
2741 die "Out of tree builds are impossible with config.h in source dir."
2748 LIBAV_CONFIGURATION="${LIBAV_CONFIGURATION# } ${l}${r}"
2754 file=$source_path/$3
2755 sed -n "s/^[^#]*$pattern.*([^,]*, *\([^,]*\)\(,.*\)*).*/\1_$thing/p" "$file"
2758 ENCODER_LIST=$(find_things encoder ENC libavcodec/allcodecs.c)
2759 DECODER_LIST=$(find_things decoder DEC libavcodec/allcodecs.c)
2760 PARSER_LIST=$(find_things parser PARSER libavcodec/allcodecs.c)
2761 MUXER_LIST=$(find_things muxer _MUX libavformat/allformats.c)
2762 DEMUXER_LIST=$(find_things demuxer DEMUX libavformat/allformats.c)
2763 INDEV_LIST=$(find_things indev _IN libavdevice/alldevices.c)
2764 FILTER_LIST=$(find_things filter FILTER libavfilter/allfilters.c)
2766 find_things_extern(){
2769 file=$source_path/$3
2770 sed -n "s/^[^#]*extern.*$pattern *ff_\([^ ]*\)_$thing;/\1_$thing/p" "$file"
2773 BSF_LIST=$(find_things_extern bsf AVBitStreamFilter libavcodec/bitstream_filters.c)
2774 HWACCEL_LIST=$(find_things_extern hwaccel AVHWAccel libavcodec/hwaccels.h)
2775 PROTOCOL_LIST=$(find_things_extern protocol URLProtocol libavformat/protocols.c)
2777 AVCODEC_COMPONENTS_LIST="
2785 AVDEVICE_COMPONENTS_LIST="
2789 AVFILTER_COMPONENTS_LIST="
2793 AVFORMAT_COMPONENTS_LIST="
2800 $AVCODEC_COMPONENTS_LIST
2801 $AVDEVICE_COMPONENTS_LIST
2802 $AVFILTER_COMPONENTS_LIST
2803 $AVFORMAT_COMPONENTS_LIST
2806 for n in $COMPONENT_LIST; do
2807 v=$(toupper ${n%s})_LIST
2809 eval ${n}_if_any="\$$v"
2812 enable $ARCH_EXT_LIST
2815 echo "Unknown option \"$1\"."
2816 echo "See $0 --help for available options."
2821 printf "%-25s %-25s %-25s\n" $(cat | tr ' ' '\n' | sort)
2827 echo $* | sed s/$suffix//g | print_3_columns
2837 --extra-ldexeflags=*)
2838 add_ldexeflags $optval
2840 --extra-ldsoflags=*)
2841 add_ldsoflags $optval
2844 add_extralibs $optval
2850 debuglevel="$optval"
2853 disable $PROGRAM_LIST
2855 --disable-everything)
2856 map 'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
2859 map 'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
2860 disable $LIBRARY_LIST $PROGRAM_LIST doc
2862 --enable-*=*|--disable-*=*)
2863 eval $(echo "${opt%%=*}" | sed 's/--/action=/;s/-/ thing=/')
2864 is_in "${thing}s" $COMPONENT_LIST || die_unknown "$opt"
2865 eval list=\$$(toupper $thing)_LIST
2866 name=$(echo "${optval}" | sed "s/,/_${thing}|/g")_${thing}
2867 $action $(filter "$name" $list)
2869 --enable-yasm|--disable-yasm)
2870 warn "The ${opt} option is only provided for compatibility and will be\n"\
2871 "removed in the future. Use --enable-x86asm / --disable-x86asm instead."
2872 test $opt = --enable-yasm && x86asm=yes || x86asm=no
2874 --enable-?*|--disable-?*)
2875 eval $(echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g')
2876 if is_in $option $COMPONENT_LIST; then
2877 test $action = disable && action=unset
2878 eval $action \$$(toupper ${option%s})_LIST
2879 elif is_in $option $CMDLINE_SELECT; then
2886 NAME="${opt#--list-}"
2887 is_in $NAME $COMPONENT_LIST || die_unknown $opt
2889 eval show_list $NAME \$$(toupper $NAME)_LIST
2891 --help|-h) show_help
2893 --quiet|-q) quiet=yes
2896 optname="${opt%%=*}"
2897 optname="${optname#--}"
2898 optname=$(echo "$optname" | sed 's/-/_/g')
2899 if is_in $optname $CMDLINE_SET; then
2900 eval $optname='$optval'
2901 elif is_in $optname $CMDLINE_APPEND; then
2902 append $optname "$optval"
2914 disabled logging && logfile=/dev/null
2916 # command line configuration sanity checks
2918 # we need to build at least one lib type
2919 if ! enabled_any static shared; then
2921 At least one library type must be built.
2922 Specify --enable-static to build the static libraries or --enable-shared to
2923 build the shared libraries as well. To only build the shared libraries specify
2924 --disable-static in addition to --enable-shared.
2929 # Die early if licensing-related configure options are incompatible.
2930 die_license_disabled() {
2931 enabled $1 || { enabled $v && die "$v is $1 and --enable-$1 is not specified."; }
2934 map "die_license_disabled gpl" $EXTERNAL_LIBRARY_GPL_LIST
2935 map "die_license_disabled nonfree" $EXTERNAL_LIBRARY_NONFREE_LIST $HWACCEL_LIBRARY_NONFREE_LIST
2936 map "die_license_disabled version3" $EXTERNAL_LIBRARY_VERSION3_LIST
2938 enabled version3 && { enabled gpl && enable gplv3 || enable lgplv3; }
2940 if enabled nonfree; then
2941 license="nonfree and unredistributable"
2942 elif enabled gplv3; then
2943 license="GPL version 3 or later"
2944 elif enabled lgplv3; then
2945 license="LGPL version 3 or later"
2946 elif enabled gpl; then
2947 license="GPL version 2 or later"
2949 license="LGPL version 2.1 or later"
2952 enabled_all gnutls openssl &&
2953 die "GnuTLS and OpenSSL must not be enabled at the same time."
2955 # Disable all the library-specific components if the library itself
2956 # is disabled, see AVCODEC_LIST and following _LIST variables.
2958 disable_components(){
2959 disabled ${1} && disable $(
2960 eval components="\$$(toupper ${1})_COMPONENTS"
2961 map 'eval echo \${$(toupper ${v%s})_LIST}' $components
2965 map 'disable_components $v' $LIBRARY_LIST
2967 echo "# $0 $LIBAV_CONFIGURATION" > $logfile
2970 case "$toolchain" in
2972 cc_default="${toolchain%-asan}"
2973 add_cflags -fsanitize=address
2974 add_ldflags -fsanitize=address
2977 cc_default="${toolchain%-msan}"
2978 add_cflags -fsanitize=memory -fsanitize-memory-track-origins
2979 add_ldflags -fsanitize=memory
2982 cc_default="${toolchain%-tsan}"
2983 add_cflags -fsanitize=thread -fPIE
2984 add_ldflags -fsanitize=thread -pie
2985 case "$toolchain" in
2993 cc_default="${toolchain%-usan}"
2994 add_cflags -fsanitize=undefined
2995 add_ldflags -fsanitize=undefined
2996 case "$toolchain" in
3003 target_exec_default="valgrind"
3004 case "$toolchain" in
3006 target_exec_args="--alloc-fn=av_malloc --alloc-fn=av_mallocz"
3009 target_exec_args="--track-origins=yes --leak-check=full"
3014 # Check whether the current MSVC version needs the C99 converter.
3015 # From MSVC 2013 (compiler major version 18) onwards, it does actually
3016 # support enough of C99 to build libav. Default to the new
3017 # behaviour if the regexp was unable to match anything, since this
3018 # successfully parses the version number of existing supported
3019 # versions that require the converter (MSVC 2010 and 2012).
3020 cl_major_ver=$(cl 2>&1 | sed -n 's/.*Version \([[:digit:]]\{1,\}\)\..*/\1/p')
3021 if [ -z "$cl_major_ver" ] || [ $cl_major_ver -ge 18 ]; then
3024 cc_default="c99wrap cl"
3026 ld_default="$source_path/compat/windows/mslink"
3027 nm_default="dumpbin -symbols"
3031 as_default="armasm64"
3037 target_os_default="win32"
3038 # Use a relative path for TMPDIR. This makes sure all the
3039 # ffconf temp files are written with a relative path, avoiding
3040 # issues with msys/win32 path conversion for MSVC parameters
3041 # such as -Fo<file> or -out:<file>.
3047 nm_default="dumpbin -symbols"
3049 target_os_default="win32"
3053 add_cflags -fprofile-arcs -ftest-coverage
3054 add_ldflags -fprofile-arcs -ftest-coverage
3057 add_cflags -fprofile-arcs -ftest-coverage
3058 add_ldflags --coverage
3061 add_cppflags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
3062 add_cflags -fno-strict-overflow -fstack-protector-all
3063 add_ldflags -Wl,-z,relro -Wl,-z,now
3066 die "Unknown toolchain $toolchain"
3070 if test -n "$cross_prefix"; then
3071 test -n "$arch" && test -n "$target_os" ||
3072 die "Must specify target arch (--arch) and OS (--target-os) when cross-compiling"
3073 enable cross_compile
3076 ar_default="${cross_prefix}${ar_default}"
3077 cc_default="${cross_prefix}${cc_default}"
3078 objcc_default="${cross_prefix}${objcc_default}"
3079 x86asmexe_default="${cross_prefix}${x86asmexe_default}"
3080 nm_default="${cross_prefix}${nm_default}"
3081 pkg_config_default="${cross_prefix}${pkg_config_default}"
3082 ranlib="${cross_prefix}${ranlib}"
3083 strip="${cross_prefix}${strip}"
3085 sysinclude_default="${sysroot}/usr/include"
3087 set_default arch cc pkg_config sysinclude target_exec target_os x86asmexe
3088 enabled cross_compile || host_cc_default=$cc
3091 if ! $pkg_config --version >/dev/null 2>&1; then
3092 warn "$pkg_config not found, library detection may fail."
3098 mingw32*|mingw64*|win32|win64|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;;
3102 EXESUF=$(exesuf $target_os)
3103 HOSTEXESUF=$(exesuf $host_os)
3105 # set temporary file name
3106 : ${TMPDIR:=$TEMPDIR}
3110 if ! test_cmd mktemp -u XXXXXX; then
3111 # simple replacement for missing mktemp
3112 # NOT SAFE FOR GENERAL USE
3114 tmpname="${2%%XXX*}.${HOSTNAME}.${UID}.$$"
3120 AVTMPDIR=$(mktemp -d "${TMPDIR}/avconf.XXXXXXXX" 2> /dev/null) ||
3121 die "Unable to create temporary directory in $TMPDIR."
3124 tmp="${AVTMPDIR}/test"$2
3125 (set -C; exec > $tmp) 2> /dev/null ||
3126 die "Unable to create temporary file in $AVTMPDIR."
3130 trap 'rm -rf -- "$AVTMPDIR"' EXIT
3135 tmpfile TMPE $EXESUF
3146 # make sure we can execute files in $TMPDIR
3147 cat > $TMPSH 2>> $logfile <<EOF
3150 chmod +x $TMPSH >> $logfile 2>&1
3151 if ! $TMPSH >> $logfile 2>&1; then
3153 Unable to create and execute files in $TMPDIR. Set the TMPDIR environment
3154 variable to another directory and make sure that it is not mounted noexec.
3156 die "Sanity test failed."
3162 # Filter out MSVC cl.exe options from cflags that shouldn't
3163 # be passed to gas-preprocessor
3173 -Wno-switch) echo -Wno-switch-enum ;;
3174 -Wno-format-zero-length) ;;
3175 -Wdisabled-optimization) ;;
3176 -Wno-pointer-sign) echo -Wno-other ;;
3182 msvc_common_flags(){
3185 # In addition to specifying certain flags under the compiler
3186 # specific filters, they must be specified here as well or else the
3187 # generic catch all at the bottom will print the original flag.
3192 -fomit-frame-pointer) ;;
3196 -fno-signed-zeros) ;;
3200 -lz) echo zlib.lib ;;
3201 -lx264) echo libx264.lib ;;
3202 -l*) echo ${flag#-l}.lib ;;
3203 -L*) echo -libpath:${flag#-L} ;;
3210 msvc_common_flags "$@"
3213 -Wall) echo -W3 -wd4018 -wd4146 -wd4244 -wd4305 \
3215 -Wextra) echo -W4 -wd4244 -wd4127 -wd4018 -wd4389 \
3216 -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 \
3217 -wd4152 -wd4324 -we4013 -wd4100 -wd4214 \
3218 -wd4273 -wd4554 -wd4701 -wd4703 ;;
3224 msvc_common_flags "$@"
3227 # Despite what Intel's documentation says -Wall, which is supported
3228 # on Windows, does enable remarks so disable them here.
3229 -Wall) echo $flag -Qdiag-disable:remark ;;
3230 -std=c99) echo -Qstd=c99 ;;
3239 case "${flag#*=}" in
3240 native) echo -xtarget=native ;;
3241 v9|niagara) echo -xarch=sparc ;;
3242 ultrasparc) echo -xarch=sparcvis ;;
3243 ultrasparc3|niagara2) echo -xarch=sparcvis2 ;;
3244 i586|pentium) echo -xchip=pentium ;;
3245 i686|pentiumpro|pentium2) echo -xtarget=pentium_pro ;;
3246 pentium3*|c3-2) echo -xtarget=pentium3 ;;
3247 pentium-m) echo -xarch=sse2 -xchip=pentium3 ;;
3248 pentium4*) echo -xtarget=pentium4 ;;
3249 prescott|nocona) echo -xarch=sse3 -xchip=pentium4 ;;
3250 *-sse3) echo -xarch=sse3 ;;
3251 core2) echo -xarch=ssse3 -xchip=core2 ;;
3252 corei7) echo -xarch=sse4_2 -xchip=nehalem ;;
3253 corei7-avx) echo -xarch=avx -xchip=sandybridge ;;
3254 amdfam10|barcelona|bdver*) echo -xarch=sse4_1 ;;
3255 athlon-4|athlon-[mx]p) echo -xarch=ssea ;;
3256 k8|opteron|athlon64|athlon-fx)
3257 echo -xarch=sse2a ;;
3258 athlon*) echo -xarch=pentium_proa ;;
3261 -std=c99) echo -xc99 ;;
3262 -fomit-frame-pointer) echo -xregs=frameptr ;;
3263 -fPIC) echo -KPIC -xcode=pic32 ;;
3264 -W*,*) echo $flag ;;
3265 -f*-*|-W*|-mimpure-text) ;;
3276 unset _type _ident _cc_c _cc_e _cc_o _flags _cflags
3277 unset _ld_o _ldflags _ld_lib _ld_path
3278 unset _depflags _DEPCMD _DEPFLAGS
3281 if $_cc -v 2>&1 | grep -q '^gcc.*LLVM'; then
3283 gcc_extra_ver=$(expr "$($_cc --version 2>/dev/null | head -n1)" : '.*\((.*)\)')
3284 _ident="llvm-gcc $($_cc -dumpversion 2>/dev/null) $gcc_extra_ver"
3285 _depflags='-MMD -MF $(@:.o=.d) -MT $@'
3288 elif $_cc -v 2>&1 | grep -qi ^gcc; then
3290 gcc_version=$($_cc --version | head -n1)
3291 gcc_basever=$($_cc -dumpversion)
3292 gcc_pkg_ver=$(expr "$gcc_version" : '[^ ]* \(([^)]*)\)')
3293 gcc_ext_ver=$(expr "$gcc_version" : ".*$gcc_pkg_ver $gcc_basever \\(.*\\)")
3294 _ident=$(cleanws "gcc $gcc_basever $gcc_pkg_ver $gcc_ext_ver")
3295 if ! $_cc -dumpversion | grep -q '^2\.'; then
3296 _depflags='-MMD -MF $(@:.o=.d) -MT $@'
3300 elif $_cc --version 2>/dev/null | grep -q ^icc; then
3302 _ident=$($_cc --version | head -n1)
3307 elif $_cc -v 2>&1 | grep -q xlc; then
3309 _ident=$($_cc -qversion 2>/dev/null | head -n1)
3311 _cflags_size='-O5 -qcompact'
3312 elif $_cc --vsn 2>/dev/null | grep -Eq "ARM (C/C\+\+ )?Compiler"; then
3313 test -d "$sysroot" || die "No valid sysroot specified."
3315 _ident=$($_cc --vsn | grep -i build | head -n1 | sed 's/.*: //')
3316 armcc_conf="$PWD/armcc.conf"
3317 $_cc --arm_linux_configure \
3318 --arm_linux_config_file="$armcc_conf" \
3319 --configure_sysroot="$sysroot" \
3320 --configure_cpp_headers="$sysinclude" >>$logfile 2>&1 ||
3321 die "Error creating armcc configuration file."
3322 $_cc --vsn | grep -q RVCT && armcc_opt=rvct || armcc_opt=armcc
3323 _flags="--arm_linux_config_file=$armcc_conf --translate_gcc"
3324 as_default="${cross_prefix}gcc"
3328 elif $_cc -v 2>&1 | grep -q clang; then
3330 _ident=$($_cc --version 2>/dev/null | head -n1)
3331 _depflags='-MMD -MF $(@:.o=.d) -MT $@'
3334 elif $_cc -V 2>&1 | grep -q Sun; then
3336 _ident=$($_cc -V 2>&1 | head -n1 | cut -d' ' -f 2-)
3337 _DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< | sed -e "1s,^.*: ,$@: ," -e "\$$!s,\$$, \\\," -e "1!s,^.*: , ," > $(@:.o=.d)'
3338 _DEPFLAGS='-xM1 -xc99'
3341 _cflags_size='-O5 -xspace'
3342 _flags_filter=suncc_flags
3343 elif $_cc -v 2>&1 | grep -q 'PathScale\|Path64'; then
3345 _ident=$($_cc -v 2>&1 | head -n1 | tr -d :)
3346 _depflags='-MMD -MF $(@:.o=.d) -MT $@'
3349 _flags_filter='filter_out -Wdisabled-optimization'
3350 elif $_cc -v 2>&1 | grep -q Open64; then
3352 _ident=$($_cc -v 2>&1 | head -n1 | tr -d :)
3353 _depflags='-MMD -MF $(@:.o=.d) -MT $@'
3356 _flags_filter='filter_out -Wdisabled-optimization|-Wtype-limits|-fno-signed-zeros'
3357 elif $_cc 2>&1 | grep -q 'Microsoft.*ARM.*Assembler'; then
3359 _ident=$($_cc | head -n1)
3360 # 4509: "This form of conditional instruction is deprecated"
3361 _flags="-nologo -ignore 4509"
3362 _flags_filter=armasm_flags
3363 elif $_cc -nologo- 2>&1 | grep -q Microsoft; then
3365 _ident=$($_cc 2>&1 | head -n1)
3366 _DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< 2>&1 | awk '\''/including/ { sub(/^.*file: */, ""); gsub(/\\/, "/"); if (!match($$0, / /)) print "$@:", $$0 }'\'' > $(@:.o=.d)'
3367 _DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -showIncludes -Zs'
3371 if $_cc -nologo- 2>&1 | grep -q Linker; then
3378 _flags_filter=msvc_flags
3380 _ld_path='-libpath:'
3382 elif $_cc 2>&1 | grep -q Intel; then
3384 _ident=$($_cc 2>&1 | head -n1)
3385 _depflags='-QMMD -QMF$(@:.o=.d) -QMT$@'
3386 # Not only is O3 broken on 13.x+ but it is slower on all previous
3387 # versions (tested) as well.
3389 _cflags_size="-O1 -Oi" # -O1 without -Oi miscompiles stuff
3390 if $_cc 2>&1 | grep -q Linker; then
3397 _flags_filter=icl_flags
3399 _ld_path='-libpath:'
3400 # -Qdiag-error to make icl error when seeing certain unknown arguments
3401 _flags='-nologo -Qdiag-error:4044,10157'
3402 # -Qvec- -Qsimd- to prevent miscompilation, -GS for consistency
3403 # with MSVC which enables it by default.
3404 _cflags='-Qms0 -Qvec- -Qsimd- -GS'
3405 elif $_cc -? 2>/dev/null | grep -q 'LLVM.*Linker'; then
3406 # lld can emulate multiple different linkers; in ms link.exe mode,
3407 # the -? parameter gives the help output which contains an identifyable
3408 # string, while it gives an error in other modes.
3410 # The link.exe mode doesn't have a switch for getting the version,
3411 # but we can force it back to gnu mode and get the version from there.
3412 _ident=$($_cc -flavor gnu --version 2>/dev/null)
3414 _flags_filter=msvc_flags
3416 _ld_path='-libpath:'
3417 elif $_cc --version 2>/dev/null | grep -q ^cparser; then
3419 _ident=$($_cc --version | head -n1)
3423 _flags_filter=cparser_flags
3426 eval ${pfx}_type=\$_type
3427 eval ${pfx}_ident=\$_ident
3431 eval ${1}_C=\${_cc_c-\${${1}_C}}
3432 eval ${1}_E=\${_cc_e-\${${1}_E}}
3433 eval ${1}_O=\${_cc_o-\${${1}_O}}
3435 if [ -n "$_depflags" ]; then
3436 eval ${1}_DEPFLAGS=\$_depflags
3438 eval ${1}DEP=\${_DEPCMD:-\$DEPCMD}
3439 eval ${1}DEP_FLAGS=\${_DEPFLAGS:-\$DEPFLAGS}
3440 eval DEP${1}FLAGS=\$_flags
3445 cflags_filter=$_flags_filter
3446 cflags_speed=$_cflags_speed
3447 cflags_size=$_cflags_size
3448 cflags_noopt=$_cflags_noopt
3449 add_cflags $_flags $_cflags
3450 cc_ldflags=$_ldflags
3453 probe_cc hostcc "$host_cc"
3454 host_cflags_filter=$_flags_filter
3455 host_cflags_speed=$_cflags_speed
3456 add_host_cflags $_flags $_cflags
3459 test -n "$cc_type" && enable $cc_type ||
3460 warn "Unknown C compiler $cc, unable to select optimal CFLAGS"
3462 : ${as_default:=$cc}
3463 : ${objcc_default:=$cc}
3464 : ${dep_cc_default:=$cc}
3465 : ${ld_default:=$cc}
3466 : ${host_ld_default:=$host_cc}
3467 set_default ar as objcc dep_cc ld host_ld
3470 asflags_filter=$_flags_filter
3471 add_asflags $_flags $_cflags
3474 probe_cc objcc "$objcc"
3475 objcflags_filter=$_flags_filter
3476 add_objcflags $_flags $_cflags
3480 ldflags_filter=$_flags_filter
3481 add_ldflags $_flags $_ldflags
3482 test "$cc_type" != "$ld_type" && add_ldflags $cc_ldflags
3484 LD_LIB=${_ld_lib-$LD_LIB}
3485 LD_PATH=${_ld_path-$LD_PATH}
3487 probe_cc hostld "$host_ld"
3488 host_ldflags_filter=$_flags_filter
3489 add_host_ldflags $_flags $_ldflags
3490 HOSTLD_O=${_ld_o-$HOSTLD_O}
3492 if [ -z "$CC_DEPFLAGS" ] && [ "$dep_cc" != "$cc" ]; then
3493 probe_cc depcc "$dep_cc"
3494 CCDEP=${_DEPCMD:-$DEPCMD}
3495 CCDEP_FLAGS=${_DEPFLAGS:=$DEPFLAGS}
3499 if $ar 2>&1 | grep -q Microsoft; then
3507 add_cflags $extra_cflags
3508 add_objcflags $extra_objcflags
3509 add_asflags $extra_cflags
3511 if test -n "$sysroot"; then
3514 add_cppflags --sysroot="$sysroot"
3515 add_ldflags --sysroot="$sysroot"
3520 if test "$cpu" = host; then
3521 enabled cross_compile &&
3522 die "--cpu=host makes no sense when cross-compiling."
3527 $cc $1=native -v -c -o $TMPO $TMPC >$TMPE 2>&1 || return
3529 s/.*$1=\\([^ ]*\\).*/\\1/
3534 cpu=$(check_native -march || check_native -mcpu)
3538 test "${cpu:-host}" = host &&
3539 die "--cpu=host not supported with compiler $cc"
3542 # Deal with common $arch aliases
3566 "Power Macintosh"|ppc*|powerpc*)
3581 i[3-6]86|i86pc|BePC|x86pc|x86_64|amd64)
3586 is_in $arch $ARCH_LIST || warn "unknown architecture $arch"
3589 # Add processor-specific flags
3590 if enabled aarch64; then
3594 cpuflags="-march=$cpu"
3597 cpuflags="-mcpu=$cpu"
3601 elif enabled alpha; then
3603 cpuflags="-mcpu=$cpu"
3605 elif enabled arm; then
3608 test_cpp_condition stddef.h \
3609 "defined __ARM_ARCH_${1}__ || defined __TARGET_ARCH_${2:-$1}" \
3614 if check_arm_arch 4; then echo armv4
3615 elif check_arm_arch 4T; then echo armv4t
3616 elif check_arm_arch 5; then echo armv5
3617 elif check_arm_arch 5E; then echo armv5e
3618 elif check_arm_arch 5T; then echo armv5t
3619 elif check_arm_arch 5TE; then echo armv5te
3620 elif check_arm_arch 5TEJ; then echo armv5te
3621 elif check_arm_arch 6; then echo armv6
3622 elif check_arm_arch 6J; then echo armv6j
3623 elif check_arm_arch 6K; then echo armv6k
3624 elif check_arm_arch 6Z; then echo armv6z
3625 elif check_arm_arch 6ZK; then echo armv6zk
3626 elif check_arm_arch 6T2; then echo armv6t2
3627 elif check_arm_arch 7; then echo armv7
3628 elif check_arm_arch 7A 7_A; then echo armv7-a
3629 elif check_arm_arch 7S; then echo armv7-a
3630 elif check_arm_arch 7R 7_R; then echo armv7-r
3631 elif check_arm_arch 7M 7_M; then echo armv7-m
3632 elif check_arm_arch 7EM 7E_M; then echo armv7-m
3633 elif check_arm_arch 8A 8_A; then echo armv8-a
3637 [ "$cpu" = generic ] && cpu=$(probe_arm_arch)
3641 cpuflags="-march=$cpu"
3642 subarch=$(echo $cpu | sed 's/[^a-z0-9]//g')
3645 cpuflags="-mcpu=$cpu"
3647 cortex-a*) subarch=armv7a ;;
3648 cortex-r*) subarch=armv7r ;;
3649 cortex-m*) enable thumb; subarch=armv7m ;;
3650 arm11*) subarch=armv6 ;;
3651 arm[79]*e*|arm9[24]6*|arm96*|arm102[26]) subarch=armv5te ;;
3652 armv4*|arm7*|arm9[24]*) subarch=armv4 ;;
3653 *) subarch=$(probe_arm_arch) ;;
3659 armv5t*) enable fast_clz ;;
3660 armv[6-8]*) enable fast_clz fast_unaligned ;;
3663 elif enabled avr32; then
3668 cpuflags="-mpart=$cpu"
3672 cpuflags="-march=$cpu"
3676 cpuflags="-mcpu=$cpu"
3680 cpuflags="-march=$cpu"
3684 elif enabled bfin; then
3686 cpuflags="-mcpu=$cpu"
3688 elif enabled mips; then
3690 cpuflags="-march=$cpu"
3692 elif enabled ppc; then
3696 case $(tolower $cpu) in
3697 601|ppc601|powerpc601)
3698 cpuflags="-mcpu=601"
3701 603*|ppc603*|powerpc603*)
3702 cpuflags="-mcpu=603"
3705 604*|ppc604*|powerpc604*)
3706 cpuflags="-mcpu=604"
3709 g3|75*|ppc75*|powerpc75*)
3710 cpuflags="-mcpu=750"
3713 g4|745*|ppc745*|powerpc745*)
3714 cpuflags="-mcpu=7450"
3717 74*|ppc74*|powerpc74*)
3718 cpuflags="-mcpu=7400"
3721 g5|970|ppc970|powerpc970)
3722 cpuflags="-mcpu=970"
3726 cpuflags="-mcpu=$cpu"
3730 cpuflags="-mcpu=$cpu"
3734 cpuflags="-mcpu=cell"
3739 cpuflags="-mcpu=e500mc"
3743 cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
3748 cpuflags="-mcpu=8540 -mhard-float"
3754 elif enabled sparc; then
3757 cypress|f93[04]|tsc701|sparcl*|supersparc|hypersparc|niagara|v[789])
3758 cpuflags="-mcpu=$cpu"
3760 ultrasparc*|niagara[234])
3761 cpuflags="-mcpu=$cpu"
3765 elif enabled x86; then
3769 cpuflags="-march=$cpu"
3773 # targets that do NOT support nopl and conditional mov (cmov)
3774 pentium-mmx|k6|k6-[23]|winchip-c6|winchip2|c3)
3775 cpuflags="-march=$cpu"
3778 # targets that do support nopl and conditional mov (cmov)
3779 i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64*|k8*|opteron*|athlon-fx|core2|corei7*|amdfam10|barcelona|atom|bdver*)
3780 cpuflags="-march=$cpu"
3784 # targets that do support conditional mov but on which it's slow
3785 pentium4|pentium4m|prescott|nocona)
3786 cpuflags="-march=$cpu"
3794 if [ "$cpu" != generic ]; then
3795 add_cflags $cpuflags
3796 add_asflags $cpuflags
3797 test "$cc_type" = "$ld_type" && add_ldflags $cpuflags
3800 # compiler sanity check
3802 int main(void){ return 0; }
3804 if test "$?" != 0; then
3805 echo "$cc is unable to create an executable file."
3806 if test -z "$cross_prefix" && ! enabled cross_compile ; then
3807 echo "If $cc is a cross-compiler, use the --enable-cross-compile option."
3808 echo "Only do this if you know what cross compiling means."
3810 die "C compiler test failed."
3813 add_cppflags -D_ISOC99_SOURCE
3815 # some compilers silently accept -std=c11, so we also need to check that the
3816 # version macro is defined properly
3817 test_cpp_condition stdlib.h "__STDC_VERSION__ >= 201112L" -std=c11 &&
3818 add_cflags -std=c11 ||
3819 check_cflags -std=c99
3821 check_cppflags -D_FILE_OFFSET_BITS=64
3822 check_cppflags -D_LARGEFILE_SOURCE
3824 add_host_cppflags -D_ISOC99_SOURCE
3825 check_host_cflags -std=c99
3826 check_host_cflags -Wall
3827 check_host_cflags $host_cflags_speed
3832 expr=${3:-'sizeof(void *) > 4'}
3833 test_code cc "" "int test[2*($expr) - 1]" &&
3834 subarch=$arch64 || subarch=$arch32
3840 enabled shared && enable_weak pic
3843 check_64bit mips mips64 '_MIPS_SIM > 1'
3844 enabled shared && enable_weak pic
3847 check_64bit parisc parisc64
3848 enabled shared && enable_weak pic
3851 check_64bit ppc ppc64
3852 enabled shared && enable_weak pic
3855 check_64bit s390 s390x
3856 enabled shared && enable_weak pic
3859 check_64bit sparc sparc64
3860 enabled shared && enable_weak pic
3863 check_64bit x86_32 x86_64
3864 if enabled x86_64; then
3865 enabled shared && enable_weak pic
3875 add_cppflags '-I\$(SRC_PATH)/compat/aix'
3876 enabled shared && add_ldflags -Wl,-brtl
3877 arflags='-Xany -r -c'
3881 enable section_data_rel_ro
3882 SLIB_INSTALL_NAME='$(SLIBNAME)'
3884 SHFLAGS='-shared -Wl,-soname,$(SLIBNAME)'
3887 prefix_default="/boot/common"
3888 network_extralibs="-lnetwork"
3892 SHFLAGS='-shared -Wl,-h,$$(@F)'
3893 enabled x86 && append SHFLAGS -mimpure-text
3894 network_extralibs="-lsocket -lnsl"
3895 # When using suncc to build, the Solaris linker will mark
3896 # an executable with each instruction set encountered by
3897 # the Solaris assembler. As our libraries contain their own
3898 # guards for processor-specific code, instead suppress
3899 # generation of the HWCAPS ELF section on Solaris x86 only.
3900 enabled_all suncc x86 &&
3901 echo "hwcap_1 = OVERRIDE;" > mapfile &&
3902 add_ldflags -Wl,-M,mapfile
3903 nm_default='nm -P -g'
3905 VERSION_SCRIPT_POSTPROCESS_CMD='perl $(SRC_PATH)/compat/solaris/make_sunver.pl - $(OBJS)'
3909 oss_indev_extralibs="-lossaudio"
3914 SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBMAJOR).$(LIBMINOR)'
3916 oss_indev_extralibs="-lossaudio"
3924 add_extralibs -lpoll -lgnugetopt
3927 enabled ppc && add_asflags -force_cpusubtype_ALL
3928 SHFLAGS='-dynamiclib -Wl,-single_module -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR)'
3929 enabled x86_32 && append SHFLAGS -Wl,-read_only_relocs,suppress
3930 add_ldflags -Wl,-dynamic,-search_paths_first
3931 check_cflags -Werror=partial-availability
3933 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME).$(LIBVERSION)$(SLIBSUF)'
3934 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME).$(LIBMAJOR)$(SLIBSUF)'
3935 enabled x86_64 && objformat="macho64" || objformat="macho32"
3936 enabled_any pic shared ||
3937 { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
3938 check_header dispatch/dispatch.h &&
3939 add_cppflags '-I\$(SRC_PATH)/compat/dispatch_semaphore'
3940 if test -n "$sysroot"; then
3941 is_in -isysroot $cc $CPPFLAGS $CFLAGS || check_cppflags -isysroot $sysroot
3942 is_in -isysroot $ld $LDFLAGS || check_ldflags -isysroot $sysroot
3946 die "Native MSYS builds are discouraged, please use the MINGW environment."
3951 if enabled x86_64; then
3952 LIBTARGET="i386:x86-64"
3953 elif enabled arm; then
3955 elif enabled aarch64; then
3958 if enabled shared; then
3959 # Cannot build both shared and static libs when using dllimport.
3962 check_ldflags -Wl,--nxcompat
3963 check_ldflags -Wl,--dynamicbase
3964 shlibdir_default="$bindir_default"
3967 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
3968 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
3969 SLIB_EXTRA_CMD=-'$(DLLTOOL) -m $(LIBTARGET) -d $$(@:$(SLIBSUF)=.def) -l $(SUBDIR)$(SLIBNAME:$(SLIBSUF)=.lib) -D $(SLIBNAME_WITH_MAJOR)'
3970 SLIB_INSTALL_NAME='$(SLIBNAME_WITH_MAJOR)'
3972 SLIB_INSTALL_EXTRA_SHLIB='$(SLIBNAME:$(SLIBSUF)=.lib)'
3973 SLIB_INSTALL_EXTRA_LIB='lib$(SLIBNAME:$(SLIBSUF)=.dll.a) $(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.def)'
3974 SLIB_CREATE_DEF_CMD='EXTERN_PREFIX="$(EXTERN_PREFIX)" AR="$(AR_CMD)" NM="$(NM_CMD)" $(SRC_PATH)/compat/windows/makedef $(SUBDIR)lib$(NAME).ver $(OBJS) > $$(@:$(SLIBSUF)=.def)'
3975 SHFLAGS='-shared -Wl,--out-implib,$(SUBDIR)lib$(SLIBNAME:$(SLIBSUF)=.dll.a) -Wl,--enable-auto-image-base $$(@:$(SLIBSUF)=.def)'
3976 enabled x86_64 && objformat="win64" || objformat="win32"
3977 dlltool="${cross_prefix}dlltool"
3983 if enabled shared; then
3984 # Link to the import library instead of the normal static library
3987 # Cannot build both shared and static libs with MSVC or icl.
3990 shlibdir_default="$bindir_default"
3993 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
3994 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
3995 SLIB_CREATE_DEF_CMD='EXTERN_PREFIX="$(EXTERN_PREFIX)" $(SRC_PATH)/compat/windows/makedef $(SUBDIR)lib$(NAME).ver $(OBJS) > $$(@:$(SLIBSUF)=.def)'
3996 SLIB_INSTALL_NAME='$(SLIBNAME_WITH_MAJOR)'
3998 SLIB_INSTALL_EXTRA_SHLIB='$(SLIBNAME:$(SLIBSUF)=.lib)'
3999 SLIB_INSTALL_EXTRA_LIB='$(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.def)'
4000 SHFLAGS='-dll -def:$$(@:$(SLIBSUF)=.def) -implib:$(SUBDIR)$(SLIBNAME:$(SLIBSUF)=.lib)'
4001 enabled x86_64 && objformat="win64" || objformat="win32"
4007 shlibdir_default="$bindir_default"
4010 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
4011 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
4012 SLIB_INSTALL_NAME='$(SLIBNAME_WITH_MAJOR)'
4014 SLIB_INSTALL_EXTRA_LIB='lib$(NAME).dll.a'
4015 SHFLAGS='-shared -Wl,--out-implib,$(SUBDIR)lib$(NAME).dll.a'
4016 enabled x86_64 && objformat="win64" || objformat="win32"
4019 *-dos|freedos|opendos)
4020 network_extralibs="-lsocket"
4023 add_cppflags -U__STRICT_ANSI__
4026 enable section_data_rel_ro
4030 ranlib="echo ignoring ranlib"
4035 add_cppflags -D_GNU_SOURCE
4036 add_ldflags -Zomf -Zbin-files -Zargs-wild -Zhigh-mem -Zmap
4037 SHFLAGS='$(SUBDIR)$(NAME).def -Zdll -Zomf'
4041 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
4042 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(shell echo $(NAME) | cut -c1-6)$(LIBMAJOR)$(SLIBSUF)'
4043 SLIB_CREATE_DEF_CMD='echo LIBRARY $(SLIBNAME_WITH_MAJOR) INITINSTANCE TERMINSTANCE > $(SUBDIR)$(NAME).def; \
4044 echo CODE PRELOAD MOVEABLE DISCARDABLE >> $(SUBDIR)$(NAME).def; \
4045 echo DATA PRELOAD MOVEABLE MULTIPLE NONSHARED >> $(SUBDIR)$(NAME).def; \
4046 echo EXPORTS >> $(SUBDIR)$(NAME).def; \
4047 emxexp $(OBJS) >> $(SUBDIR)$(NAME).def'
4048 SLIB_EXTRA_CMD='emximp -o $(SUBDIR)$(LIBPREF)$(NAME)_dll.a $(SUBDIR)$(NAME).def; \
4049 emximp -o $(SUBDIR)$(LIBPREF)$(NAME)_dll.lib $(SUBDIR)$(NAME).def;'
4050 SLIB_INSTALL_EXTRA_LIB='$(LIBPREF)$(NAME)_dll.a $(LIBPREF)$(NAME)_dll.lib'
4054 add_cppflags -D_BSD_SOURCE
4059 add_cppflags -D_QNX_SOURCE
4060 network_extralibs="-lsocket"
4065 add_cflags --include=$sysinclude/gcce/gcce.h -fvisibility=default
4066 add_cppflags -D__GCCE__ -D__SYMBIAN32__ -DSYMBIAN_OE_POSIX_SIGNALS
4067 add_ldflags -Wl,--target1-abs,--no-undefined \
4068 -Wl,-Ttext,0x80000,-Tdata,0x1000000 -shared \
4069 -Wl,--entry=_E32Startup -Wl,-u,_E32Startup
4070 add_extralibs -l:eexe.lib -l:usrt2_2.lib -l:dfpaeabi.dso \
4071 -l:drtaeabi.dso -l:scppnwdl.dso -lsupc++ -lgcc \
4072 -l:libc.dso -l:libm.dso -l:euser.dso -l:libcrt0.lib
4079 die "Unknown OS '$target_os'."
4083 # determine libc flavour
4088 # uclibc defines __GLIBC__, so it needs to be checked before glibc.
4089 if test_${pfx}cpp_condition features.h "defined __UCLIBC__"; then
4090 eval ${pfx}libc_type=uclibc
4091 add_${pfx}cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
4092 elif test_${pfx}cpp_condition features.h "defined __GLIBC__"; then
4093 eval ${pfx}libc_type=glibc
4094 add_${pfx}cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
4095 # MinGW headers can be installed on Cygwin, so check for newlib first.
4096 elif test_${pfx}cpp_condition newlib.h "defined _NEWLIB_VERSION"; then
4097 eval ${pfx}libc_type=newlib
4098 add_${pfx}cppflags -U__STRICT_ANSI__ -D_XOPEN_SOURCE=600
4099 # MinGW64 is backwards compatible with MinGW32, so check for it first.
4100 elif test_${pfx}cpp_condition _mingw.h "defined __MINGW64_VERSION_MAJOR"; then
4101 eval ${pfx}libc_type=mingw64
4102 add_${pfx}cppflags -U__STRICT_ANSI__ -D__USE_MINGW_ANSI_STDIO=1
4103 eval test \$${pfx_no_}cc_type = "gcc" &&
4104 add_${pfx}cppflags -D__printf__=__gnu_printf__
4105 elif test_${pfx}cpp_condition _mingw.h "defined __MINGW_VERSION" ||
4106 test_${pfx}cpp_condition _mingw.h "defined __MINGW32_VERSION"; then
4107 eval ${pfx}libc_type=mingw32
4108 test_${pfx}cpp_condition _mingw.h "__MINGW32_MAJOR_VERSION > 3 || \
4109 (__MINGW32_MAJOR_VERSION == 3 && __MINGW32_MINOR_VERSION >= 15)" ||
4110 die "ERROR: MinGW32 runtime version must be >= 3.15."
4111 add_${pfx}cppflags -U__STRICT_ANSI__ -D__USE_MINGW_ANSI_STDIO=1
4112 test_${pfx}cpp_condition _mingw.h "__MSVCRT_VERSION__ < 0x0700" &&
4113 add_${pfx}cppflags -D__MSVCRT_VERSION__=0x0700
4114 test_${pfx}cpp_condition windows.h "defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0502" &&
4115 add_${pfx}cppflags -D_WIN32_WINNT=0x0502
4116 eval test \$${pfx_no_}cc_type = "gcc" &&
4117 add_${pfx}cppflags -D__printf__=__gnu_printf__
4118 elif test_${pfx}cpp_condition crtversion.h "defined _VC_CRT_MAJOR_VERSION"; then
4119 eval ${pfx}libc_type=msvcrt
4120 if test_${pfx}cpp_condition crtversion.h "_VC_CRT_MAJOR_VERSION < 14"; then
4121 if [ "$pfx" = host_ ]; then
4122 add_host_cppflags -Dsnprintf=_snprintf
4124 add_compat strtod.o strtod=avpriv_strtod
4125 add_compat msvcrt/snprintf.o snprintf=avpriv_snprintf \
4126 _snprintf=avpriv_snprintf \
4127 vsnprintf=avpriv_vsnprintf
4130 add_${pfx}cppflags -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS
4131 # The MSVC 2010 headers (Win 7.0 SDK) set _WIN32_WINNT to
4132 # 0x601 by default unless something else is set by the user.
4133 # This can easily lead to us detecting functions only present
4134 # in such new versions and producing binaries requiring windows 7.0.
4135 # Therefore explicitly set the default to XP unless the user has
4136 # set something else on the command line.
4137 # Don't do this if WINAPI_FAMILY is set and is set to a non-desktop
4138 # family. For these cases, configure is free to use any functions
4139 # found in the SDK headers by default. (Alternatively, we could force
4140 # _WIN32_WINNT to 0x0602 in that case.)
4141 test_${pfx}cpp_condition stdlib.h "defined(_WIN32_WINNT)" ||
4142 { test_${pfx}cpp <<EOF && add_${pfx}cppflags -D_WIN32_WINNT=0x0502; }
4143 #ifdef WINAPI_FAMILY
4144 #include <winapifamily.h>
4145 #if !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
4150 if [ "$pfx" = "" ]; then
4151 check_func strtoll || add_cflags -Dstrtoll=_strtoi64
4153 elif test_${pfx}cpp_condition stddef.h "defined __KLIBC__"; then
4154 eval ${pfx}libc_type=klibc
4155 elif test_${pfx}cpp_condition sys/cdefs.h "defined __BIONIC__"; then
4156 eval ${pfx}libc_type=bionic
4157 elif test_${pfx}cpp_condition sys/brand.h "defined LABELED_BRAND_NAME"; then
4158 eval ${pfx}libc_type=solaris
4159 add_${pfx}cppflags -D__EXTENSIONS__ -D_XOPEN_SOURCE=600
4161 eval ${pfx}libc_type=default
4162 add_${pfx}cppflags -D_DEFAULT_SOURCE
4164 eval test -n "\${${pfx}libc_type}" && enable ${pfx}libc_${libc_type}
4170 # hacks for compiler/libc/os combinations
4174 add_compat strtod.o strtod=avpriv_strtod
4178 check_compile_assert flt_lim "float.h limits.h" "DBL_MAX == (double)DBL_MAX" ||
4179 add_cppflags '-I\$(SRC_PATH)/compat/float'
4181 test_cpp_condition stdlib.h "defined(__PIC__) || defined(__pic__) || defined(PIC)" && enable_weak pic
4183 set_default $PATHS_LIST
4186 disabled optimizations || check_cflags -fomit-frame-pointer
4189 disabled pic && return
4192 case "$target_os" in
4193 mingw*|cygwin*|win*)
4202 enabled pic && enable_weak_pic
4204 test_cc <<EOF || die "Symbol mangling check failed."
4207 sym=$($nm $TMPO | awk '/ff_extern/{ print substr($0, match($0, /[^ \t]*ff_extern/)) }')
4208 extern_prefix=${sym%%ff_extern*}
4210 ! disabled inline_asm && check_inline_asm inline_asm '"" ::'
4212 for restrict_keyword in restrict __restrict__ __restrict ""; do
4213 test_code cc "" "char * $restrict_keyword p" && break
4216 check_cc pragma_deprecated "" '_Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"")'
4218 # The global variable ensures the bits appear unchanged in the object file.
4219 test_cc <<EOF || die "endian test failed"
4220 unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
4222 od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
4225 log "check_gas using '$as' as AS"
4226 # :vararg is used on aarch64, arm and ppc altivec
4227 test_as <<EOF || return 1
4228 .macro m n, y:vararg=0
4233 # .altmacro is only used in arm asm
4234 ! enabled arm || check_as gnu_as ".altmacro"
4237 if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then
4239 enabled_any arm aarch64 && nogas=die
4240 enabled_all ppc altivec && nogas=warn
4244 arm*) gaspp_as_type=armasm; as_noop=-h ;;
4245 gcc) gaspp_as_type=gas ;;
4246 *) gaspp_as_type=$as_type ;;
4249 [ $target_os = "darwin" ] && gaspp_as_type="apple-$gaspp_as_type"
4251 test_cmd gas-preprocessor.pl -arch $arch -as-type $gaspp_as_type -- $as $as_noop &&
4252 gas="gas-preprocessor.pl -arch $arch -as-type $gaspp_as_type -- $as"
4254 if ! check_gas ; then
4257 $nogas "GNU assembler not found, install/update gas-preprocessor"
4260 check_as as_func ".func test
4264 check_inline_asm inline_asm_labels '"1:\n"'
4266 if enabled aarch64; then
4267 enabled armv8 && check_insn armv8 'prfm pldl1strm, [x0]'
4268 # internal assembler in clang 3.3 does not support this instruction
4269 enabled neon && check_insn neon 'ext v0.8B, v0.8B, v1.8B, #1'
4270 enabled vfp && check_insn vfp 'fmadd d0, d0, d1, d2'
4272 map 'enabled_any ${v}_external ${v}_inline || disable $v' $ARCH_EXT_LIST_ARM
4274 elif enabled alpha; then
4278 elif enabled arm; then
4280 enabled msvc && check_cpp_condition thumb stddef.h "defined _M_ARMT"
4281 test_cpp_condition stddef.h "defined __thumb__" && enable_weak thumb
4282 enabled thumb && check_cflags -mthumb || check_cflags -marm
4284 if check_cpp_condition vfp_args stddef.h "defined __ARM_PCS_VFP"; then
4286 elif check_cpp_condition vfp_args stddef.h "defined _M_ARM_FP && _M_ARM_FP >= 30"; then
4288 elif ! test_cpp_condition stddef.h "defined __ARM_PCS || defined __SOFTFP__" && [ $target_os != darwin ]; then
4289 case "${cross_prefix:-$cc}" in
4290 *hardfloat*) enable vfp_args; fpabi=vfp ;;
4291 *) check_ld vfp_args <<EOF && fpabi=vfp || fpabi=soft ;;
4292 __asm__ (".eabi_attribute 28, 1");
4293 int main(void) { return 0; }
4296 warn "Compiler does not indicate floating-point ABI, guessing $fpabi."
4299 enabled armv5te && check_insn armv5te 'qadd r0, r0, r0'
4300 enabled armv6 && check_insn armv6 'sadd16 r0, r0, r0'
4301 enabled armv6t2 && check_insn armv6t2 'movt r0, #0'
4302 enabled neon && check_insn neon 'vadd.i16 q0, q0, q0'
4303 enabled vfp && check_insn vfp 'fadds s0, s0, s0'
4304 enabled vfpv3 && check_insn vfpv3 'vmov.f32 s0, #1.0'
4306 [ $target_os = linux ] || [ $target_os = android ] ||
4307 map 'enabled_any ${v}_external ${v}_inline || disable $v' \
4310 check_inline_asm asm_mod_q '"add r0, %Q0, %R0" :: "r"((long long)0)'
4312 check_as as_arch_directive ".arch armv7-a"
4313 check_as as_fpu_directive ".fpu neon"
4315 # llvm's integrated assembler supports .object_arch from llvm 3.5
4316 [ "$objformat" = elf32 ] || [ "$objformat" = elf64 ] &&
4317 check_as as_object_arch ".object_arch armv4"
4319 # MS armasm fails to assemble our PIC constructs
4320 [ $target_os != win32 ] && enabled_all armv6t2 shared !pic && enable_weak_pic
4322 elif enabled mips; then
4324 # make sure that only one instruction set is enabled
4325 disable $ARCH_EXT_LIST_MIPS
4327 check_inline_asm loongson '"dmult.g $1, $2, $3"'
4329 if enabled mips64; then
4330 check_inline_asm mips64r6 '"dlsa $0, $0, $0, 1"' ||
4331 check_inline_asm mips64r2 '"dext $0, $0, 0, 1"' ||
4332 check_inline_asm mips64r1 '"daddi $0, $0, 0"'
4334 check_inline_asm mips32r6 '"aui $0, $0, 0"' ||
4335 check_inline_asm mips32r2 '"ext $0, $0, 0, 1"' ||
4336 check_inline_asm mips32r1 '"addi $0, $0, 0"'
4339 elif enabled parisc; then
4341 if enabled gcc; then
4342 case $($cc -dumpversion) in
4343 4.[3-8].*) check_cflags -fno-optimize-sibling-calls ;;
4347 elif enabled ppc; then
4349 enable local_aligned_8 local_aligned_16 local_aligned_32
4351 check_inline_asm dcbzl '"dcbzl 0, %0" :: "r"(0)'
4352 check_inline_asm ibm_asm '"add 0, 0, 0"'
4353 check_inline_asm ppc4xx '"maclhw r10, r11, r12"'
4354 check_inline_asm xform_asm '"lwzx %1, %y0" :: "Z"(*(int*)0), "r"(0)'
4356 if enabled altivec; then
4357 check_cflags -maltivec -mabi=altivec
4359 # check if our compiler supports Motorola AltiVec C API
4360 check_cc altivec altivec.h "vector signed int v1 = (vector signed int) { 0 };
4361 vector signed int v2 = (vector signed int) { 1 };
4362 v1 = vec_add(v1, v2);"
4364 enabled altivec || warn "Altivec disabled, possibly missing --cpu flag"
4367 if enabled vsx; then
4368 check_cflags -mvsx &&
4369 check_cc vsx altivec.h "int v[4] = { 0 };
4370 vector signed int v1 = vec_vsx_ld(0, v);"
4373 if enabled power8; then
4374 check_cpp_condition power8 altivec.h "defined(_ARCH_PWR8)"
4377 elif enabled x86; then
4379 check_builtin rdtsc intrin.h "__rdtsc()"
4380 check_builtin mm_empty mmintrin.h "_mm_empty()"
4382 enable local_aligned_8 local_aligned_16 local_aligned_32
4384 # check whether EBP is available on x86
4385 # As 'i' is stored on the stack, this program will crash
4386 # if the base pointer is used to access it because the
4387 # base pointer is cleared in the inline assembly code.
4388 check_exec_crash <<EOF && enable ebp_available
4390 __asm__ volatile ("xorl %%ebp, %%ebp" ::: "%ebp");
4394 # check whether EBX is available on x86
4395 check_inline_asm ebx_available '""::"b"(0)' &&
4396 check_inline_asm ebx_available '"":::"%ebx"'
4398 # check whether xmm clobbers are supported
4399 check_inline_asm xmm_clobbers '"":::"%xmm0"'
4401 # check whether binutils is new enough to compile SSSE3/MMXEXT
4402 enabled ssse3 && check_inline_asm ssse3_inline '"pabsw %xmm0, %xmm0"'
4403 enabled mmxext && check_inline_asm mmxext_inline '"pmaxub %mm0, %mm1"'
4407 if test_cmd $x86asmexe_probe -v; then
4408 x86asmexe=$x86asmexe_probe
4410 x86asm_debug="-g -F dwarf"
4412 X86ASM_DEPFLAGS='-MD $(@:.o=.d)'
4413 elif test_cmd $x86asmexe_probe --version; then
4414 x86asmexe=$x86asmexe_probe
4416 x86asm_debug="-g dwarf2"
4417 X86ASMDEP='$(DEPX86ASM) $(X86ASMFLAGS) -M $(X86ASM_O) $< > $(@:.o=.d)'
4420 test_x86asm "movbe ecx, [5]" && enable x86asm
4423 if ! disabled_any asm mmx x86asm; then
4425 for program in $x86asmexe nasm yasm; do
4426 probe_x86asm $program && break
4428 disabled x86asm && die "nasm/yasm not found or too old. Use --disable-x86asm for a crippled build."
4429 X86ASMFLAGS="-f $objformat"
4430 enabled pic && append X86ASMFLAGS "-DPIC"
4431 test -n "$extern_prefix" && append X86ASMFLAGS "-DPREFIX"
4432 case "$objformat" in
4433 elf*) enabled debug && append X86ASMFLAGS $x86asm_debug ;;
4436 test_x86asm "vextracti128 xmm0, ymm0, 0" || disable avx2_external
4437 test_x86asm "vpmacsdd xmm0, xmm1, xmm2, xmm3" || disable xop_external
4438 test_x86asm "vfmadd132ps ymm0, ymm1, ymm2" || disable fma3_external
4439 test_x86asm "vfmaddps ymm0, ymm1, ymm2, ymm3" || disable fma4_external
4440 test_x86asm "CPU amdnop" || disable cpunop
4444 athlon*|opteron*|k8*|pentium|pentium-mmx|prescott|nocona|atom|geode)
4451 check_cc intrinsics_neon arm_neon.h "int16x8_t test = vdupq_n_s16(0)"
4453 check_ldflags -Wl,--as-needed
4455 if ! disabled network; then
4456 check_func getaddrinfo $network_extralibs
4457 check_func inet_aton $network_extralibs
4459 check_type netdb.h "struct addrinfo"
4460 check_type netinet/in.h "struct group_source_req" -D_BSD_SOURCE
4461 check_type netinet/in.h "struct ip_mreq_source" -D_BSD_SOURCE
4462 check_type netinet/in.h "struct ipv6_mreq" -D_DARWIN_C_SOURCE
4463 check_type poll.h "struct pollfd"
4464 check_type netinet/sctp.h "struct sctp_event_subscribe"
4465 check_struct "sys/types.h sys/socket.h" "struct sockaddr" sa_len
4466 check_type netinet/in.h "struct sockaddr_in6"
4467 check_type "sys/types.h sys/socket.h" "struct sockaddr_storage"
4468 check_type "sys/types.h sys/socket.h" socklen_t
4470 # Prefer arpa/inet.h over winsock2
4471 if check_header arpa/inet.h ; then
4472 check_func closesocket
4473 elif check_header winsock2.h ; then
4474 check_func_headers winsock2.h closesocket -lws2 &&
4475 network_extralibs="-lws2" ||
4476 { check_func_headers winsock2.h closesocket -lws2_32 &&
4477 network_extralibs="-lws2_32"; } || disable winsock2_h network
4478 check_func_headers ws2tcpip.h getaddrinfo $network_extralibs
4480 check_type ws2tcpip.h socklen_t
4481 check_type ws2tcpip.h "struct addrinfo"
4482 check_type ws2tcpip.h "struct group_source_req"
4483 check_type ws2tcpip.h "struct ip_mreq_source"
4484 check_type ws2tcpip.h "struct ipv6_mreq"
4485 check_type winsock2.h "struct pollfd"
4486 check_struct winsock2.h "struct sockaddr" sa_len
4487 check_type ws2tcpip.h "struct sockaddr_in6"
4488 check_type ws2tcpip.h "struct sockaddr_storage"
4494 check_builtin atomic_cas_ptr atomic.h "void **ptr; void *oldval, *newval; atomic_cas_ptr(ptr, oldval, newval)"
4495 check_builtin machine_rw_barrier mbarrier.h "__machine_rw_barrier()"
4496 check_builtin MemoryBarrier windows.h "MemoryBarrier()"
4497 check_builtin sync_val_compare_and_swap "" "int *ptr; int oldval, newval; __sync_val_compare_and_swap(ptr, oldval, newval)"
4499 case "$custom_allocator" in
4501 # jemalloc by default does not use a prefix
4502 require libjemalloc jemalloc/jemalloc.h malloc -ljemalloc
4505 require_pkg_config libtcmalloc libtcmalloc gperftools/tcmalloc.h tc_malloc
4510 check_func_headers malloc.h _aligned_malloc && enable aligned_malloc
4511 check_func ${malloc_prefix}memalign && enable memalign
4512 check_func ${malloc_prefix}posix_memalign && enable posix_memalign
4514 test_cpp_condition unistd.h "defined(_POSIX_MONOTONIC_CLOCK)" &&
4515 { check_lib clock_gettime time.h clock_gettime ||
4516 check_lib clock_gettime time.h clock_gettime -lrt; }
4519 check_func gethrtime
4521 check_func getrusage
4522 check_func gettimeofday
4525 check_func localtime_r
4529 # Solaris has nanosleep in -lrt, OpenSolaris no longer needs that
4530 check_func_headers time.h nanosleep || check_lib nanosleep time.h nanosleep -lrt
4531 check_func sched_getaffinity
4532 check_func setrlimit
4533 check_func strerror_r
4538 check_func_headers io.h setmode
4539 check_func_headers mach/mach_time.h mach_absolute_time
4540 check_func_headers stdlib.h getenv
4542 check_func_headers windows.h GetProcessAffinityMask
4543 check_func_headers windows.h GetProcessTimes
4544 check_func_headers windows.h GetSystemTimeAsFileTime
4545 check_func_headers windows.h LoadLibrary
4546 check_func_headers windows.h MapViewOfFile
4547 check_func_headers windows.h SetConsoleTextAttribute
4548 check_func_headers windows.h Sleep
4549 check_func_headers windows.h VirtualAlloc
4550 check_struct windows.h "CONDITION_VARIABLE" Ptr
4552 check_header direct.h
4553 check_header dxgidebug.h
4555 check_header dxva2api.h
4557 check_header malloc.h
4559 check_header sys/param.h
4560 check_header sys/resource.h
4561 check_header sys/select.h
4562 check_header sys/time.h
4563 check_header sys/un.h
4564 check_header unistd.h
4565 check_header valgrind/valgrind.h
4566 check_header VideoDecodeAcceleration/VDADecoder.h
4567 check_header windows.h
4569 # it seems there are versions of clang in some distros that try to use the
4570 # gcc headers, which explodes for stdatomic
4571 # so we also check that atomics actually work here
4572 check_builtin stdatomic stdatomic.h "atomic_int foo; atomic_store(&foo, 0)"
4574 check_lib ole32 "windows.h" CoTaskMemFree -lole32
4575 check_lib shell32 "windows.h shellapi.h" CommandLineToArgvW -lshell32
4576 check_lib wincrypt "windows.h wincrypt.h" CryptGenRandom -ladvapi32
4577 check_lib psapi "windows.h psapi.h" GetProcessMemoryInfo -lpsapi
4579 check_struct "sys/time.h sys/resource.h" "struct rusage" ru_maxrss
4581 check_type "cuviddec.h" "CUVIDH264PICPARAMS"
4582 check_type "cuviddec.h" "CUVIDHEVCPICPARAMS"
4583 check_struct "cuviddec.h" "CUVIDDECODECREATEINFO" bitDepthMinus8
4585 check_type "windows.h dxva.h" "DXVA_PicParams_HEVC" -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -D_CRT_BUILD_DESKTOP_APP=0
4586 check_type "windows.h d3d11.h" "ID3D11VideoDecoder"
4587 check_type "d3d9.h dxva2api.h" DXVA2_ConfigPictureDecode -D_WIN32_WINNT=0x0602
4589 check_type "va/va.h va/va_dec_hevc.h" "VAPictureParameterBufferHEVC"
4590 check_type "va/va.h va/va_dec_vp8.h" "VAPictureParameterBufferVP8"
4591 check_type "va/va.h va/va_vpp.h" "VAProcPipelineParameterBuffer"
4592 check_type "va/va.h va/va_enc_h264.h" "VAEncPictureParameterBufferH264"
4593 check_type "va/va.h va/va_enc_hevc.h" "VAEncPictureParameterBufferHEVC"
4594 check_type "va/va.h va/va_enc_jpeg.h" "VAEncPictureParameterBufferJPEG"
4595 check_type "va/va.h va/va_enc_mpeg2.h" "VAEncPictureParameterBufferMPEG2"
4596 check_type "va/va.h va/va_enc_vp8.h" "VAEncPictureParameterBufferVP8"
4597 check_type "va/va.h va/va_enc_vp9.h" "VAEncPictureParameterBufferVP9"
4599 check_type "vdpau/vdpau.h" "VdpPictureInfoHEVC"
4601 if ! disabled w32threads && ! enabled pthreads; then
4602 check_lib w32threads "windows.h process.h" _beginthreadex
4605 # check for some common methods of building with pthread support
4606 # do this before the optional library checks as some of them require pthreads
4607 if ! disabled pthreads && ! enabled w32threads; then
4608 if check_lib pthreads pthread.h pthread_join -pthread; then
4610 elif check_lib pthreads pthread.h pthread_join -pthreads; then
4611 add_cflags -pthreads
4612 elif check_lib pthreads pthread.h pthread_join -lpthreadGC2; then
4614 elif check_lib pthreads pthread.h pthread_join -lpthread; then
4616 elif check_func pthread_join; then
4620 check_builtin sem_timedwait semaphore.h "sem_t *s; sem_init(s,0,0); sem_timedwait(s,0); sem_destroy(s)" $pthreads_extralibs
4623 disabled zlib || check_lib zlib zlib.h zlibVersion -lz
4624 disabled bzlib || check_lib bzlib bzlib.h BZ2_bzlibVersion -lbz2
4626 # On some systems dynamic loading requires no extra linker flags
4627 check_lib libdl dlfcn.h dlopen || check_lib libdl dlfcn.h dlopen -ldl
4629 check_lib libm math.h sin -lm
4635 for func in $MATH_FUNCS; do
4636 eval check_mathfunc $func \${${func}_args:-1} $libm_extralibs
4639 # these are off by default, so fail if requested and not available
4640 enabled amf && require_cpp_condition AMF/core/Version.h "(AMF_VERSION_MAJOR << 48 | AMF_VERSION_MINOR << 32 | AMF_VERSION_RELEASE << 16 | AMF_VERSION_BUILD_NUM) >= 0x0001000400040001"
4641 enabled avisynth && require_header avisynth/avisynth_c.h
4642 enabled avxsynth && require_header avxsynth/avxsynth_c.h
4643 enabled cuda && require cuda cuda.h cuInit -lcuda
4644 enabled cuvid && require cuvid cuviddec.h cuvidCreateDecoder -lnvcuvid
4645 enabled frei0r && require_header frei0r.h
4646 enabled gnutls && require_pkg_config gnutls gnutls gnutls/gnutls.h gnutls_global_init &&
4647 check_lib gmp gmp.h mpz_export -lgmp
4648 enabled libaom && require_pkg_config libaom "aom >= 0.1.0" aom/aom_codec.h aom_codec_version
4649 enabled libbs2b && require_pkg_config libbs2b libbs2b bs2b.h bs2b_open
4650 enabled libdc1394 && require_pkg_config libdc1394 libdc1394-2 dc1394/dc1394.h dc1394_new
4651 enabled libdcadec && require libdcadec libdcadec/dca_context.h dcadec_context_create -ldcadec
4652 enabled libfaac && require libfaac "stdint.h faac.h" faacEncGetVersion -lfaac
4653 enabled libfdk_aac && require_pkg_config libfdk_aac fdk-aac "fdk-aac/aacenc_lib.h" aacEncOpen
4654 enabled libfontconfig && require_pkg_config libfontconfig fontconfig "fontconfig/fontconfig.h" FcInit
4655 enabled libfreetype && require_pkg_config libfreetype freetype2 "ft2build.h FT_FREETYPE_H" FT_Init_FreeType
4656 enabled libgsm && require libgsm gsm.h gsm_create -lgsm
4657 enabled libhdcd && require_pkg_config libhdcd libhdcd "hdcd/hdcd_simple.h" hdcd_new
4658 enabled libilbc && require libilbc ilbc.h WebRtcIlbcfix_InitDecode -lilbc
4659 enabled libkvazaar && require_pkg_config libkvazaar "kvazaar >= 0.8.1" kvazaar.h kvz_api_get
4660 enabled libmfx && require_pkg_config libmfx libmfx "mfx/mfxvideo.h" MFXInit
4661 enabled libmp3lame && require "libmp3lame >= 3.98.3" lame/lame.h lame_set_VBR_quality -lmp3lame
4662 enabled libnpp && require libnpp npp.h nppGetLibVersion -lnppi -lnppc
4663 enabled libopencore_amrnb && require libopencore_amrnb opencore-amrnb/interf_dec.h Decoder_Interface_init -lopencore-amrnb
4664 enabled libopencore_amrwb && require libopencore_amrwb opencore-amrwb/dec_if.h D_IF_init -lopencore-amrwb
4665 enabled libopencv && require_pkg_config libopencv opencv opencv/cv.h cvCreateImageHeader
4666 enabled libopenh264 && require_pkg_config libopenh264 openh264 wels/codec_api.h WelsGetCodecVersion
4667 enabled libopenjpeg && { check_lib libopenjpeg openjpeg.h opj_version -lopenjpeg -DOPJ_STATIC ||
4668 require_pkg_config libopenjpeg libopenjpeg1 openjpeg.h opj_version -DOPJ_STATIC; }
4669 enabled libopus && require_pkg_config libopus opus opus_multistream.h opus_multistream_decoder_create
4670 enabled libpulse && require_pkg_config libpulse libpulse-simple pulse/simple.h pa_simple_new
4671 enabled librtmp && require_pkg_config librtmp librtmp librtmp/rtmp.h RTMP_Socket
4672 enabled libschroedinger && require_pkg_config libschroedinger schroedinger-1.0 schroedinger/schro.h schro_init
4673 enabled libsnappy && require libsnappy snappy-c.h snappy_compress -lsnappy
4674 enabled libspeex && require_pkg_config libspeex speex speex/speex.h speex_decoder_init
4675 enabled libtheora && require libtheora theora/theoraenc.h th_info_init -ltheoraenc -ltheoradec -logg
4676 enabled libtwolame && require libtwolame twolame.h twolame_init -ltwolame
4677 enabled libvo_aacenc && require libvo_aacenc vo-aacenc/voAAC.h voGetAACEncAPI -lvo-aacenc
4678 enabled libvo_amrwbenc && require libvo_amrwbenc vo-amrwbenc/enc_if.h E_IF_init -lvo-amrwbenc
4679 enabled libvorbis && require libvorbis vorbis/vorbisenc.h vorbis_info_init -lvorbisenc -lvorbis -logg
4680 enabled libvpx && require_pkg_config libvpx "vpx >= 1.3.0" vpx/vpx_codec.h vpx_codec_version &&
4681 { enabled libvpx_vp8_decoder &&
4682 check_pkg_config libvpx_vp8_decoder vpx "vpx/vpx_decoder.h vpx/vp8dx.h" vpx_codec_vp8_dx
4683 enabled libvpx_vp8_encoder &&
4684 check_pkg_config libvpx_vp8_encoder vpx "vpx/vpx_encoder.h vpx/vp8cx.h" vpx_codec_vp8_cx
4685 enabled libvpx_vp9_decoder &&
4686 check_pkg_config libvpx_vp9_decoder vpx "vpx/vpx_decoder.h vpx/vp8dx.h" vpx_codec_vp9_dx
4687 enabled libvpx_vp9_encoder &&
4688 check_pkg_config libvpx_vp9_encoder vpx "vpx/vpx_encoder.h vpx/vp8cx.h" vpx_codec_vp9_cx
4689 disabled_all libvpx_vp8_decoder libvpx_vp9_decoder libvpx_vp8_encoder libvpx_vp9_encoder &&
4690 die "libvpx enabled but no supported decoders/encoders found"
4692 enabled libwavpack && require libwavpack wavpack/wavpack.h WavpackOpenFileOutput -lwavpack
4693 enabled libwebp && require_pkg_config libwebp libwebp webp/encode.h WebPGetEncoderVersion
4694 enabled libx264 && require_pkg_config libx264 x264 "stdint.h x264.h" x264_encoder_encode &&
4695 require_cpp_condition x264.h "X264_BUILD >= 118" &&
4696 check_cpp_condition libx262 x264.h "X264_MPEG2"
4697 enabled libx265 && require_pkg_config libx265 x265 x265.h x265_api_get &&
4698 require_cpp_condition x265.h "X265_BUILD >= 57"
4699 enabled libxavs && require libxavs "stdint.h xavs.h" xavs_encoder_encode -lxavs
4700 enabled libxvid && require libxvid xvid.h xvid_global -lxvidcore
4701 enabled mmal && { check_lib mmal interface/mmal/mmal.h mmal_port_connect -lmmal_core -lmmal_util -lmmal_vc_client -lbcm_host ||
4702 { ! enabled cross_compile &&
4703 add_cflags -isystem/opt/vc/include/ -isystem/opt/vc/include/interface/vmcs_host/linux -isystem/opt/vc/include/interface/vcos/pthreads -fgnu89-inline &&
4704 add_ldflags -L/opt/vc/lib/ &&
4705 check_lib mmal interface/mmal/mmal.h mmal_port_connect -lmmal_core -lmmal_util -lmmal_vc_client -lbcm_host; } ||
4706 die "ERROR: mmal not found" &&
4707 check_func_headers interface/mmal/mmal.h "MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS"; }
4708 enabled nvenc && require_cpp_condition nvEncodeAPI.h "NVENCAPI_MAJOR_VERSION >= 6"
4709 enabled omx && require_header OMX_Core.h
4710 enabled omx_rpi && { check_header OMX_Core.h ||
4711 { ! enabled cross_compile && add_cflags -isystem/opt/vc/include/IL && check_header OMX_Core.h ; } ||
4712 die "ERROR: OpenMAX IL headers not found"; } && enable omx
4713 enabled openssl && { { check_pkg_config openssl openssl openssl/ssl.h OPENSSL_init_ssl ||
4714 check_pkg_config openssl openssl openssl/ssl.h SSL_library_init; } ||
4715 check_lib openssl openssl/ssl.h SSL_library_init -lssl -lcrypto ||
4716 check_lib openssl openssl/ssl.h SSL_library_init -lssl32 -leay32 ||
4717 check_lib openssl openssl/ssl.h SSL_library_init -lssl -lcrypto -lws2_32 -lgdi32 ||
4718 die "ERROR: openssl not found"; }
4720 # SDL adds some CFLAGS that should not be part of the general CFLAGS.
4722 test_pkg_config sdl "sdl >= 1.2.1 sdl < 1.3.0" SDL_events.h SDL_PollEvent
4724 check_header linux/fb.h
4725 check_header linux/videodev2.h
4726 check_struct linux/videodev2.h "struct v4l2_frmivalenum" discrete
4728 check_header AVFoundation/AVFoundation.h
4730 check_header sys/videoio.h
4732 check_lib user32 "windows.h winuser.h" GetShellWindow -luser32
4733 check_lib vfw32 "windows.h vfw.h" capCreateCaptureWindow -lvfw32
4734 # check that WM_CAP_DRIVER_CONNECT is defined to the proper value
4735 # w32api 3.12 had it defined wrong
4736 check_cpp_condition vfwcap_defines vfw.h "WM_CAP_DRIVER_CONNECT > WM_USER"
4738 # check for ioctl_meteor.h, ioctl_bt848.h and alternatives
4739 check_header "dev/bktr/ioctl_meteor.h dev/bktr/ioctl_bt848.h" ||
4740 check_header "machine/ioctl_meteor.h machine/ioctl_bt848.h" ||
4741 check_header "dev/video/meteor/ioctl_meteor.h dev/video/bktr/ioctl_bt848.h" ||
4742 check_header "dev/ic/bt8xx.h"
4744 check_header sys/soundcard.h
4746 enabled alsa_indev &&
4747 check_lib alsa alsa/asoundlib.h snd_pcm_htimestamp -lasound
4750 require_pkg_config libjack jack jack/jack.h jack_port_get_latency_range
4752 enabled sndio_indev && check_lib sndio sndio.h sio_open -lsndio
4754 if enabled libcdio; then
4755 check_lib libcdio "cdio/cdda.h cdio/paranoia.h" cdio_cddap_open -lcdio_paranoia -lcdio_cdda -lcdio ||
4756 check_lib libcdio "cdio/paranoia/cdda.h cdio/paranoia/paranoia.h" cdio_cddap_open -lcdio_paranoia -lcdio_cdda -lcdio ||
4757 die "ERROR: No usable libcdio/cdparanoia found"
4760 if enabled libxcb; then
4761 require_pkg_config libxcb xcb xcb/xcb.h xcb_connect
4762 require_pkg_config libxcb_shape xcb-shape xcb/shape.h xcb_shape_rectangles
4763 disabled libxcb_shm ||
4764 check_pkg_config libxcb_shm xcb-shm xcb/shm.h xcb_shm_attach
4765 disabled libxcb_xfixes ||
4766 check_pkg_config libxcb_xfixes xcb-xfixes xcb/xfixes.h xcb_xfixes_get_cursor_image
4769 # d3d11va requires linking directly to dxgi and d3d11 if not building for
4770 # the desktop api partition
4771 test_cpp <<EOF && enable uwp && d3d11va_extralibs="-ldxgi -ld3d11"
4772 #ifdef WINAPI_FAMILY
4773 #include <winapifamily.h>
4774 #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
4775 #error desktop, not uwp
4777 // WINAPI_FAMILY_APP, WINAPI_FAMILY_PHONE_APP => UWP
4780 #error no family set
4784 enabled vaapi && require vaapi va/va.h vaInitialize -lva
4786 if enabled vaapi; then
4787 require_cc vaapi "va/va.h" "vaCreateSurfaces(0, 0, 0, 0, 0, 0, 0, 0)"
4788 check_lib vaapi_drm "va/va.h va/va_drm.h" vaGetDisplayDRM -lva -lva-drm
4789 check_lib vaapi_x11 "va/va.h va/va_x11.h" vaGetDisplay -lva -lva-x11 -lX11
4793 test_cpp_condition "va/va.h" "VA_CHECK_VERSION(1, 0, 0)" &&
4797 check_cpp_condition vdpau vdpau/vdpau.h "defined VDP_DECODER_PROFILE_MPEG4_PART2_ASP"
4800 check_lib vdpau_x11 "vdpau/vdpau.h vdpau/vdpau_x11.h" vdp_device_create_x11 -lvdpau -lX11
4802 enabled debug && add_cflags -g"$debuglevel" && add_asflags -g"$debuglevel"
4804 # add some useful compiler flags if supported
4805 check_cflags -Wdeclaration-after-statement
4807 check_cflags -Wdisabled-optimization
4808 check_cflags -Wpointer-arith
4809 check_cflags -Wredundant-decls
4810 check_cflags -Wwrite-strings
4811 check_cflags -Wtype-limits
4812 check_cflags -Wundef
4813 check_cflags -Wmissing-prototypes
4814 check_cflags -Wstrict-prototypes
4816 if enabled extra_warnings; then
4817 check_cflags -Wcast-qual
4818 check_cflags -Wextra
4819 check_cflags -Wpedantic
4822 check_disable_warning(){
4823 warning_flag=-W${1#-Wno-}
4824 test_cflags $warning_flag && add_cflags $1
4827 check_disable_warning -Wno-parentheses
4828 check_disable_warning -Wno-switch
4829 check_disable_warning -Wno-format-zero-length
4830 check_disable_warning -Wno-pointer-sign
4832 check_disable_warning_headers(){
4833 warning_flag=-W${1#-Wno-}
4834 test_cflags $warning_flag && add_cflags_headers $1
4837 check_disable_warning_headers -Wno-deprecated-declarations
4838 check_disable_warning_headers -Wno-unused-variable
4840 check_objcflags -fobjc-arc && enable objc_arc
4842 check_cc blocks_extension "" "void (^block)(void)"
4844 # add some linker flags
4845 check_ldflags -Wl,--warn-common
4846 check_ldflags -Wl,-rpath-link=libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample
4847 enabled rpath && add_ldexeflags -Wl,-rpath,$libdir && add_ldsoflags -Wl,-rpath,$libdir
4848 test_ldflags -Wl,-Bsymbolic && append SHFLAGS -Wl,-Bsymbolic
4850 # add some strip flags
4851 # -wN '..@*' is more selective than -x, but not available everywhere.
4852 check_stripflags -wN \'..@*\' || check_stripflags -x || strip='true'
4854 enabled neon_clobber_test &&
4855 check_ldflags -Wl,--wrap,avcodec_open2 \
4856 -Wl,--wrap,avcodec_decode_audio4 \
4857 -Wl,--wrap,avcodec_decode_video2 \
4858 -Wl,--wrap,avcodec_decode_subtitle2 \
4859 -Wl,--wrap,avcodec_encode_audio2 \
4860 -Wl,--wrap,avcodec_encode_video2 \
4861 -Wl,--wrap,avcodec_encode_subtitle \
4862 -Wl,--wrap,avcodec_send_packet \
4863 -Wl,--wrap,avcodec_receive_packet \
4864 -Wl,--wrap,avcodec_send_frame \
4865 -Wl,--wrap,avcodec_receive_frame \
4866 -Wl,--wrap,avresample_convert ||
4867 disable neon_clobber_test
4869 enabled xmm_clobber_test &&
4870 check_ldflags -Wl,--wrap,avcodec_open2 \
4871 -Wl,--wrap,avcodec_decode_audio4 \
4872 -Wl,--wrap,avcodec_decode_video2 \
4873 -Wl,--wrap,avcodec_decode_subtitle2 \
4874 -Wl,--wrap,avcodec_encode_audio2 \
4875 -Wl,--wrap,avcodec_encode_video2 \
4876 -Wl,--wrap,avcodec_encode_subtitle \
4877 -Wl,--wrap,avcodec_send_packet \
4878 -Wl,--wrap,avcodec_receive_packet \
4879 -Wl,--wrap,avcodec_send_frame \
4880 -Wl,--wrap,avcodec_receive_frame \
4881 -Wl,--wrap,avresample_convert \
4882 -Wl,--wrap,sws_scale ||
4883 disable xmm_clobber_test
4885 check_ld proper_dce <<EOF
4886 extern const int array[512];
4887 static inline int func(void) { return array[0]; }
4888 int main(void) { return 0; }
4891 if enabled proper_dce; then
4892 echo "X { local: *; };" > $TMPV
4893 if test_ldflags -Wl,${version_script},$TMPV; then
4894 append SHFLAGS '-Wl,${version_script},\$(SUBDIR)lib\$(NAME).ver'
4896 check_cc symver_asm_label "" "void ff_foo(void) __asm__ ("av_foo@VERSION");
4897 void ff_foo(void) { ${inline_asm+__asm__($quotes);} }"
4898 check_cc symver_gnu_asm "" "__asm__(".symver ff_foo,av_foo@VERSION");
4899 void ff_foo(void) {}"
4903 if [ -z "$optflags" ]; then
4904 if enabled small; then
4905 optflags=$cflags_size
4906 elif enabled optimizations; then
4907 optflags=$cflags_speed
4909 optflags=$cflags_noopt
4915 enabled lto && check_ldflags "$@"
4918 check_optflags $optflags
4919 check_optflags -fno-math-errno
4920 check_optflags -fno-signed-zeros
4922 if enabled lto; then
4923 test "$cc_type" != "$ld_type" && die "LTO requires same compiler and linker"
4925 check_ldflags -flto $cpuflags
4928 if enabled icc; then
4929 # Just warnings, no remarks
4931 # -wd: Disable following warnings
4932 # 144, 167, 556: -Wno-pointer-sign
4933 # 1292: attribute "foo" ignored
4934 # 1419: external declaration in primary source file
4935 # 10006: ignoring unknown option -fno-signed-zeros
4936 # 10148: ignoring unknown option -Wno-parentheses
4937 # 10156: ignoring option '-W'; no argument required
4938 check_cflags -wd144,167,556,1292,1419,10006,10148,10156
4939 # 11030: Warning unknown option --as-needed
4940 # 10156: ignoring option '-export'; no argument required
4941 check_ldflags -wd10156,11030
4942 # icc 11.0 and 11.1 work with ebp_available, but don't pass the test
4943 enable ebp_available
4944 if enabled x86_32; then
4945 icc_version=$($cc -dumpversion)
4946 test ${icc_version%%.*} -ge 11 &&
4947 check_cflags -falign-stack=maintain-16-byte ||
4948 disable aligned_stack
4950 elif enabled gcc; then
4951 check_optflags -fno-tree-vectorize
4952 check_cflags -Werror=implicit-function-declaration
4953 check_cflags -Werror=missing-prototypes
4954 check_cflags -Werror=return-type
4955 check_cflags -Werror=declaration-after-statement
4956 check_cflags -Werror=vla
4957 check_cflags -Werror=format-security
4958 check_cflags -fdiagnostics-color=auto
4959 enabled extra_warnings || check_disable_warning -Wno-maybe-uninitialized
4960 elif enabled llvm_gcc; then
4961 check_cflags -mllvm -stack-alignment=16
4962 elif enabled clang; then
4963 if [ "$target_os" = "mingw32" -o "$target_os" = "win32" ] && enabled x86_32; then
4964 # Clang doesn't support maintaining alignment without assuming the
4965 # same alignment in every function. If 16 byte alignment would be
4966 # enabled, one would also have to either add attribute_align_arg on
4967 # every single entry point into the libraries or enable -mstackrealign
4968 # (doing stack realignment in every single function).
4969 disable aligned_stack
4971 check_cflags -mllvm -stack-alignment=16
4973 check_cflags -Qunused-arguments
4974 check_cflags -Werror=implicit-function-declaration
4975 check_cflags -Werror=missing-prototypes
4976 check_cflags -Werror=return-type
4977 elif enabled cparser; then
4978 add_cflags -Wno-missing-variable-declarations
4979 add_cflags -Wno-empty-statement
4980 elif enabled armcc; then
4981 add_cflags -W${armcc_opt},--diag_suppress=4343 # hardfp compat
4982 add_cflags -W${armcc_opt},--diag_suppress=3036 # using . as system include dir
4983 # 2523: use of inline assembly is deprecated
4984 add_cflags -W${armcc_opt},--diag_suppress=2523
4985 add_cflags -W${armcc_opt},--diag_suppress=1207
4986 add_cflags -W${armcc_opt},--diag_suppress=1293 # assignment in condition
4987 add_cflags -W${armcc_opt},--diag_suppress=3343 # hardfp compat
4988 add_cflags -W${armcc_opt},--diag_suppress=167 # pointer sign
4989 add_cflags -W${armcc_opt},--diag_suppress=513 # pointer sign
4990 elif enabled pathscale; then
4991 add_cflags -fstrict-overflow -OPT:wrap_around_unsafe_opt=OFF
4993 elif enabled_any msvc icl; then
4994 enabled x86_32 && disable aligned_stack
4995 enabled_all x86_32 debug && add_cflags -Oy-
4996 enabled debug && add_ldflags -debug
4997 enable pragma_deprecated
4998 if enabled icl; then
4999 # -Qansi-alias is basically -fstrict-aliasing, but does not work
5000 # (correctly) on icl 13.x.
5001 test_cpp_condition "windows.h" "__ICL < 1300 || __ICL >= 1400" &&
5002 add_cflags -Qansi-alias
5003 # icl will pass the inline asm tests but inline asm is currently
5004 # not supported (build will fail)
5007 # msvcrt10 x64 incorrectly enables log2, only msvcrt12 (MSVC 2013) onwards actually has log2.
5008 check_cpp_condition log2 crtversion.h "_VC_CRT_MAJOR_VERSION >= 12"
5009 # The CRT headers contain __declspec(restrict) in a few places, but if redefining
5010 # restrict, this might break. MSVC 2010 and 2012 fail with __declspec(__restrict)
5011 # (as it ends up if the restrict redefine is done before including stdlib.h), while
5012 # MSVC 2013 and newer can handle it fine.
5013 # If this declspec fails, force including stdlib.h before the restrict redefinition
5014 # happens in config.h.
5015 if [ $restrict_keyword != restrict ]; then
5016 test_cc <<EOF || add_cflags -FIstdlib.h
5017 __declspec($restrict_keyword) void *foo(int);
5022 for pfx in "" host_; do
5023 varname=${pfx%_}cc_type
5024 eval "type=\$$varname"
5025 if [ "$type" = "msvc" ]; then
5026 test_${pfx}cc <<EOF || add_${pfx}cflags -Dinline=__inline
5027 static inline int foo(int a) { return a; }
5034 add_asflags -Qunused-arguments
5040 check_ldflags -Qunused-arguments
5044 enabled asm || { arch=c; disable $ARCH_LIST $ARCH_EXT_LIST; }
5046 check_cmd pod2man --help
5047 check_cmd texi2html -version
5049 check_deps $CONFIG_LIST \
5054 flatten_extralibs(){
5055 unset nested_entries
5058 for entry in $list; do
5061 append nested_entries $(filter '*_extralibs' $entry_copy)
5062 flat_entries=$(filter_out '*_extralibs' $entry_copy)
5063 eval $entry="\$flat_entries"
5065 append $list_name "$nested_entries"
5067 resolve nested_entries
5068 if test -n "$(filter '*_extralibs' $nested_entries)"; then
5069 flatten_extralibs $list_name
5073 for linkunit in $LIBRARY_LIST; do
5074 unset current_extralibs
5075 eval components=\$$(toupper ${linkunit})_COMPONENTS_LIST
5076 for comp in ${components}; do
5077 enabled $comp || continue
5078 comp_extralibs="${comp}_extralibs"
5079 append current_extralibs $comp_extralibs
5081 eval prepend ${linkunit}_extralibs $current_extralibs
5084 for linkunit in $LIBRARY_LIST $PROGRAM_LIST $EXTRALIBS_LIST; do
5085 flatten_extralibs ${linkunit}_extralibs
5086 unique ${linkunit}_extralibs
5087 resolve ${linkunit}_extralibs
5088 eval ${linkunit}_extralibs=\$\(\$ldflags_filter \$${linkunit}_extralibs\)
5091 map 'enabled $v && intrinsics=${v#intrinsics_}' $INTRINSICS_LIST
5093 for thread in $THREADS_LIST; do
5094 if enabled $thread; then
5095 test -n "$thread_type" &&
5096 die "ERROR: Only one thread type must be selected." ||
5097 thread_type="$thread"
5101 if disabled stdatomic; then
5102 if enabled atomics_gcc; then
5103 add_cppflags '-I\$(SRC_PATH)/compat/atomics/gcc'
5104 elif enabled atomics_win32; then
5105 add_cppflags '-I\$(SRC_PATH)/compat/atomics/win32'
5106 elif enabled atomics_suncc; then
5107 add_cppflags '-I\$(SRC_PATH)/compat/atomics/suncc'
5108 elif enabled pthreads; then
5109 add_compat atomics/pthread/stdatomic.o
5110 add_cppflags '-I\$(SRC_PATH)/compat/atomics/pthread'
5112 enabled threads && die "Threading is enabled, but no atomics are available"
5113 add_cppflags '-I\$(SRC_PATH)/compat/atomics/dummy'
5117 enabled zlib && add_cppflags -DZLIB_CONST
5119 # conditional library dependencies, in linking order
5120 enabled movie_filter && prepend avfilter_deps "avformat avcodec"
5121 enabled_any asyncts_filter resample_filter &&
5122 prepend avfilter_deps "avresample"
5123 enabled scale_filter && prepend avfilter_deps "swscale"
5125 enabled opus_decoder && prepend avcodec_deps "avresample"
5129 eval "deps=\$$lib_deps"
5130 append $lib_deps $(map 'eval echo \$${v}_deps' $deps)
5134 map 'expand_deps $v' $LIBRARY_LIST
5136 if test "$quiet" != "yes"; then
5138 echo "install prefix $prefix"
5139 echo "source path $source_path"
5140 echo "C compiler $cc"
5141 echo "C library $libc_type"
5142 if test "$host_cc" != "$cc"; then
5143 echo "host C compiler $host_cc"
5144 echo "host C library $host_libc_type"
5146 echo "ARCH $arch ($cpu)"
5147 if test "$extra_version" != ""; then
5148 echo "version string suffix $extra_version"
5150 echo "big-endian ${bigendian-no}"
5151 echo "runtime cpu detection ${runtime_cpudetect-no}"
5152 if enabled x86; then
5153 echo "standalone assembly ${x86asm-no}"
5154 echo "x86 assembler ${x86asmexe}"
5155 echo "MMX enabled ${mmx-no}"
5156 echo "MMXEXT enabled ${mmxext-no}"
5157 echo "3DNow! enabled ${amd3dnow-no}"
5158 echo "3DNow! extended enabled ${amd3dnowext-no}"
5159 echo "SSE enabled ${sse-no}"
5160 echo "SSSE3 enabled ${ssse3-no}"
5161 echo "AVX enabled ${avx-no}"
5162 echo "XOP enabled ${xop-no}"
5163 echo "FMA3 enabled ${fma3-no}"
5164 echo "FMA4 enabled ${fma4-no}"
5165 echo "i686 features enabled ${i686-no}"
5166 echo "CMOV is fast ${fast_cmov-no}"
5167 echo "EBX available ${ebx_available-no}"
5168 echo "EBP available ${ebp_available-no}"
5170 if enabled aarch64; then
5171 echo "NEON enabled ${neon-no}"
5172 echo "VFP enabled ${vfp-no}"
5174 if enabled arm; then
5175 echo "ARMv5TE enabled ${armv5te-no}"
5176 echo "ARMv6 enabled ${armv6-no}"
5177 echo "ARMv6T2 enabled ${armv6t2-no}"
5178 echo "VFP enabled ${vfp-no}"
5179 echo "NEON enabled ${neon-no}"
5181 if enabled ppc; then
5182 echo "AltiVec enabled ${altivec-no}"
5183 echo "VSX enabled ${vsx-no}"
5184 echo "POWER8 enabled ${power8-no}"
5185 echo "PPC 4xx optimizations ${ppc4xx-no}"
5186 echo "dcbzl available ${dcbzl-no}"
5188 echo "debug symbols ${debug-no}"
5189 echo "optimize for size ${small-no}"
5190 echo "optimizations ${optimizations-no}"
5191 echo "static ${static-no}"
5192 echo "shared ${shared-no}"
5193 echo "network support ${network-no}"
5194 echo "threading support ${thread_type-no}"
5195 echo "safe bitstream reader ${safe_bitstream_reader-no}"
5197 echo "External libraries:"
5198 print_enabled '' $EXTERNAL_LIBRARY_LIST | print_3_columns
5200 echo "External libraries providing hardware acceleration:"
5201 print_enabled '' $HWACCEL_LIBRARY_LIST | print_3_columns
5205 print_enabled '' $LIBRARY_LIST | print_3_columns
5209 print_enabled '' $PROGRAM_LIST | print_3_columns
5212 for type in decoder encoder hwaccel parser demuxer muxer protocol filter bsf indev; do
5213 echo "Enabled ${type}s:"
5214 eval list=\$$(toupper $type)_LIST
5215 print_enabled '_*' $list | print_3_columns
5219 if test -n "$ignore_tests"; then
5220 ignore_tests=$(echo $ignore_tests | tr ',' ' ')
5221 echo "Ignored FATE tests:"
5222 echo $ignore_tests | print_3_columns
5226 echo "License: $license"
5228 fi # test "$quiet" != "yes"
5230 test -n "$WARNINGS" && printf "\n$WARNINGS"
5232 test -e Makefile || echo "include $source_path/Makefile" > Makefile
5235 echo "$*" | sed 's/%/%25/g;s/:/%3a/g'
5238 echo "config:$arch:$subarch:$cpu:$target_os:$(esc $cc_ident):$(esc $LIBAV_CONFIGURATION)" > avbuild/config.fate
5240 config_files="$TMPH avbuild/config.mak"
5242 cat > avbuild/config.mak <<EOF
5243 # Automatically generated by configure - do not modify!
5244 LIBAV_CONFIGURATION=$LIBAV_CONFIGURATION
5246 LIBDIR=\$(DESTDIR)$libdir
5247 SHLIBDIR=\$(DESTDIR)$shlibdir
5248 INCDIR=\$(DESTDIR)$incdir
5249 BINDIR=\$(DESTDIR)$bindir
5250 DATADIR=\$(DESTDIR)$datadir
5251 DOCDIR=\$(DESTDIR)$docdir
5252 MANDIR=\$(DESTDIR)$mandir
5253 SRC_PATH=$source_path
5256 INTRINSICS=$intrinsics
5257 EXTERN_PREFIX=$extern_prefix
5263 DEPCCFLAGS=$DEPCCFLAGS \$(CPPFLAGS)
5265 DEPASFLAGS=$DEPASFLAGS \$(CPPFLAGS)
5267 DEPX86ASM=$x86asmexe
5268 DEPX86ASMFLAGS=\$(X86ASMFLAGS)
5279 OBJCFLAGS=$OBJCFLAGS
5295 LDEXEFLAGS=$LDEXEFLAGS
5296 LDSOFLAGS=$LDSOFLAGS
5297 SHFLAGS=$(echo $($ldflags_filter $SHFLAGS))
5298 STRIPFLAGS=$STRIPFLAGS
5299 X86ASMFLAGS=$X86ASMFLAGS
5306 EXTRA_VERSION=$extra_version
5308 CCDEP_FLAGS=$CCDEP_FLAGS
5310 ASDEP_FLAGS=$ASDEP_FLAGS
5311 X86ASMDEP=$X86ASMDEP
5312 X86ASMDEP_FLAGS=$X86ASMDEP_FLAGS
5313 CC_DEPFLAGS=$CC_DEPFLAGS
5314 AS_DEPFLAGS=$AS_DEPFLAGS
5315 X86ASM_DEPFLAGS=$X86ASM_DEPFLAGS
5318 HOSTCFLAGS=$host_cflags
5319 HOSTCPPFLAGS=$host_cppflags
5320 HOSTEXESUF=$HOSTEXESUF
5321 HOSTLDFLAGS=$host_ldflags
5322 HOSTEXTRALIBS=$host_extralibs
5324 DEPHOSTCCFLAGS=$DEPHOSTCCFLAGS \$(HOSTCCFLAGS)
5325 HOSTCCDEP=$HOSTCCDEP
5326 HOSTCCDEP_FLAGS=$HOSTCCDEP_FLAGS
5327 HOSTCC_DEPFLAGS=$HOSTCC_DEPFLAGS
5331 TARGET_EXEC=$target_exec $target_exec_args
5332 TARGET_PATH=$target_path
5333 TARGET_SAMPLES=${target_samples:-\$(SAMPLES)}
5334 CFLAGS-avplay=$sdl_cflags
5335 CFLAGS_HEADERS=$CFLAGS_HEADERS
5336 LIB_INSTALL_EXTRA_CMD=$LIB_INSTALL_EXTRA_CMD
5337 EXTRALIBS=$extralibs
5338 COMPAT_OBJS=$compat_objs
5340 LIBTARGET=${LIBTARGET}
5341 SLIBNAME=${SLIBNAME}
5342 SLIBNAME_WITH_VERSION=${SLIBNAME_WITH_VERSION}
5343 SLIBNAME_WITH_MAJOR=${SLIBNAME_WITH_MAJOR}
5344 SLIB_CREATE_DEF_CMD=${SLIB_CREATE_DEF_CMD}
5345 SLIB_EXTRA_CMD=${SLIB_EXTRA_CMD}
5346 SLIB_INSTALL_NAME=${SLIB_INSTALL_NAME}
5347 SLIB_INSTALL_LINKS=${SLIB_INSTALL_LINKS}
5348 SLIB_INSTALL_EXTRA_LIB=${SLIB_INSTALL_EXTRA_LIB}
5349 SLIB_INSTALL_EXTRA_SHLIB=${SLIB_INSTALL_EXTRA_SHLIB}
5350 VERSION_SCRIPT_POSTPROCESS_CMD=${VERSION_SCRIPT_POSTPROCESS_CMD}
5351 SAMPLES:=${samples:-\$(LIBAV_SAMPLES)}
5352 IGNORE_TESTS=$ignore_tests
5355 map 'eval echo "${v}_FFLIBS=\$${v}_deps" >> avbuild/config.mak' $LIBRARY_LIST
5357 for entry in $LIBRARY_LIST $PROGRAM_LIST $EXTRALIBS_LIST; do
5358 eval echo "EXTRALIBS-${entry}=\$${entry}_extralibs" >> avbuild/config.mak
5362 /* Automatically generated by configure - do not modify! */
5363 #ifndef LIBAV_CONFIG_H
5364 #define LIBAV_CONFIG_H
5365 #define LIBAV_CONFIGURATION "$(c_escape $LIBAV_CONFIGURATION)"
5366 #define LIBAV_LICENSE "$(c_escape $license)"
5367 #define AVCONV_DATADIR "$(eval c_escape $datadir)"
5368 #define CC_IDENT "$(c_escape ${cc_ident:-Unknown compiler})"
5369 #define EXTERN_PREFIX "${extern_prefix}"
5370 #define EXTERN_ASM ${extern_prefix}
5371 #define SLIBSUF "$SLIBSUF"
5374 test $restrict_keyword != restrict &&
5375 echo "#define restrict $restrict_keyword" >> $TMPH
5377 test -n "$malloc_prefix" &&
5378 echo "#define MALLOC_PREFIX $malloc_prefix" >>$TMPH
5380 if enabled x86asm; then
5381 append config_files $TMPASM
5383 ; Automatically generated by configure - do not modify!
5387 enabled getenv || echo "#define getenv(x) NULL" >> $TMPH
5389 print_config ARCH_ "$config_files" $ARCH_LIST
5390 print_config HAVE_ "$config_files" $HAVE_LIST
5391 print_config CONFIG_ "$config_files" $CONFIG_LIST \
5395 echo "#endif /* LIBAV_CONFIG_H */" >> $TMPH
5397 # Do not overwrite an unchanged config.h to avoid superfluous rebuilds.
5398 cp_if_changed $TMPH config.h
5399 touch avbuild/.config
5401 enabled x86asm && cp_if_changed $TMPASM config.asm
5404 /* Generated by libav configure */
5405 #ifndef AVUTIL_AVCONFIG_H
5406 #define AVUTIL_AVCONFIG_H
5409 print_config AV_HAVE_ $TMPH $HAVE_LIST_PUB
5411 echo "#endif /* AVUTIL_AVCONFIG_H */" >> $TMPH
5413 cp_if_changed $TMPH libavutil/avconfig.h
5415 # generate the lists of enabled components
5416 print_enabled_components(){
5421 echo "static const $struct_name * const $name[] = {" > $TMPH
5423 enabled $c && printf " &ff_%s,\n" $c >> $TMPH
5425 echo " NULL };" >> $TMPH
5426 cp_if_changed $TMPH $file
5429 print_enabled_components libavcodec/bsf_list.c AVBitStreamFilter bitstream_filters $BSF_LIST
5430 print_enabled_components libavformat/protocol_list.c URLProtocol url_protocols $PROTOCOL_LIST
5432 # Settings for pkg-config files
5435 # Automatically generated by configure - do not modify!
5440 source_path=${source_path}
5443 extralibs_avutil="$avutil_extralibs"
5444 extralibs_avcodec="$avcodec_extralibs"
5445 extralibs_avformat="$avformat_extralibs"
5446 extralibs_avdevice="$avdevice_extralibs"
5447 extralibs_avfilter="$avfilter_extralibs"
5448 extralibs_avresample="$avresample_extralibs"
5449 extralibs_swscale="$swscale_extralibs"
5452 for lib in $LIBRARY_LIST; do
5453 lib_deps="$(eval echo \$${lib}_deps)"
5454 echo ${lib}_deps=\"$lib_deps\" >> $TMPH
5457 cp_if_changed $TMPH avbuild/config.sh