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 libdcadec_decoder_deps="libdcadec"
2370 libfaac_encoder_deps="libfaac"
2371 libfaac_encoder_select="audio_frame_queue"
2372 libfdk_aac_decoder_deps="libfdk_aac"
2373 libfdk_aac_encoder_deps="libfdk_aac"
2374 libfdk_aac_encoder_select="audio_frame_queue"
2375 libgsm_decoder_deps="libgsm"
2376 libgsm_encoder_deps="libgsm"
2377 libgsm_ms_decoder_deps="libgsm"
2378 libgsm_ms_encoder_deps="libgsm"
2379 libilbc_decoder_deps="libilbc"
2380 libilbc_encoder_deps="libilbc"
2381 libkvazaar_encoder_deps="libkvazaar"
2382 libmp3lame_encoder_deps="libmp3lame"
2383 libmp3lame_encoder_select="audio_frame_queue mpegaudioheader"
2384 libopencore_amrnb_decoder_deps="libopencore_amrnb"
2385 libopencore_amrnb_encoder_deps="libopencore_amrnb"
2386 libopencore_amrnb_encoder_select="audio_frame_queue"
2387 libopencore_amrwb_decoder_deps="libopencore_amrwb"
2388 libopenh264_decoder_deps="libopenh264"
2389 libopenh264_decoder_select="h264_mp4toannexb_bsf"
2390 libopenh264_encoder_deps="libopenh264"
2391 libopenjpeg_decoder_deps="libopenjpeg"
2392 libopenjpeg_encoder_deps="libopenjpeg"
2393 libopus_decoder_deps="libopus"
2394 libopus_encoder_deps="libopus"
2395 libopus_encoder_select="audio_frame_queue"
2396 libschroedinger_decoder_deps="libschroedinger"
2397 libschroedinger_encoder_deps="libschroedinger"
2398 libspeex_decoder_deps="libspeex"
2399 libspeex_encoder_deps="libspeex"
2400 libspeex_encoder_select="audio_frame_queue"
2401 libtheora_encoder_deps="libtheora"
2402 libtwolame_encoder_deps="libtwolame"
2403 libvo_aacenc_encoder_deps="libvo_aacenc"
2404 libvo_aacenc_encoder_select="audio_frame_queue"
2405 libvo_amrwbenc_encoder_deps="libvo_amrwbenc"
2406 libvorbis_encoder_deps="libvorbis"
2407 libvorbis_encoder_select="audio_frame_queue"
2408 libvpx_vp8_decoder_deps="libvpx"
2409 libvpx_vp8_encoder_deps="libvpx"
2410 libvpx_vp9_decoder_deps="libvpx"
2411 libvpx_vp9_encoder_deps="libvpx"
2412 libwavpack_encoder_deps="libwavpack"
2413 libwavpack_encoder_select="audio_frame_queue"
2414 libwebp_encoder_deps="libwebp"
2415 libx262_encoder_deps="libx262"
2416 libx264_encoder_deps="libx264"
2417 libx265_encoder_deps="libx265"
2418 libxavs_encoder_deps="libxavs"
2419 libxvid_encoder_deps="libxvid mkstemp"
2422 ac3_demuxer_select="ac3_parser"
2423 asf_demuxer_select="riffdec"
2424 asf_muxer_select="riffenc"
2425 asf_stream_muxer_select="asf_muxer"
2426 avi_demuxer_select="iso_media riffdec"
2427 avi_muxer_select="riffenc"
2428 caf_demuxer_select="iso_media riffdec"
2429 dash_muxer_select="mp4_muxer"
2430 dirac_demuxer_select="dirac_parser"
2431 dv_demuxer_select="dvprofile"
2432 dv_muxer_select="dvprofile"
2433 dxa_demuxer_select="riffdec"
2434 eac3_demuxer_select="ac3_parser"
2435 f4v_muxer_select="mov_muxer"
2436 flac_demuxer_select="flac_parser"
2437 hds_muxer_select="flv_muxer"
2438 hls_muxer_select="mpegts_muxer"
2439 ipod_muxer_select="mov_muxer"
2440 ismv_muxer_select="mov_muxer"
2441 matroska_audio_muxer_select="matroska_muxer"
2442 matroska_demuxer_select="iso_media riffdec"
2443 matroska_demuxer_suggest="bzlib lzo zlib"
2444 matroska_muxer_select="iso_media riffenc"
2445 mmf_muxer_select="riffenc"
2446 mov_demuxer_select="iso_media riffdec"
2447 mov_demuxer_suggest="zlib"
2448 mov_muxer_select="iso_media riffenc rtpenc_chain"
2449 mp3_demuxer_select="mpegaudio_parser"
2450 mp3_muxer_select="mpegaudioheader"
2451 mp4_muxer_select="mov_muxer"
2452 mpegts_demuxer_select="iso_media"
2453 mpegts_muxer_select="adts_muxer latm_muxer"
2454 mpegtsraw_demuxer_select="mpegts_demuxer"
2455 mxf_d10_muxer_select="mxf_muxer"
2456 nut_muxer_select="riffenc"
2457 nuv_demuxer_select="riffdec"
2458 oga_muxer_select="ogg_muxer"
2459 ogg_demuxer_select="dirac_parse"
2460 opus_muxer_select="ogg_muxer"
2461 psp_muxer_select="mov_muxer"
2462 rtp_demuxer_select="sdp_demuxer"
2463 rtpdec_select="asf_demuxer jpegtables mov_demuxer mpegts_demuxer rm_demuxer rtp_protocol srtp"
2464 rtsp_demuxer_select="http_protocol rtpdec"
2465 rtsp_muxer_select="rtp_muxer http_protocol rtp_protocol rtpenc_chain"
2466 sap_demuxer_select="sdp_demuxer"
2467 sap_muxer_select="rtp_muxer rtp_protocol rtpenc_chain"
2468 sdp_demuxer_select="rtpdec"
2469 smoothstreaming_muxer_select="ismv_muxer"
2470 spdif_demuxer_select="adts_header"
2471 spdif_muxer_select="adts_header"
2472 spx_muxer_select="ogg_muxer"
2473 swf_demuxer_suggest="zlib"
2474 tak_demuxer_select="tak_parser"
2475 tg2_muxer_select="mov_muxer"
2476 tgp_muxer_select="mov_muxer"
2477 w64_demuxer_select="wav_demuxer"
2478 wav_demuxer_select="riffdec"
2479 wav_muxer_select="riffenc"
2480 webm_muxer_select="iso_media riffenc"
2481 wtv_demuxer_select="mpegts_demuxer riffdec"
2482 xmv_demuxer_select="riffdec"
2483 xwma_demuxer_select="riffdec"
2486 alsa_indev_deps="alsa"
2487 avfoundation_indev_deps="AVFoundation_AVFoundation_h objc_arc pthreads"
2488 avfoundation_indev_extralibs="-framework Foundation -framework AVFoundation -framework CoreVideo -framework CoreMedia"
2489 bktr_indev_deps_any="dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h"
2490 fbdev_indev_deps="linux_fb_h"
2491 jack_indev_deps="libjack"
2492 jack_indev_deps_any="sem_timedwait dispatch_dispatch_h"
2493 libcdio_indev_deps="libcdio"
2494 libdc1394_indev_deps="libdc1394"
2495 oss_indev_deps_any="sys_soundcard_h"
2496 pulse_indev_deps="libpulse"
2497 sndio_indev_deps="sndio"
2498 v4l2_indev_deps_any="linux_videodev2_h sys_videoio_h"
2499 vfwcap_indev_deps="vfw32 vfwcap_defines"
2500 xcbgrab_indev_deps="libxcb libxcb_shape"
2501 xcbgrab_indev_suggest="libxcb_shm libxcb_xfixes"
2504 ffrtmpcrypt_protocol_conflict="librtmp_protocol"
2505 ffrtmpcrypt_protocol_deps_any="gmp openssl"
2506 ffrtmpcrypt_protocol_select="tcp_protocol"
2507 ffrtmphttp_protocol_conflict="librtmp_protocol"
2508 ffrtmphttp_protocol_select="http_protocol"
2509 gopher_protocol_select="network"
2510 http_protocol_select="tcp_protocol"
2511 http_protocol_suggest="zlib"
2512 httpproxy_protocol_select="tcp_protocol"
2513 httpproxy_protocol_suggest="zlib"
2514 https_protocol_select="tls_protocol"
2515 https_protocol_suggest="zlib"
2516 icecast_protocol_select="http_protocol"
2517 librtmp_protocol_deps="librtmp"
2518 librtmpe_protocol_deps="librtmp"
2519 librtmps_protocol_deps="librtmp"
2520 librtmpt_protocol_deps="librtmp"
2521 librtmpte_protocol_deps="librtmp"
2522 mmsh_protocol_select="http_protocol"
2523 mmst_protocol_select="network"
2524 rtmp_protocol_conflict="librtmp_protocol"
2525 rtmp_protocol_select="tcp_protocol"
2526 rtmp_protocol_suggest="zlib"
2527 rtmpe_protocol_select="ffrtmpcrypt_protocol"
2528 rtmpe_protocol_suggest="zlib"
2529 rtmps_protocol_conflict="librtmp_protocol"
2530 rtmps_protocol_select="tls_protocol"
2531 rtmps_protocol_suggest="zlib"
2532 rtmpt_protocol_select="ffrtmphttp_protocol"
2533 rtmpt_protocol_suggest="zlib"
2534 rtmpte_protocol_select="ffrtmpcrypt_protocol ffrtmphttp_protocol"
2535 rtmpte_protocol_suggest="zlib"
2536 rtmpts_protocol_select="ffrtmphttp_protocol https_protocol"
2537 rtmpts_protocol_suggest="zlib"
2538 rtp_protocol_select="udp_protocol"
2539 sctp_protocol_deps="struct_sctp_event_subscribe"
2540 sctp_protocol_select="network"
2541 srtp_protocol_select="rtp_protocol srtp"
2542 tcp_protocol_select="network"
2543 tls_protocol_deps_any="gnutls openssl"
2544 tls_protocol_select="tcp_protocol"
2545 udp_protocol_select="network"
2546 unix_protocol_deps="sys_un_h"
2547 unix_protocol_select="network"
2550 asyncts_filter_deps="avresample"
2551 blackframe_filter_deps="gpl"
2552 boxblur_filter_deps="gpl"
2553 bs2b_filter_deps="libbs2b"
2554 cropdetect_filter_deps="gpl"
2555 deinterlace_qsv_filter_deps="libmfx"
2556 deinterlace_vaapi_filter_deps="vaapi"
2557 delogo_filter_deps="gpl"
2558 drawtext_filter_deps="libfreetype"
2559 drawtext_filter_suggest="libfontconfig"
2560 frei0r_filter_deps="frei0r libdl"
2561 frei0r_src_filter_deps="frei0r libdl"
2562 hdcd_filter_deps="libhdcd"
2563 hqdn3d_filter_deps="gpl"
2564 interlace_filter_deps="gpl"
2565 movie_filter_deps="avcodec avformat"
2566 ocv_filter_deps="libopencv"
2567 overlay_qsv_filter_deps="libmfx"
2568 overlay_qsv_filter_select="qsvvpp"
2569 resample_filter_deps="avresample"
2570 scale_filter_deps="swscale"
2571 scale_qsv_filter_deps="libmfx"
2572 scale_vaapi_filter_deps="vaapi VAProcPipelineParameterBuffer"
2573 vpp_qsv_filter_deps="libmfx"
2574 vpp_qsv_filter_select="qsvvpp"
2577 decode_audio_example_deps="avcodec avutil"
2578 decode_video_example_deps="avcodec avutil"
2579 encode_audio_example_deps="avcodec avutil"
2580 encode_video_example_deps="avcodec avutil"
2581 filter_audio_example_deps="avfilter avutil"
2582 metadata_example_deps="avformat avutil"
2583 output_example_deps="avcodec avformat avresample avutil swscale"
2584 qsvdec_example_deps="avcodec avutil libmfx h264_qsv_decoder"
2585 transcode_aac_example_deps="avcodec avformat avresample"
2588 cpu_init_extralibs="pthreads_extralibs"
2589 cws2fws_extralibs="zlib_extralibs"
2591 # libraries, in linking order
2592 avcodec_deps="avutil"
2593 avcodec_select="null_bsf"
2594 avdevice_deps="avformat avcodec avutil"
2595 avfilter_deps="avutil"
2596 avformat_deps="avcodec avutil"
2597 avformat_suggest="network"
2598 avresample_deps="avutil"
2599 swscale_deps="avutil"
2601 avcodec_extralibs="pthreads_extralibs libm_extralibs"
2602 avdevice_extralibs="libm_extralibs"
2603 avformat_extralibs="libm_extralibs"
2604 avfilter_extralibs="pthreads_extralibs libm_extralibs"
2605 avresample_extralibs="libm_extralibs"
2606 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"
2607 swscale_extralibs="libm_extralibs"
2610 avconv_deps="avcodec avfilter avformat avresample swscale"
2611 avconv_select="aformat_filter anull_filter asyncts_filter atrim_filter format_filter
2612 fps_filter null_filter resample_filter scale_filter
2614 avconv_suggest="psapi shell32"
2615 avplay_deps="avcodec avfilter avformat avresample sdl"
2616 avplay_select="rdft format_filter transpose_filter hflip_filter vflip_filter"
2617 avplay_suggest="shell32"
2618 avprobe_deps="avcodec avformat"
2619 avprobe_suggest="shell32"
2623 texi2html_deps="doc"
2625 # default parameters
2627 logfile="avbuild/config.log"
2629 # installation paths
2630 prefix_default="/usr/local"
2631 bindir_default='${prefix}/bin'
2632 datadir_default='${prefix}/share/avconv'
2633 docdir_default='${prefix}/share/doc/libav'
2634 incdir_default='${prefix}/include'
2635 libdir_default='${prefix}/lib'
2636 mandir_default='${prefix}/share/man'
2637 shlibdir_default="$libdir_default"
2642 host_cc_default="gcc"
2643 x86asmexe_default="nasm"
2646 pkg_config_default=pkg-config
2649 version_script='--version-script'
2653 arch_default=$(uname -m)
2658 target_os_default=$(tolower $(uname -s))
2659 host_os=$target_os_default
2661 # configurable options
2662 enable $EXAMPLE_LIST $LIBRARY_LIST $PROGRAM_LIST
2667 enable faan faandct faanidct
2668 enable optimizations
2669 enable safe_bitstream_reader
2671 enable swscale_alpha
2672 enable valgrind_backtrace
2674 # By default, enable only those hwaccels that have no external dependencies.
2675 enable d3d11va dxva2 vda vdpau
2677 # internal components are enabled by default
2678 enable $EXTRALIBS_LIST
2680 # Avoid external, non-system, libraries getting enabled by dependency resolution
2681 disable $EXTERNAL_LIBRARY_LIST
2684 SHFLAGS='-shared -Wl,-soname,$$(@F)'
2687 LIBNAME='$(LIBPREF)$(NAME)$(LIBSUF)'
2690 SLIBNAME='$(SLIBPREF)$(NAME)$(SLIBSUF)'
2691 SLIBNAME_WITH_VERSION='$(SLIBNAME).$(LIBVERSION)'
2692 SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBMAJOR)'
2693 LIB_INSTALL_EXTRA_CMD='$$(RANLIB) "$(LIBDIR)/$(LIBNAME)"'
2694 SLIB_INSTALL_NAME='$(SLIBNAME_WITH_VERSION)'
2695 SLIB_INSTALL_LINKS='$(SLIBNAME_WITH_MAJOR) $(SLIBNAME)'
2696 VERSION_SCRIPT_POSTPROCESS_CMD="cat"
2719 host_extralibs='-lm'
2720 host_cflags_filter=echo
2721 host_ldflags_filter=echo
2723 target_path='$(CURDIR)'
2725 # since the object filename is not given with the -MM flag, the compiler
2726 # is only able to print the basename, and we must add the path ourselves
2727 DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o," > $(@:.o=.d)'
2733 if test -f configure; then
2736 source_path=$(cd $(dirname "$0"); pwd)
2737 echo "$source_path" | grep -q '[[:blank:]]' &&
2738 die "Out of tree builds are impossible with whitespace in source path."
2739 test -e "$source_path/config.h" &&
2740 die "Out of tree builds are impossible with config.h in source dir."
2747 LIBAV_CONFIGURATION="${LIBAV_CONFIGURATION# } ${l}${r}"
2753 file=$source_path/$3
2754 sed -n "s/^[^#]*$pattern.*([^,]*, *\([^,]*\)\(,.*\)*).*/\1_$thing/p" "$file"
2757 ENCODER_LIST=$(find_things encoder ENC libavcodec/allcodecs.c)
2758 DECODER_LIST=$(find_things decoder DEC libavcodec/allcodecs.c)
2759 PARSER_LIST=$(find_things parser PARSER libavcodec/allcodecs.c)
2760 MUXER_LIST=$(find_things muxer _MUX libavformat/allformats.c)
2761 DEMUXER_LIST=$(find_things demuxer DEMUX libavformat/allformats.c)
2762 INDEV_LIST=$(find_things indev _IN libavdevice/alldevices.c)
2763 FILTER_LIST=$(find_things filter FILTER libavfilter/allfilters.c)
2765 find_things_extern(){
2768 file=$source_path/$3
2769 sed -n "s/^[^#]*extern.*$pattern *ff_\([^ ]*\)_$thing;/\1_$thing/p" "$file"
2772 BSF_LIST=$(find_things_extern bsf AVBitStreamFilter libavcodec/bitstream_filters.c)
2773 HWACCEL_LIST=$(find_things_extern hwaccel AVHWAccel libavcodec/hwaccels.h)
2774 PROTOCOL_LIST=$(find_things_extern protocol URLProtocol libavformat/protocols.c)
2776 AVCODEC_COMPONENTS_LIST="
2784 AVDEVICE_COMPONENTS_LIST="
2788 AVFILTER_COMPONENTS_LIST="
2792 AVFORMAT_COMPONENTS_LIST="
2799 $AVCODEC_COMPONENTS_LIST
2800 $AVDEVICE_COMPONENTS_LIST
2801 $AVFILTER_COMPONENTS_LIST
2802 $AVFORMAT_COMPONENTS_LIST
2805 for n in $COMPONENT_LIST; do
2806 v=$(toupper ${n%s})_LIST
2808 eval ${n}_if_any="\$$v"
2811 enable $ARCH_EXT_LIST
2814 echo "Unknown option \"$1\"."
2815 echo "See $0 --help for available options."
2820 printf "%-25s %-25s %-25s\n" $(cat | tr ' ' '\n' | sort)
2826 echo $* | sed s/$suffix//g | print_3_columns
2836 --extra-ldexeflags=*)
2837 add_ldexeflags $optval
2839 --extra-ldsoflags=*)
2840 add_ldsoflags $optval
2843 add_extralibs $optval
2849 debuglevel="$optval"
2852 disable $PROGRAM_LIST
2854 --disable-everything)
2855 map 'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
2858 map 'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
2859 disable $LIBRARY_LIST $PROGRAM_LIST doc
2861 --enable-*=*|--disable-*=*)
2862 eval $(echo "${opt%%=*}" | sed 's/--/action=/;s/-/ thing=/')
2863 is_in "${thing}s" $COMPONENT_LIST || die_unknown "$opt"
2864 eval list=\$$(toupper $thing)_LIST
2865 name=$(echo "${optval}" | sed "s/,/_${thing}|/g")_${thing}
2866 $action $(filter "$name" $list)
2868 --enable-yasm|--disable-yasm)
2869 warn "The ${opt} option is only provided for compatibility and will be\n"\
2870 "removed in the future. Use --enable-x86asm / --disable-x86asm instead."
2871 test $opt = --enable-yasm && x86asm=yes || x86asm=no
2873 --enable-?*|--disable-?*)
2874 eval $(echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g')
2875 if is_in $option $COMPONENT_LIST; then
2876 test $action = disable && action=unset
2877 eval $action \$$(toupper ${option%s})_LIST
2878 elif is_in $option $CMDLINE_SELECT; then
2885 NAME="${opt#--list-}"
2886 is_in $NAME $COMPONENT_LIST || die_unknown $opt
2888 eval show_list $NAME \$$(toupper $NAME)_LIST
2890 --help|-h) show_help
2892 --quiet|-q) quiet=yes
2895 optname="${opt%%=*}"
2896 optname="${optname#--}"
2897 optname=$(echo "$optname" | sed 's/-/_/g')
2898 if is_in $optname $CMDLINE_SET; then
2899 eval $optname='$optval'
2900 elif is_in $optname $CMDLINE_APPEND; then
2901 append $optname "$optval"
2913 disabled logging && logfile=/dev/null
2915 # command line configuration sanity checks
2917 # we need to build at least one lib type
2918 if ! enabled_any static shared; then
2920 At least one library type must be built.
2921 Specify --enable-static to build the static libraries or --enable-shared to
2922 build the shared libraries as well. To only build the shared libraries specify
2923 --disable-static in addition to --enable-shared.
2928 # Die early if licensing-related configure options are incompatible.
2929 die_license_disabled() {
2930 enabled $1 || { enabled $v && die "$v is $1 and --enable-$1 is not specified."; }
2933 map "die_license_disabled gpl" $EXTERNAL_LIBRARY_GPL_LIST
2934 map "die_license_disabled nonfree" $EXTERNAL_LIBRARY_NONFREE_LIST $HWACCEL_LIBRARY_NONFREE_LIST
2935 map "die_license_disabled version3" $EXTERNAL_LIBRARY_VERSION3_LIST
2937 enabled version3 && { enabled gpl && enable gplv3 || enable lgplv3; }
2939 if enabled nonfree; then
2940 license="nonfree and unredistributable"
2941 elif enabled gplv3; then
2942 license="GPL version 3 or later"
2943 elif enabled lgplv3; then
2944 license="LGPL version 3 or later"
2945 elif enabled gpl; then
2946 license="GPL version 2 or later"
2948 license="LGPL version 2.1 or later"
2951 enabled_all gnutls openssl &&
2952 die "GnuTLS and OpenSSL must not be enabled at the same time."
2954 # Disable all the library-specific components if the library itself
2955 # is disabled, see AVCODEC_LIST and following _LIST variables.
2957 disable_components(){
2958 disabled ${1} && disable $(
2959 eval components="\$$(toupper ${1})_COMPONENTS"
2960 map 'eval echo \${$(toupper ${v%s})_LIST}' $components
2964 map 'disable_components $v' $LIBRARY_LIST
2966 echo "# $0 $LIBAV_CONFIGURATION" > $logfile
2969 case "$toolchain" in
2971 cc_default="${toolchain%-asan}"
2972 add_cflags -fsanitize=address
2973 add_ldflags -fsanitize=address
2976 cc_default="${toolchain%-msan}"
2977 add_cflags -fsanitize=memory -fsanitize-memory-track-origins
2978 add_ldflags -fsanitize=memory
2981 cc_default="${toolchain%-tsan}"
2982 add_cflags -fsanitize=thread -fPIE
2983 add_ldflags -fsanitize=thread -pie
2984 case "$toolchain" in
2992 cc_default="${toolchain%-usan}"
2993 add_cflags -fsanitize=undefined
2994 add_ldflags -fsanitize=undefined
2995 case "$toolchain" in
3002 target_exec_default="valgrind"
3003 case "$toolchain" in
3005 target_exec_args="--alloc-fn=av_malloc --alloc-fn=av_mallocz"
3008 target_exec_args="--track-origins=yes --leak-check=full"
3013 # Check whether the current MSVC version needs the C99 converter.
3014 # From MSVC 2013 (compiler major version 18) onwards, it does actually
3015 # support enough of C99 to build libav. Default to the new
3016 # behaviour if the regexp was unable to match anything, since this
3017 # successfully parses the version number of existing supported
3018 # versions that require the converter (MSVC 2010 and 2012).
3019 cl_major_ver=$(cl 2>&1 | sed -n 's/.*Version \([[:digit:]]\{1,\}\)\..*/\1/p')
3020 if [ -z "$cl_major_ver" ] || [ $cl_major_ver -ge 18 ]; then
3023 cc_default="c99wrap cl"
3025 ld_default="$source_path/compat/windows/mslink"
3026 nm_default="dumpbin -symbols"
3030 as_default="armasm64"
3036 target_os_default="win32"
3037 # Use a relative path for TMPDIR. This makes sure all the
3038 # ffconf temp files are written with a relative path, avoiding
3039 # issues with msys/win32 path conversion for MSVC parameters
3040 # such as -Fo<file> or -out:<file>.
3046 nm_default="dumpbin -symbols"
3048 target_os_default="win32"
3052 add_cflags -fprofile-arcs -ftest-coverage
3053 add_ldflags -fprofile-arcs -ftest-coverage
3056 add_cflags -fprofile-arcs -ftest-coverage
3057 add_ldflags --coverage
3060 add_cppflags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
3061 add_cflags -fno-strict-overflow -fstack-protector-all
3062 add_ldflags -Wl,-z,relro -Wl,-z,now
3065 die "Unknown toolchain $toolchain"
3069 if test -n "$cross_prefix"; then
3070 test -n "$arch" && test -n "$target_os" ||
3071 die "Must specify target arch (--arch) and OS (--target-os) when cross-compiling"
3072 enable cross_compile
3075 ar_default="${cross_prefix}${ar_default}"
3076 cc_default="${cross_prefix}${cc_default}"
3077 objcc_default="${cross_prefix}${objcc_default}"
3078 x86asmexe_default="${cross_prefix}${x86asmexe_default}"
3079 nm_default="${cross_prefix}${nm_default}"
3080 pkg_config_default="${cross_prefix}${pkg_config_default}"
3081 ranlib="${cross_prefix}${ranlib}"
3082 strip="${cross_prefix}${strip}"
3084 sysinclude_default="${sysroot}/usr/include"
3086 set_default arch cc pkg_config sysinclude target_exec target_os x86asmexe
3087 enabled cross_compile || host_cc_default=$cc
3090 if ! $pkg_config --version >/dev/null 2>&1; then
3091 warn "$pkg_config not found, library detection may fail."
3097 mingw32*|mingw64*|win32|win64|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;;
3101 EXESUF=$(exesuf $target_os)
3102 HOSTEXESUF=$(exesuf $host_os)
3104 # set temporary file name
3105 : ${TMPDIR:=$TEMPDIR}
3109 if ! test_cmd mktemp -u XXXXXX; then
3110 # simple replacement for missing mktemp
3111 # NOT SAFE FOR GENERAL USE
3113 tmpname="${2%%XXX*}.${HOSTNAME}.${UID}.$$"
3119 AVTMPDIR=$(mktemp -d "${TMPDIR}/avconf.XXXXXXXX" 2> /dev/null) ||
3120 die "Unable to create temporary directory in $TMPDIR."
3123 tmp="${AVTMPDIR}/test"$2
3124 (set -C; exec > $tmp) 2> /dev/null ||
3125 die "Unable to create temporary file in $AVTMPDIR."
3129 trap 'rm -rf -- "$AVTMPDIR"' EXIT
3134 tmpfile TMPE $EXESUF
3145 # make sure we can execute files in $TMPDIR
3146 cat > $TMPSH 2>> $logfile <<EOF
3149 chmod +x $TMPSH >> $logfile 2>&1
3150 if ! $TMPSH >> $logfile 2>&1; then
3152 Unable to create and execute files in $TMPDIR. Set the TMPDIR environment
3153 variable to another directory and make sure that it is not mounted noexec.
3155 die "Sanity test failed."
3161 # Filter out MSVC cl.exe options from cflags that shouldn't
3162 # be passed to gas-preprocessor
3172 -Wno-switch) echo -Wno-switch-enum ;;
3173 -Wno-format-zero-length) ;;
3174 -Wdisabled-optimization) ;;
3175 -Wno-pointer-sign) echo -Wno-other ;;
3181 msvc_common_flags(){
3184 # In addition to specifying certain flags under the compiler
3185 # specific filters, they must be specified here as well or else the
3186 # generic catch all at the bottom will print the original flag.
3191 -fomit-frame-pointer) ;;
3195 -fno-signed-zeros) ;;
3199 -lz) echo zlib.lib ;;
3200 -lx264) echo libx264.lib ;;
3201 -l*) echo ${flag#-l}.lib ;;
3202 -L*) echo -libpath:${flag#-L} ;;
3209 msvc_common_flags "$@"
3212 -Wall) echo -W3 -wd4018 -wd4146 -wd4244 -wd4305 \
3214 -Wextra) echo -W4 -wd4244 -wd4127 -wd4018 -wd4389 \
3215 -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 \
3216 -wd4152 -wd4324 -we4013 -wd4100 -wd4214 \
3217 -wd4273 -wd4554 -wd4701 -wd4703 ;;
3223 msvc_common_flags "$@"
3226 # Despite what Intel's documentation says -Wall, which is supported
3227 # on Windows, does enable remarks so disable them here.
3228 -Wall) echo $flag -Qdiag-disable:remark ;;
3229 -std=c99) echo -Qstd=c99 ;;
3238 case "${flag#*=}" in
3239 native) echo -xtarget=native ;;
3240 v9|niagara) echo -xarch=sparc ;;
3241 ultrasparc) echo -xarch=sparcvis ;;
3242 ultrasparc3|niagara2) echo -xarch=sparcvis2 ;;
3243 i586|pentium) echo -xchip=pentium ;;
3244 i686|pentiumpro|pentium2) echo -xtarget=pentium_pro ;;
3245 pentium3*|c3-2) echo -xtarget=pentium3 ;;
3246 pentium-m) echo -xarch=sse2 -xchip=pentium3 ;;
3247 pentium4*) echo -xtarget=pentium4 ;;
3248 prescott|nocona) echo -xarch=sse3 -xchip=pentium4 ;;
3249 *-sse3) echo -xarch=sse3 ;;
3250 core2) echo -xarch=ssse3 -xchip=core2 ;;
3251 corei7) echo -xarch=sse4_2 -xchip=nehalem ;;
3252 corei7-avx) echo -xarch=avx -xchip=sandybridge ;;
3253 amdfam10|barcelona|bdver*) echo -xarch=sse4_1 ;;
3254 athlon-4|athlon-[mx]p) echo -xarch=ssea ;;
3255 k8|opteron|athlon64|athlon-fx)
3256 echo -xarch=sse2a ;;
3257 athlon*) echo -xarch=pentium_proa ;;
3260 -std=c99) echo -xc99 ;;
3261 -fomit-frame-pointer) echo -xregs=frameptr ;;
3262 -fPIC) echo -KPIC -xcode=pic32 ;;
3263 -W*,*) echo $flag ;;
3264 -f*-*|-W*|-mimpure-text) ;;
3275 unset _type _ident _cc_c _cc_e _cc_o _flags _cflags
3276 unset _ld_o _ldflags _ld_lib _ld_path
3277 unset _depflags _DEPCMD _DEPFLAGS
3280 if $_cc -v 2>&1 | grep -q '^gcc.*LLVM'; then
3282 gcc_extra_ver=$(expr "$($_cc --version 2>/dev/null | head -n1)" : '.*\((.*)\)')
3283 _ident="llvm-gcc $($_cc -dumpversion 2>/dev/null) $gcc_extra_ver"
3284 _depflags='-MMD -MF $(@:.o=.d) -MT $@'
3287 elif $_cc -v 2>&1 | grep -qi ^gcc; then
3289 gcc_version=$($_cc --version | head -n1)
3290 gcc_basever=$($_cc -dumpversion)
3291 gcc_pkg_ver=$(expr "$gcc_version" : '[^ ]* \(([^)]*)\)')
3292 gcc_ext_ver=$(expr "$gcc_version" : ".*$gcc_pkg_ver $gcc_basever \\(.*\\)")
3293 _ident=$(cleanws "gcc $gcc_basever $gcc_pkg_ver $gcc_ext_ver")
3294 if ! $_cc -dumpversion | grep -q '^2\.'; then
3295 _depflags='-MMD -MF $(@:.o=.d) -MT $@'
3299 elif $_cc --version 2>/dev/null | grep -q ^icc; then
3301 _ident=$($_cc --version | head -n1)
3306 elif $_cc -v 2>&1 | grep -q xlc; then
3308 _ident=$($_cc -qversion 2>/dev/null | head -n1)
3310 _cflags_size='-O5 -qcompact'
3311 elif $_cc --vsn 2>/dev/null | grep -Eq "ARM (C/C\+\+ )?Compiler"; then
3312 test -d "$sysroot" || die "No valid sysroot specified."
3314 _ident=$($_cc --vsn | grep -i build | head -n1 | sed 's/.*: //')
3315 armcc_conf="$PWD/armcc.conf"
3316 $_cc --arm_linux_configure \
3317 --arm_linux_config_file="$armcc_conf" \
3318 --configure_sysroot="$sysroot" \
3319 --configure_cpp_headers="$sysinclude" >>$logfile 2>&1 ||
3320 die "Error creating armcc configuration file."
3321 $_cc --vsn | grep -q RVCT && armcc_opt=rvct || armcc_opt=armcc
3322 _flags="--arm_linux_config_file=$armcc_conf --translate_gcc"
3323 as_default="${cross_prefix}gcc"
3327 elif $_cc -v 2>&1 | grep -q clang; then
3329 _ident=$($_cc --version 2>/dev/null | head -n1)
3330 _depflags='-MMD -MF $(@:.o=.d) -MT $@'
3333 elif $_cc -V 2>&1 | grep -q Sun; then
3335 _ident=$($_cc -V 2>&1 | head -n1 | cut -d' ' -f 2-)
3336 _DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< | sed -e "1s,^.*: ,$@: ," -e "\$$!s,\$$, \\\," -e "1!s,^.*: , ," > $(@:.o=.d)'
3337 _DEPFLAGS='-xM1 -xc99'
3340 _cflags_size='-O5 -xspace'
3341 _flags_filter=suncc_flags
3342 elif $_cc -v 2>&1 | grep -q 'PathScale\|Path64'; then
3344 _ident=$($_cc -v 2>&1 | head -n1 | tr -d :)
3345 _depflags='-MMD -MF $(@:.o=.d) -MT $@'
3348 _flags_filter='filter_out -Wdisabled-optimization'
3349 elif $_cc -v 2>&1 | grep -q Open64; then
3351 _ident=$($_cc -v 2>&1 | head -n1 | tr -d :)
3352 _depflags='-MMD -MF $(@:.o=.d) -MT $@'
3355 _flags_filter='filter_out -Wdisabled-optimization|-Wtype-limits|-fno-signed-zeros'
3356 elif $_cc 2>&1 | grep -q 'Microsoft.*ARM.*Assembler'; then
3358 _ident=$($_cc | head -n1)
3359 # 4509: "This form of conditional instruction is deprecated"
3360 _flags="-nologo -ignore 4509"
3361 _flags_filter=armasm_flags
3362 elif $_cc -nologo- 2>&1 | grep -q Microsoft; then
3364 _ident=$($_cc 2>&1 | head -n1)
3365 _DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< 2>&1 | awk '\''/including/ { sub(/^.*file: */, ""); gsub(/\\/, "/"); if (!match($$0, / /)) print "$@:", $$0 }'\'' > $(@:.o=.d)'
3366 _DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -showIncludes -Zs'
3370 if $_cc -nologo- 2>&1 | grep -q Linker; then
3377 _flags_filter=msvc_flags
3379 _ld_path='-libpath:'
3381 elif $_cc 2>&1 | grep -q Intel; then
3383 _ident=$($_cc 2>&1 | head -n1)
3384 _depflags='-QMMD -QMF$(@:.o=.d) -QMT$@'
3385 # Not only is O3 broken on 13.x+ but it is slower on all previous
3386 # versions (tested) as well.
3388 _cflags_size="-O1 -Oi" # -O1 without -Oi miscompiles stuff
3389 if $_cc 2>&1 | grep -q Linker; then
3396 _flags_filter=icl_flags
3398 _ld_path='-libpath:'
3399 # -Qdiag-error to make icl error when seeing certain unknown arguments
3400 _flags='-nologo -Qdiag-error:4044,10157'
3401 # -Qvec- -Qsimd- to prevent miscompilation, -GS for consistency
3402 # with MSVC which enables it by default.
3403 _cflags='-Qms0 -Qvec- -Qsimd- -GS'
3404 elif $_cc -? 2>/dev/null | grep -q 'LLVM.*Linker'; then
3405 # lld can emulate multiple different linkers; in ms link.exe mode,
3406 # the -? parameter gives the help output which contains an identifyable
3407 # string, while it gives an error in other modes.
3409 # The link.exe mode doesn't have a switch for getting the version,
3410 # but we can force it back to gnu mode and get the version from there.
3411 _ident=$($_cc -flavor gnu --version 2>/dev/null)
3413 _flags_filter=msvc_flags
3415 _ld_path='-libpath:'
3416 elif $_cc --version 2>/dev/null | grep -q ^cparser; then
3418 _ident=$($_cc --version | head -n1)
3422 _flags_filter=cparser_flags
3425 eval ${pfx}_type=\$_type
3426 eval ${pfx}_ident=\$_ident
3430 eval ${1}_C=\${_cc_c-\${${1}_C}}
3431 eval ${1}_E=\${_cc_e-\${${1}_E}}
3432 eval ${1}_O=\${_cc_o-\${${1}_O}}
3434 if [ -n "$_depflags" ]; then
3435 eval ${1}_DEPFLAGS=\$_depflags
3437 eval ${1}DEP=\${_DEPCMD:-\$DEPCMD}
3438 eval ${1}DEP_FLAGS=\${_DEPFLAGS:-\$DEPFLAGS}
3439 eval DEP${1}FLAGS=\$_flags
3444 cflags_filter=$_flags_filter
3445 cflags_speed=$_cflags_speed
3446 cflags_size=$_cflags_size
3447 cflags_noopt=$_cflags_noopt
3448 add_cflags $_flags $_cflags
3449 cc_ldflags=$_ldflags
3452 probe_cc hostcc "$host_cc"
3453 host_cflags_filter=$_flags_filter
3454 host_cflags_speed=$_cflags_speed
3455 add_host_cflags $_flags $_cflags
3458 test -n "$cc_type" && enable $cc_type ||
3459 warn "Unknown C compiler $cc, unable to select optimal CFLAGS"
3461 : ${as_default:=$cc}
3462 : ${objcc_default:=$cc}
3463 : ${dep_cc_default:=$cc}
3464 : ${ld_default:=$cc}
3465 : ${host_ld_default:=$host_cc}
3466 set_default ar as objcc dep_cc ld host_ld
3469 asflags_filter=$_flags_filter
3470 add_asflags $_flags $_cflags
3473 probe_cc objcc "$objcc"
3474 objcflags_filter=$_flags_filter
3475 add_objcflags $_flags $_cflags
3479 ldflags_filter=$_flags_filter
3480 add_ldflags $_flags $_ldflags
3481 test "$cc_type" != "$ld_type" && add_ldflags $cc_ldflags
3483 LD_LIB=${_ld_lib-$LD_LIB}
3484 LD_PATH=${_ld_path-$LD_PATH}
3486 probe_cc hostld "$host_ld"
3487 host_ldflags_filter=$_flags_filter
3488 add_host_ldflags $_flags $_ldflags
3489 HOSTLD_O=${_ld_o-$HOSTLD_O}
3491 if [ -z "$CC_DEPFLAGS" ] && [ "$dep_cc" != "$cc" ]; then
3492 probe_cc depcc "$dep_cc"
3493 CCDEP=${_DEPCMD:-$DEPCMD}
3494 CCDEP_FLAGS=${_DEPFLAGS:=$DEPFLAGS}
3498 if $ar 2>&1 | grep -q Microsoft; then
3506 add_cflags $extra_cflags
3507 add_objcflags $extra_objcflags
3508 add_asflags $extra_cflags
3510 if test -n "$sysroot"; then
3513 add_cppflags --sysroot="$sysroot"
3514 add_ldflags --sysroot="$sysroot"
3519 if test "$cpu" = host; then
3520 enabled cross_compile &&
3521 die "--cpu=host makes no sense when cross-compiling."
3526 $cc $1=native -v -c -o $TMPO $TMPC >$TMPE 2>&1 || return
3528 s/.*$1=\\([^ ]*\\).*/\\1/
3533 cpu=$(check_native -march || check_native -mcpu)
3537 test "${cpu:-host}" = host &&
3538 die "--cpu=host not supported with compiler $cc"
3541 # Deal with common $arch aliases
3565 "Power Macintosh"|ppc*|powerpc*)
3580 i[3-6]86|i86pc|BePC|x86pc|x86_64|amd64)
3585 is_in $arch $ARCH_LIST || warn "unknown architecture $arch"
3588 # Add processor-specific flags
3589 if enabled aarch64; then
3593 cpuflags="-march=$cpu"
3596 cpuflags="-mcpu=$cpu"
3600 elif enabled alpha; then
3602 cpuflags="-mcpu=$cpu"
3604 elif enabled arm; then
3607 test_cpp_condition stddef.h \
3608 "defined __ARM_ARCH_${1}__ || defined __TARGET_ARCH_${2:-$1}" \
3613 if check_arm_arch 4; then echo armv4
3614 elif check_arm_arch 4T; then echo armv4t
3615 elif check_arm_arch 5; then echo armv5
3616 elif check_arm_arch 5E; then echo armv5e
3617 elif check_arm_arch 5T; then echo armv5t
3618 elif check_arm_arch 5TE; then echo armv5te
3619 elif check_arm_arch 5TEJ; then echo armv5te
3620 elif check_arm_arch 6; then echo armv6
3621 elif check_arm_arch 6J; then echo armv6j
3622 elif check_arm_arch 6K; then echo armv6k
3623 elif check_arm_arch 6Z; then echo armv6z
3624 elif check_arm_arch 6ZK; then echo armv6zk
3625 elif check_arm_arch 6T2; then echo armv6t2
3626 elif check_arm_arch 7; then echo armv7
3627 elif check_arm_arch 7A 7_A; then echo armv7-a
3628 elif check_arm_arch 7S; then echo armv7-a
3629 elif check_arm_arch 7R 7_R; then echo armv7-r
3630 elif check_arm_arch 7M 7_M; then echo armv7-m
3631 elif check_arm_arch 7EM 7E_M; then echo armv7-m
3632 elif check_arm_arch 8A 8_A; then echo armv8-a
3636 [ "$cpu" = generic ] && cpu=$(probe_arm_arch)
3640 cpuflags="-march=$cpu"
3641 subarch=$(echo $cpu | sed 's/[^a-z0-9]//g')
3644 cpuflags="-mcpu=$cpu"
3646 cortex-a*) subarch=armv7a ;;
3647 cortex-r*) subarch=armv7r ;;
3648 cortex-m*) enable thumb; subarch=armv7m ;;
3649 arm11*) subarch=armv6 ;;
3650 arm[79]*e*|arm9[24]6*|arm96*|arm102[26]) subarch=armv5te ;;
3651 armv4*|arm7*|arm9[24]*) subarch=armv4 ;;
3652 *) subarch=$(probe_arm_arch) ;;
3658 armv5t*) enable fast_clz ;;
3659 armv[6-8]*) enable fast_clz fast_unaligned ;;
3662 elif enabled avr32; then
3667 cpuflags="-mpart=$cpu"
3671 cpuflags="-march=$cpu"
3675 cpuflags="-mcpu=$cpu"
3679 cpuflags="-march=$cpu"
3683 elif enabled bfin; then
3685 cpuflags="-mcpu=$cpu"
3687 elif enabled mips; then
3689 cpuflags="-march=$cpu"
3691 elif enabled ppc; then
3695 case $(tolower $cpu) in
3696 601|ppc601|powerpc601)
3697 cpuflags="-mcpu=601"
3700 603*|ppc603*|powerpc603*)
3701 cpuflags="-mcpu=603"
3704 604*|ppc604*|powerpc604*)
3705 cpuflags="-mcpu=604"
3708 g3|75*|ppc75*|powerpc75*)
3709 cpuflags="-mcpu=750"
3712 g4|745*|ppc745*|powerpc745*)
3713 cpuflags="-mcpu=7450"
3716 74*|ppc74*|powerpc74*)
3717 cpuflags="-mcpu=7400"
3720 g5|970|ppc970|powerpc970)
3721 cpuflags="-mcpu=970"
3725 cpuflags="-mcpu=$cpu"
3729 cpuflags="-mcpu=$cpu"
3733 cpuflags="-mcpu=cell"
3738 cpuflags="-mcpu=e500mc"
3742 cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
3747 cpuflags="-mcpu=8540 -mhard-float"
3753 elif enabled sparc; then
3756 cypress|f93[04]|tsc701|sparcl*|supersparc|hypersparc|niagara|v[789])
3757 cpuflags="-mcpu=$cpu"
3759 ultrasparc*|niagara[234])
3760 cpuflags="-mcpu=$cpu"
3764 elif enabled x86; then
3768 cpuflags="-march=$cpu"
3772 # targets that do NOT support nopl and conditional mov (cmov)
3773 pentium-mmx|k6|k6-[23]|winchip-c6|winchip2|c3)
3774 cpuflags="-march=$cpu"
3777 # targets that do support nopl and conditional mov (cmov)
3778 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*)
3779 cpuflags="-march=$cpu"
3783 # targets that do support conditional mov but on which it's slow
3784 pentium4|pentium4m|prescott|nocona)
3785 cpuflags="-march=$cpu"
3793 if [ "$cpu" != generic ]; then
3794 add_cflags $cpuflags
3795 add_asflags $cpuflags
3796 test "$cc_type" = "$ld_type" && add_ldflags $cpuflags
3799 # compiler sanity check
3801 int main(void){ return 0; }
3803 if test "$?" != 0; then
3804 echo "$cc is unable to create an executable file."
3805 if test -z "$cross_prefix" && ! enabled cross_compile ; then
3806 echo "If $cc is a cross-compiler, use the --enable-cross-compile option."
3807 echo "Only do this if you know what cross compiling means."
3809 die "C compiler test failed."
3812 add_cppflags -D_ISOC99_SOURCE
3814 # some compilers silently accept -std=c11, so we also need to check that the
3815 # version macro is defined properly
3816 test_cpp_condition stdlib.h "__STDC_VERSION__ >= 201112L" -std=c11 &&
3817 add_cflags -std=c11 ||
3818 check_cflags -std=c99
3820 check_cppflags -D_FILE_OFFSET_BITS=64
3821 check_cppflags -D_LARGEFILE_SOURCE
3823 add_host_cppflags -D_ISOC99_SOURCE
3824 check_host_cflags -std=c99
3825 check_host_cflags -Wall
3826 check_host_cflags $host_cflags_speed
3831 expr=${3:-'sizeof(void *) > 4'}
3832 test_code cc "" "int test[2*($expr) - 1]" &&
3833 subarch=$arch64 || subarch=$arch32
3839 enabled shared && enable_weak pic
3842 check_64bit mips mips64 '_MIPS_SIM > 1'
3843 enabled shared && enable_weak pic
3846 check_64bit parisc parisc64
3847 enabled shared && enable_weak pic
3850 check_64bit ppc ppc64
3851 enabled shared && enable_weak pic
3854 check_64bit s390 s390x
3855 enabled shared && enable_weak pic
3858 check_64bit sparc sparc64
3859 enabled shared && enable_weak pic
3862 check_64bit x86_32 x86_64
3863 if enabled x86_64; then
3864 enabled shared && enable_weak pic
3874 add_cppflags '-I\$(SRC_PATH)/compat/aix'
3875 enabled shared && add_ldflags -Wl,-brtl
3876 arflags='-Xany -r -c'
3880 enable section_data_rel_ro
3881 SLIB_INSTALL_NAME='$(SLIBNAME)'
3883 SHFLAGS='-shared -Wl,-soname,$(SLIBNAME)'
3886 prefix_default="/boot/common"
3887 network_extralibs="-lnetwork"
3891 SHFLAGS='-shared -Wl,-h,$$(@F)'
3892 enabled x86 && append SHFLAGS -mimpure-text
3893 network_extralibs="-lsocket -lnsl"
3894 # When using suncc to build, the Solaris linker will mark
3895 # an executable with each instruction set encountered by
3896 # the Solaris assembler. As our libraries contain their own
3897 # guards for processor-specific code, instead suppress
3898 # generation of the HWCAPS ELF section on Solaris x86 only.
3899 enabled_all suncc x86 &&
3900 echo "hwcap_1 = OVERRIDE;" > mapfile &&
3901 add_ldflags -Wl,-M,mapfile
3902 nm_default='nm -P -g'
3904 VERSION_SCRIPT_POSTPROCESS_CMD='perl $(SRC_PATH)/compat/solaris/make_sunver.pl - $(OBJS)'
3908 oss_indev_extralibs="-lossaudio"
3913 SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBMAJOR).$(LIBMINOR)'
3915 oss_indev_extralibs="-lossaudio"
3923 add_extralibs -lpoll -lgnugetopt
3926 enabled ppc && add_asflags -force_cpusubtype_ALL
3927 SHFLAGS='-dynamiclib -Wl,-single_module -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR)'
3928 enabled x86_32 && append SHFLAGS -Wl,-read_only_relocs,suppress
3929 add_ldflags -Wl,-dynamic,-search_paths_first
3930 check_cflags -Werror=partial-availability
3932 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME).$(LIBVERSION)$(SLIBSUF)'
3933 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME).$(LIBMAJOR)$(SLIBSUF)'
3934 enabled x86_64 && objformat="macho64" || objformat="macho32"
3935 enabled_any pic shared ||
3936 { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
3937 check_header dispatch/dispatch.h &&
3938 add_cppflags '-I\$(SRC_PATH)/compat/dispatch_semaphore'
3939 if test -n "$sysroot"; then
3940 is_in -isysroot $cc $CPPFLAGS $CFLAGS || check_cppflags -isysroot $sysroot
3941 is_in -isysroot $ld $LDFLAGS || check_ldflags -isysroot $sysroot
3945 die "Native MSYS builds are discouraged, please use the MINGW environment."
3950 if enabled x86_64; then
3951 LIBTARGET="i386:x86-64"
3952 elif enabled arm; then
3954 elif enabled aarch64; then
3957 if enabled shared; then
3958 # Cannot build both shared and static libs when using dllimport.
3961 check_ldflags -Wl,--nxcompat
3962 check_ldflags -Wl,--dynamicbase
3963 shlibdir_default="$bindir_default"
3966 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
3967 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
3968 SLIB_EXTRA_CMD=-'$(DLLTOOL) -m $(LIBTARGET) -d $$(@:$(SLIBSUF)=.def) -l $(SUBDIR)$(SLIBNAME:$(SLIBSUF)=.lib) -D $(SLIBNAME_WITH_MAJOR)'
3969 SLIB_INSTALL_NAME='$(SLIBNAME_WITH_MAJOR)'
3971 SLIB_INSTALL_EXTRA_SHLIB='$(SLIBNAME:$(SLIBSUF)=.lib)'
3972 SLIB_INSTALL_EXTRA_LIB='lib$(SLIBNAME:$(SLIBSUF)=.dll.a) $(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.def)'
3973 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)'
3974 SHFLAGS='-shared -Wl,--out-implib,$(SUBDIR)lib$(SLIBNAME:$(SLIBSUF)=.dll.a) -Wl,--enable-auto-image-base $$(@:$(SLIBSUF)=.def)'
3975 enabled x86_64 && objformat="win64" || objformat="win32"
3976 dlltool="${cross_prefix}dlltool"
3982 if enabled shared; then
3983 # Link to the import library instead of the normal static library
3986 # Cannot build both shared and static libs with MSVC or icl.
3989 shlibdir_default="$bindir_default"
3992 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
3993 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
3994 SLIB_CREATE_DEF_CMD='EXTERN_PREFIX="$(EXTERN_PREFIX)" $(SRC_PATH)/compat/windows/makedef $(SUBDIR)lib$(NAME).ver $(OBJS) > $$(@:$(SLIBSUF)=.def)'
3995 SLIB_INSTALL_NAME='$(SLIBNAME_WITH_MAJOR)'
3997 SLIB_INSTALL_EXTRA_SHLIB='$(SLIBNAME:$(SLIBSUF)=.lib)'
3998 SLIB_INSTALL_EXTRA_LIB='$(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.def)'
3999 SHFLAGS='-dll -def:$$(@:$(SLIBSUF)=.def) -implib:$(SUBDIR)$(SLIBNAME:$(SLIBSUF)=.lib)'
4000 enabled x86_64 && objformat="win64" || objformat="win32"
4006 shlibdir_default="$bindir_default"
4009 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
4010 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
4011 SLIB_INSTALL_NAME='$(SLIBNAME_WITH_MAJOR)'
4013 SLIB_INSTALL_EXTRA_LIB='lib$(NAME).dll.a'
4014 SHFLAGS='-shared -Wl,--out-implib,$(SUBDIR)lib$(NAME).dll.a'
4015 enabled x86_64 && objformat="win64" || objformat="win32"
4018 *-dos|freedos|opendos)
4019 network_extralibs="-lsocket"
4022 add_cppflags -U__STRICT_ANSI__
4025 enable section_data_rel_ro
4029 ranlib="echo ignoring ranlib"
4034 add_cppflags -D_GNU_SOURCE
4035 add_ldflags -Zomf -Zbin-files -Zargs-wild -Zhigh-mem -Zmap
4036 SHFLAGS='$(SUBDIR)$(NAME).def -Zdll -Zomf'
4040 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
4041 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(shell echo $(NAME) | cut -c1-6)$(LIBMAJOR)$(SLIBSUF)'
4042 SLIB_CREATE_DEF_CMD='echo LIBRARY $(SLIBNAME_WITH_MAJOR) INITINSTANCE TERMINSTANCE > $(SUBDIR)$(NAME).def; \
4043 echo CODE PRELOAD MOVEABLE DISCARDABLE >> $(SUBDIR)$(NAME).def; \
4044 echo DATA PRELOAD MOVEABLE MULTIPLE NONSHARED >> $(SUBDIR)$(NAME).def; \
4045 echo EXPORTS >> $(SUBDIR)$(NAME).def; \
4046 emxexp $(OBJS) >> $(SUBDIR)$(NAME).def'
4047 SLIB_EXTRA_CMD='emximp -o $(SUBDIR)$(LIBPREF)$(NAME)_dll.a $(SUBDIR)$(NAME).def; \
4048 emximp -o $(SUBDIR)$(LIBPREF)$(NAME)_dll.lib $(SUBDIR)$(NAME).def;'
4049 SLIB_INSTALL_EXTRA_LIB='$(LIBPREF)$(NAME)_dll.a $(LIBPREF)$(NAME)_dll.lib'
4053 add_cppflags -D_BSD_SOURCE
4058 add_cppflags -D_QNX_SOURCE
4059 network_extralibs="-lsocket"
4064 add_cflags --include=$sysinclude/gcce/gcce.h -fvisibility=default
4065 add_cppflags -D__GCCE__ -D__SYMBIAN32__ -DSYMBIAN_OE_POSIX_SIGNALS
4066 add_ldflags -Wl,--target1-abs,--no-undefined \
4067 -Wl,-Ttext,0x80000,-Tdata,0x1000000 -shared \
4068 -Wl,--entry=_E32Startup -Wl,-u,_E32Startup
4069 add_extralibs -l:eexe.lib -l:usrt2_2.lib -l:dfpaeabi.dso \
4070 -l:drtaeabi.dso -l:scppnwdl.dso -lsupc++ -lgcc \
4071 -l:libc.dso -l:libm.dso -l:euser.dso -l:libcrt0.lib
4078 die "Unknown OS '$target_os'."
4082 # determine libc flavour
4087 # uclibc defines __GLIBC__, so it needs to be checked before glibc.
4088 if test_${pfx}cpp_condition features.h "defined __UCLIBC__"; then
4089 eval ${pfx}libc_type=uclibc
4090 add_${pfx}cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
4091 elif test_${pfx}cpp_condition features.h "defined __GLIBC__"; then
4092 eval ${pfx}libc_type=glibc
4093 add_${pfx}cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
4094 # MinGW headers can be installed on Cygwin, so check for newlib first.
4095 elif test_${pfx}cpp_condition newlib.h "defined _NEWLIB_VERSION"; then
4096 eval ${pfx}libc_type=newlib
4097 add_${pfx}cppflags -U__STRICT_ANSI__ -D_XOPEN_SOURCE=600
4098 # MinGW64 is backwards compatible with MinGW32, so check for it first.
4099 elif test_${pfx}cpp_condition _mingw.h "defined __MINGW64_VERSION_MAJOR"; then
4100 eval ${pfx}libc_type=mingw64
4101 add_${pfx}cppflags -U__STRICT_ANSI__ -D__USE_MINGW_ANSI_STDIO=1
4102 eval test \$${pfx_no_}cc_type = "gcc" &&
4103 add_${pfx}cppflags -D__printf__=__gnu_printf__
4104 elif test_${pfx}cpp_condition _mingw.h "defined __MINGW_VERSION" ||
4105 test_${pfx}cpp_condition _mingw.h "defined __MINGW32_VERSION"; then
4106 eval ${pfx}libc_type=mingw32
4107 test_${pfx}cpp_condition _mingw.h "__MINGW32_MAJOR_VERSION > 3 || \
4108 (__MINGW32_MAJOR_VERSION == 3 && __MINGW32_MINOR_VERSION >= 15)" ||
4109 die "ERROR: MinGW32 runtime version must be >= 3.15."
4110 add_${pfx}cppflags -U__STRICT_ANSI__ -D__USE_MINGW_ANSI_STDIO=1
4111 test_${pfx}cpp_condition _mingw.h "__MSVCRT_VERSION__ < 0x0700" &&
4112 add_${pfx}cppflags -D__MSVCRT_VERSION__=0x0700
4113 test_${pfx}cpp_condition windows.h "defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0502" &&
4114 add_${pfx}cppflags -D_WIN32_WINNT=0x0502
4115 eval test \$${pfx_no_}cc_type = "gcc" &&
4116 add_${pfx}cppflags -D__printf__=__gnu_printf__
4117 elif test_${pfx}cpp_condition crtversion.h "defined _VC_CRT_MAJOR_VERSION"; then
4118 eval ${pfx}libc_type=msvcrt
4119 if test_${pfx}cpp_condition crtversion.h "_VC_CRT_MAJOR_VERSION < 14"; then
4120 if [ "$pfx" = host_ ]; then
4121 add_host_cppflags -Dsnprintf=_snprintf
4123 add_compat strtod.o strtod=avpriv_strtod
4124 add_compat msvcrt/snprintf.o snprintf=avpriv_snprintf \
4125 _snprintf=avpriv_snprintf \
4126 vsnprintf=avpriv_vsnprintf
4129 add_${pfx}cppflags -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS
4130 # The MSVC 2010 headers (Win 7.0 SDK) set _WIN32_WINNT to
4131 # 0x601 by default unless something else is set by the user.
4132 # This can easily lead to us detecting functions only present
4133 # in such new versions and producing binaries requiring windows 7.0.
4134 # Therefore explicitly set the default to XP unless the user has
4135 # set something else on the command line.
4136 # Don't do this if WINAPI_FAMILY is set and is set to a non-desktop
4137 # family. For these cases, configure is free to use any functions
4138 # found in the SDK headers by default. (Alternatively, we could force
4139 # _WIN32_WINNT to 0x0602 in that case.)
4140 test_${pfx}cpp_condition stdlib.h "defined(_WIN32_WINNT)" ||
4141 { test_${pfx}cpp <<EOF && add_${pfx}cppflags -D_WIN32_WINNT=0x0502; }
4142 #ifdef WINAPI_FAMILY
4143 #include <winapifamily.h>
4144 #if !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
4149 if [ "$pfx" = "" ]; then
4150 check_func strtoll || add_cflags -Dstrtoll=_strtoi64
4152 elif test_${pfx}cpp_condition stddef.h "defined __KLIBC__"; then
4153 eval ${pfx}libc_type=klibc
4154 elif test_${pfx}cpp_condition sys/cdefs.h "defined __BIONIC__"; then
4155 eval ${pfx}libc_type=bionic
4156 elif test_${pfx}cpp_condition sys/brand.h "defined LABELED_BRAND_NAME"; then
4157 eval ${pfx}libc_type=solaris
4158 add_${pfx}cppflags -D__EXTENSIONS__ -D_XOPEN_SOURCE=600
4160 eval ${pfx}libc_type=default
4161 add_${pfx}cppflags -D_DEFAULT_SOURCE
4163 eval test -n "\${${pfx}libc_type}" && enable ${pfx}libc_${libc_type}
4169 # hacks for compiler/libc/os combinations
4173 add_compat strtod.o strtod=avpriv_strtod
4177 check_compile_assert flt_lim "float.h limits.h" "DBL_MAX == (double)DBL_MAX" ||
4178 add_cppflags '-I\$(SRC_PATH)/compat/float'
4180 test_cpp_condition stdlib.h "defined(__PIC__) || defined(__pic__) || defined(PIC)" && enable_weak pic
4182 set_default $PATHS_LIST
4185 disabled optimizations || check_cflags -fomit-frame-pointer
4188 disabled pic && return
4191 case "$target_os" in
4192 mingw*|cygwin*|win*)
4201 enabled pic && enable_weak_pic
4203 test_cc <<EOF || die "Symbol mangling check failed."
4206 sym=$($nm $TMPO | awk '/ff_extern/{ print substr($0, match($0, /[^ \t]*ff_extern/)) }')
4207 extern_prefix=${sym%%ff_extern*}
4209 ! disabled inline_asm && check_inline_asm inline_asm '"" ::'
4211 for restrict_keyword in restrict __restrict__ __restrict ""; do
4212 test_code cc "" "char * $restrict_keyword p" && break
4215 check_cc pragma_deprecated "" '_Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"")'
4217 # The global variable ensures the bits appear unchanged in the object file.
4218 test_cc <<EOF || die "endian test failed"
4219 unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
4221 od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
4224 log "check_gas using '$as' as AS"
4225 # :vararg is used on aarch64, arm and ppc altivec
4226 test_as <<EOF || return 1
4227 .macro m n, y:vararg=0
4232 # .altmacro is only used in arm asm
4233 ! enabled arm || check_as gnu_as ".altmacro"
4236 if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then
4238 enabled_any arm aarch64 && nogas=die
4239 enabled_all ppc altivec && nogas=warn
4243 arm*) gaspp_as_type=armasm; as_noop=-h ;;
4244 gcc) gaspp_as_type=gas ;;
4245 *) gaspp_as_type=$as_type ;;
4248 [ $target_os = "darwin" ] && gaspp_as_type="apple-$gaspp_as_type"
4250 test_cmd gas-preprocessor.pl -arch $arch -as-type $gaspp_as_type -- $as $as_noop &&
4251 gas="gas-preprocessor.pl -arch $arch -as-type $gaspp_as_type -- $as"
4253 if ! check_gas ; then
4256 $nogas "GNU assembler not found, install/update gas-preprocessor"
4259 check_as as_func ".func test
4263 check_inline_asm inline_asm_labels '"1:\n"'
4265 if enabled aarch64; then
4266 enabled armv8 && check_insn armv8 'prfm pldl1strm, [x0]'
4267 # internal assembler in clang 3.3 does not support this instruction
4268 enabled neon && check_insn neon 'ext v0.8B, v0.8B, v1.8B, #1'
4269 enabled vfp && check_insn vfp 'fmadd d0, d0, d1, d2'
4271 map 'enabled_any ${v}_external ${v}_inline || disable $v' $ARCH_EXT_LIST_ARM
4273 elif enabled alpha; then
4277 elif enabled arm; then
4279 enabled msvc && check_cpp_condition thumb stddef.h "defined _M_ARMT"
4280 test_cpp_condition stddef.h "defined __thumb__" && enable_weak thumb
4281 enabled thumb && check_cflags -mthumb || check_cflags -marm
4283 if check_cpp_condition vfp_args stddef.h "defined __ARM_PCS_VFP"; then
4285 elif check_cpp_condition vfp_args stddef.h "defined _M_ARM_FP && _M_ARM_FP >= 30"; then
4287 elif ! test_cpp_condition stddef.h "defined __ARM_PCS || defined __SOFTFP__" && [ $target_os != darwin ]; then
4288 case "${cross_prefix:-$cc}" in
4289 *hardfloat*) enable vfp_args; fpabi=vfp ;;
4290 *) check_ld vfp_args <<EOF && fpabi=vfp || fpabi=soft ;;
4291 __asm__ (".eabi_attribute 28, 1");
4292 int main(void) { return 0; }
4295 warn "Compiler does not indicate floating-point ABI, guessing $fpabi."
4298 enabled armv5te && check_insn armv5te 'qadd r0, r0, r0'
4299 enabled armv6 && check_insn armv6 'sadd16 r0, r0, r0'
4300 enabled armv6t2 && check_insn armv6t2 'movt r0, #0'
4301 enabled neon && check_insn neon 'vadd.i16 q0, q0, q0'
4302 enabled vfp && check_insn vfp 'fadds s0, s0, s0'
4303 enabled vfpv3 && check_insn vfpv3 'vmov.f32 s0, #1.0'
4305 [ $target_os = linux ] || [ $target_os = android ] ||
4306 map 'enabled_any ${v}_external ${v}_inline || disable $v' \
4309 check_inline_asm asm_mod_q '"add r0, %Q0, %R0" :: "r"((long long)0)'
4311 check_as as_arch_directive ".arch armv7-a"
4312 check_as as_fpu_directive ".fpu neon"
4314 # llvm's integrated assembler supports .object_arch from llvm 3.5
4315 [ "$objformat" = elf32 ] || [ "$objformat" = elf64 ] &&
4316 check_as as_object_arch ".object_arch armv4"
4318 # MS armasm fails to assemble our PIC constructs
4319 [ $target_os != win32 ] && enabled_all armv6t2 shared !pic && enable_weak_pic
4321 elif enabled mips; then
4323 # make sure that only one instruction set is enabled
4324 disable $ARCH_EXT_LIST_MIPS
4326 check_inline_asm loongson '"dmult.g $1, $2, $3"'
4328 if enabled mips64; then
4329 check_inline_asm mips64r6 '"dlsa $0, $0, $0, 1"' ||
4330 check_inline_asm mips64r2 '"dext $0, $0, 0, 1"' ||
4331 check_inline_asm mips64r1 '"daddi $0, $0, 0"'
4333 check_inline_asm mips32r6 '"aui $0, $0, 0"' ||
4334 check_inline_asm mips32r2 '"ext $0, $0, 0, 1"' ||
4335 check_inline_asm mips32r1 '"addi $0, $0, 0"'
4338 elif enabled parisc; then
4340 if enabled gcc; then
4341 case $($cc -dumpversion) in
4342 4.[3-8].*) check_cflags -fno-optimize-sibling-calls ;;
4346 elif enabled ppc; then
4348 enable local_aligned_8 local_aligned_16 local_aligned_32
4350 check_inline_asm dcbzl '"dcbzl 0, %0" :: "r"(0)'
4351 check_inline_asm ibm_asm '"add 0, 0, 0"'
4352 check_inline_asm ppc4xx '"maclhw r10, r11, r12"'
4353 check_inline_asm xform_asm '"lwzx %1, %y0" :: "Z"(*(int*)0), "r"(0)'
4355 if enabled altivec; then
4356 check_cflags -maltivec -mabi=altivec
4358 # check if our compiler supports Motorola AltiVec C API
4359 check_cc altivec altivec.h "vector signed int v1 = (vector signed int) { 0 };
4360 vector signed int v2 = (vector signed int) { 1 };
4361 v1 = vec_add(v1, v2);"
4363 enabled altivec || warn "Altivec disabled, possibly missing --cpu flag"
4366 if enabled vsx; then
4367 check_cflags -mvsx &&
4368 check_cc vsx altivec.h "int v[4] = { 0 };
4369 vector signed int v1 = vec_vsx_ld(0, v);"
4372 if enabled power8; then
4373 check_cpp_condition power8 altivec.h "defined(_ARCH_PWR8)"
4376 elif enabled x86; then
4378 check_builtin rdtsc intrin.h "__rdtsc()"
4379 check_builtin mm_empty mmintrin.h "_mm_empty()"
4381 enable local_aligned_8 local_aligned_16 local_aligned_32
4383 # check whether EBP is available on x86
4384 # As 'i' is stored on the stack, this program will crash
4385 # if the base pointer is used to access it because the
4386 # base pointer is cleared in the inline assembly code.
4387 check_exec_crash <<EOF && enable ebp_available
4389 __asm__ volatile ("xorl %%ebp, %%ebp" ::: "%ebp");
4393 # check whether EBX is available on x86
4394 check_inline_asm ebx_available '""::"b"(0)' &&
4395 check_inline_asm ebx_available '"":::"%ebx"'
4397 # check whether xmm clobbers are supported
4398 check_inline_asm xmm_clobbers '"":::"%xmm0"'
4400 # check whether binutils is new enough to compile SSSE3/MMXEXT
4401 enabled ssse3 && check_inline_asm ssse3_inline '"pabsw %xmm0, %xmm0"'
4402 enabled mmxext && check_inline_asm mmxext_inline '"pmaxub %mm0, %mm1"'
4406 if test_cmd $x86asmexe_probe -v; then
4407 x86asmexe=$x86asmexe_probe
4409 x86asm_debug="-g -F dwarf"
4411 X86ASM_DEPFLAGS='-MD $(@:.o=.d)'
4412 elif test_cmd $x86asmexe_probe --version; then
4413 x86asmexe=$x86asmexe_probe
4415 x86asm_debug="-g dwarf2"
4416 X86ASMDEP='$(DEPX86ASM) $(X86ASMFLAGS) -M $(X86ASM_O) $< > $(@:.o=.d)'
4419 test_x86asm "movbe ecx, [5]" && enable x86asm
4422 if ! disabled_any asm mmx x86asm; then
4424 for program in $x86asmexe nasm yasm; do
4425 probe_x86asm $program && break
4427 disabled x86asm && die "nasm/yasm not found or too old. Use --disable-x86asm for a crippled build."
4428 X86ASMFLAGS="-f $objformat"
4429 enabled pic && append X86ASMFLAGS "-DPIC"
4430 test -n "$extern_prefix" && append X86ASMFLAGS "-DPREFIX"
4431 case "$objformat" in
4432 elf*) enabled debug && append X86ASMFLAGS $x86asm_debug ;;
4435 test_x86asm "vextracti128 xmm0, ymm0, 0" || disable avx2_external
4436 test_x86asm "vpmacsdd xmm0, xmm1, xmm2, xmm3" || disable xop_external
4437 test_x86asm "vfmadd132ps ymm0, ymm1, ymm2" || disable fma3_external
4438 test_x86asm "vfmaddps ymm0, ymm1, ymm2, ymm3" || disable fma4_external
4439 test_x86asm "CPU amdnop" || disable cpunop
4443 athlon*|opteron*|k8*|pentium|pentium-mmx|prescott|nocona|atom|geode)
4450 check_cc intrinsics_neon arm_neon.h "int16x8_t test = vdupq_n_s16(0)"
4452 check_ldflags -Wl,--as-needed
4454 if ! disabled network; then
4455 check_func getaddrinfo $network_extralibs
4456 check_func inet_aton $network_extralibs
4458 check_type netdb.h "struct addrinfo"
4459 check_type netinet/in.h "struct group_source_req" -D_BSD_SOURCE
4460 check_type netinet/in.h "struct ip_mreq_source" -D_BSD_SOURCE
4461 check_type netinet/in.h "struct ipv6_mreq" -D_DARWIN_C_SOURCE
4462 check_type poll.h "struct pollfd"
4463 check_type netinet/sctp.h "struct sctp_event_subscribe"
4464 check_struct "sys/types.h sys/socket.h" "struct sockaddr" sa_len
4465 check_type netinet/in.h "struct sockaddr_in6"
4466 check_type "sys/types.h sys/socket.h" "struct sockaddr_storage"
4467 check_type "sys/types.h sys/socket.h" socklen_t
4469 # Prefer arpa/inet.h over winsock2
4470 if check_header arpa/inet.h ; then
4471 check_func closesocket
4472 elif check_header winsock2.h ; then
4473 check_func_headers winsock2.h closesocket -lws2 &&
4474 network_extralibs="-lws2" ||
4475 { check_func_headers winsock2.h closesocket -lws2_32 &&
4476 network_extralibs="-lws2_32"; } || disable winsock2_h network
4477 check_func_headers ws2tcpip.h getaddrinfo $network_extralibs
4479 check_type ws2tcpip.h socklen_t
4480 check_type ws2tcpip.h "struct addrinfo"
4481 check_type ws2tcpip.h "struct group_source_req"
4482 check_type ws2tcpip.h "struct ip_mreq_source"
4483 check_type ws2tcpip.h "struct ipv6_mreq"
4484 check_type winsock2.h "struct pollfd"
4485 check_struct winsock2.h "struct sockaddr" sa_len
4486 check_type ws2tcpip.h "struct sockaddr_in6"
4487 check_type ws2tcpip.h "struct sockaddr_storage"
4493 check_builtin atomic_cas_ptr atomic.h "void **ptr; void *oldval, *newval; atomic_cas_ptr(ptr, oldval, newval)"
4494 check_builtin machine_rw_barrier mbarrier.h "__machine_rw_barrier()"
4495 check_builtin MemoryBarrier windows.h "MemoryBarrier()"
4496 check_builtin sync_val_compare_and_swap "" "int *ptr; int oldval, newval; __sync_val_compare_and_swap(ptr, oldval, newval)"
4498 case "$custom_allocator" in
4500 # jemalloc by default does not use a prefix
4501 require libjemalloc jemalloc/jemalloc.h malloc -ljemalloc
4504 require_pkg_config libtcmalloc libtcmalloc gperftools/tcmalloc.h tc_malloc
4509 check_func_headers malloc.h _aligned_malloc && enable aligned_malloc
4510 check_func ${malloc_prefix}memalign && enable memalign
4511 check_func ${malloc_prefix}posix_memalign && enable posix_memalign
4513 test_cpp_condition unistd.h "defined(_POSIX_MONOTONIC_CLOCK)" &&
4514 { check_lib clock_gettime time.h clock_gettime ||
4515 check_lib clock_gettime time.h clock_gettime -lrt; }
4518 check_func gethrtime
4520 check_func getrusage
4521 check_func gettimeofday
4524 check_func localtime_r
4528 # Solaris has nanosleep in -lrt, OpenSolaris no longer needs that
4529 check_func_headers time.h nanosleep || check_lib nanosleep time.h nanosleep -lrt
4530 check_func sched_getaffinity
4531 check_func setrlimit
4532 check_func strerror_r
4537 check_func_headers io.h setmode
4538 check_func_headers mach/mach_time.h mach_absolute_time
4539 check_func_headers stdlib.h getenv
4541 check_func_headers windows.h GetProcessAffinityMask
4542 check_func_headers windows.h GetProcessTimes
4543 check_func_headers windows.h GetSystemTimeAsFileTime
4544 check_func_headers windows.h LoadLibrary
4545 check_func_headers windows.h MapViewOfFile
4546 check_func_headers windows.h SetConsoleTextAttribute
4547 check_func_headers windows.h Sleep
4548 check_func_headers windows.h VirtualAlloc
4549 check_struct windows.h "CONDITION_VARIABLE" Ptr
4551 check_header direct.h
4552 check_header dxgidebug.h
4554 check_header dxva2api.h
4556 check_header malloc.h
4558 check_header sys/param.h
4559 check_header sys/resource.h
4560 check_header sys/select.h
4561 check_header sys/time.h
4562 check_header sys/un.h
4563 check_header unistd.h
4564 check_header valgrind/valgrind.h
4565 check_header VideoDecodeAcceleration/VDADecoder.h
4566 check_header windows.h
4568 # it seems there are versions of clang in some distros that try to use the
4569 # gcc headers, which explodes for stdatomic
4570 # so we also check that atomics actually work here
4571 check_builtin stdatomic stdatomic.h "atomic_int foo; atomic_store(&foo, 0)"
4573 check_lib ole32 "windows.h" CoTaskMemFree -lole32
4574 check_lib shell32 "windows.h shellapi.h" CommandLineToArgvW -lshell32
4575 check_lib wincrypt "windows.h wincrypt.h" CryptGenRandom -ladvapi32
4576 check_lib psapi "windows.h psapi.h" GetProcessMemoryInfo -lpsapi
4578 check_struct "sys/time.h sys/resource.h" "struct rusage" ru_maxrss
4580 check_type "cuviddec.h" "CUVIDH264PICPARAMS"
4581 check_type "cuviddec.h" "CUVIDHEVCPICPARAMS"
4582 check_struct "cuviddec.h" "CUVIDDECODECREATEINFO" bitDepthMinus8
4584 check_type "windows.h dxva.h" "DXVA_PicParams_HEVC" -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -D_CRT_BUILD_DESKTOP_APP=0
4585 check_type "windows.h d3d11.h" "ID3D11VideoDecoder"
4586 check_type "d3d9.h dxva2api.h" DXVA2_ConfigPictureDecode -D_WIN32_WINNT=0x0602
4588 check_type "va/va.h va/va_dec_hevc.h" "VAPictureParameterBufferHEVC"
4589 check_type "va/va.h va/va_dec_vp8.h" "VAPictureParameterBufferVP8"
4590 check_type "va/va.h va/va_vpp.h" "VAProcPipelineParameterBuffer"
4591 check_type "va/va.h va/va_enc_h264.h" "VAEncPictureParameterBufferH264"
4592 check_type "va/va.h va/va_enc_hevc.h" "VAEncPictureParameterBufferHEVC"
4593 check_type "va/va.h va/va_enc_jpeg.h" "VAEncPictureParameterBufferJPEG"
4594 check_type "va/va.h va/va_enc_mpeg2.h" "VAEncPictureParameterBufferMPEG2"
4595 check_type "va/va.h va/va_enc_vp8.h" "VAEncPictureParameterBufferVP8"
4596 check_type "va/va.h va/va_enc_vp9.h" "VAEncPictureParameterBufferVP9"
4598 check_type "vdpau/vdpau.h" "VdpPictureInfoHEVC"
4600 if ! disabled w32threads && ! enabled pthreads; then
4601 check_lib w32threads "windows.h process.h" _beginthreadex
4604 # check for some common methods of building with pthread support
4605 # do this before the optional library checks as some of them require pthreads
4606 if ! disabled pthreads && ! enabled w32threads; then
4607 if check_lib pthreads pthread.h pthread_join -pthread; then
4609 elif check_lib pthreads pthread.h pthread_join -pthreads; then
4610 add_cflags -pthreads
4611 elif check_lib pthreads pthread.h pthread_join -lpthreadGC2; then
4613 elif check_lib pthreads pthread.h pthread_join -lpthread; then
4615 elif check_func pthread_join; then
4619 check_builtin sem_timedwait semaphore.h "sem_t *s; sem_init(s,0,0); sem_timedwait(s,0); sem_destroy(s)" $pthreads_extralibs
4622 disabled zlib || check_lib zlib zlib.h zlibVersion -lz
4623 disabled bzlib || check_lib bzlib bzlib.h BZ2_bzlibVersion -lbz2
4625 # On some systems dynamic loading requires no extra linker flags
4626 check_lib libdl dlfcn.h dlopen || check_lib libdl dlfcn.h dlopen -ldl
4628 check_lib libm math.h sin -lm
4634 for func in $MATH_FUNCS; do
4635 eval check_mathfunc $func \${${func}_args:-1} $libm_extralibs
4638 # these are off by default, so fail if requested and not available
4639 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"
4640 enabled avisynth && require_header avisynth/avisynth_c.h
4641 enabled avxsynth && require_header avxsynth/avxsynth_c.h
4642 enabled cuda && require cuda cuda.h cuInit -lcuda
4643 enabled cuvid && require cuvid cuviddec.h cuvidCreateDecoder -lnvcuvid
4644 enabled frei0r && require_header frei0r.h
4645 enabled gnutls && require_pkg_config gnutls gnutls gnutls/gnutls.h gnutls_global_init &&
4646 check_lib gmp gmp.h mpz_export -lgmp
4647 enabled libaom && require_pkg_config libaom "aom >= 0.1.0" aom/aom_codec.h aom_codec_version
4648 enabled libbs2b && require_pkg_config libbs2b libbs2b bs2b.h bs2b_open
4649 enabled libdc1394 && require_pkg_config libdc1394 libdc1394-2 dc1394/dc1394.h dc1394_new
4650 enabled libdcadec && require libdcadec libdcadec/dca_context.h dcadec_context_create -ldcadec
4651 enabled libfaac && require libfaac "stdint.h faac.h" faacEncGetVersion -lfaac
4652 enabled libfdk_aac && require_pkg_config libfdk_aac fdk-aac "fdk-aac/aacenc_lib.h" aacEncOpen
4653 enabled libfontconfig && require_pkg_config libfontconfig fontconfig "fontconfig/fontconfig.h" FcInit
4654 enabled libfreetype && require_pkg_config libfreetype freetype2 "ft2build.h FT_FREETYPE_H" FT_Init_FreeType
4655 enabled libgsm && require libgsm gsm.h gsm_create -lgsm
4656 enabled libhdcd && require_pkg_config libhdcd libhdcd "hdcd/hdcd_simple.h" hdcd_new
4657 enabled libilbc && require libilbc ilbc.h WebRtcIlbcfix_InitDecode -lilbc
4658 enabled libkvazaar && require_pkg_config libkvazaar "kvazaar >= 0.8.1" kvazaar.h kvz_api_get
4659 enabled libmfx && require_pkg_config libmfx libmfx "mfx/mfxvideo.h" MFXInit
4660 enabled libmp3lame && require "libmp3lame >= 3.98.3" lame/lame.h lame_set_VBR_quality -lmp3lame
4661 enabled libnpp && require libnpp npp.h nppGetLibVersion -lnppi -lnppc
4662 enabled libopencore_amrnb && require libopencore_amrnb opencore-amrnb/interf_dec.h Decoder_Interface_init -lopencore-amrnb
4663 enabled libopencore_amrwb && require libopencore_amrwb opencore-amrwb/dec_if.h D_IF_init -lopencore-amrwb
4664 enabled libopencv && require_pkg_config libopencv opencv opencv/cv.h cvCreateImageHeader
4665 enabled libopenh264 && require_pkg_config libopenh264 openh264 wels/codec_api.h WelsGetCodecVersion
4666 enabled libopenjpeg && { check_lib libopenjpeg openjpeg.h opj_version -lopenjpeg -DOPJ_STATIC ||
4667 require_pkg_config libopenjpeg libopenjpeg1 openjpeg.h opj_version -DOPJ_STATIC; }
4668 enabled libopus && require_pkg_config libopus opus opus_multistream.h opus_multistream_decoder_create
4669 enabled libpulse && require_pkg_config libpulse libpulse-simple pulse/simple.h pa_simple_new
4670 enabled librtmp && require_pkg_config librtmp librtmp librtmp/rtmp.h RTMP_Socket
4671 enabled libschroedinger && require_pkg_config libschroedinger schroedinger-1.0 schroedinger/schro.h schro_init
4672 enabled libsnappy && require libsnappy snappy-c.h snappy_compress -lsnappy
4673 enabled libspeex && require_pkg_config libspeex speex speex/speex.h speex_decoder_init
4674 enabled libtheora && require libtheora theora/theoraenc.h th_info_init -ltheoraenc -ltheoradec -logg
4675 enabled libtwolame && require libtwolame twolame.h twolame_init -ltwolame
4676 enabled libvo_aacenc && require libvo_aacenc vo-aacenc/voAAC.h voGetAACEncAPI -lvo-aacenc
4677 enabled libvo_amrwbenc && require libvo_amrwbenc vo-amrwbenc/enc_if.h E_IF_init -lvo-amrwbenc
4678 enabled libvorbis && require libvorbis vorbis/vorbisenc.h vorbis_info_init -lvorbisenc -lvorbis -logg
4679 enabled libvpx && require_pkg_config libvpx "vpx >= 1.3.0" vpx/vpx_codec.h vpx_codec_version &&
4680 { enabled libvpx_vp8_decoder &&
4681 check_pkg_config libvpx_vp8_decoder vpx "vpx/vpx_decoder.h vpx/vp8dx.h" vpx_codec_vp8_dx
4682 enabled libvpx_vp8_encoder &&
4683 check_pkg_config libvpx_vp8_encoder vpx "vpx/vpx_encoder.h vpx/vp8cx.h" vpx_codec_vp8_cx
4684 enabled libvpx_vp9_decoder &&
4685 check_pkg_config libvpx_vp9_decoder vpx "vpx/vpx_decoder.h vpx/vp8dx.h" vpx_codec_vp9_dx
4686 enabled libvpx_vp9_encoder &&
4687 check_pkg_config libvpx_vp9_encoder vpx "vpx/vpx_encoder.h vpx/vp8cx.h" vpx_codec_vp9_cx
4688 disabled_all libvpx_vp8_decoder libvpx_vp9_decoder libvpx_vp8_encoder libvpx_vp9_encoder &&
4689 die "libvpx enabled but no supported decoders/encoders found"
4691 enabled libwavpack && require libwavpack wavpack/wavpack.h WavpackOpenFileOutput -lwavpack
4692 enabled libwebp && require_pkg_config libwebp libwebp webp/encode.h WebPGetEncoderVersion
4693 enabled libx264 && require_pkg_config libx264 x264 "stdint.h x264.h" x264_encoder_encode &&
4694 require_cpp_condition x264.h "X264_BUILD >= 118" &&
4695 check_cpp_condition libx262 x264.h "X264_MPEG2"
4696 enabled libx265 && require_pkg_config libx265 x265 x265.h x265_api_get &&
4697 require_cpp_condition x265.h "X265_BUILD >= 57"
4698 enabled libxavs && require libxavs "stdint.h xavs.h" xavs_encoder_encode -lxavs
4699 enabled libxvid && require libxvid xvid.h xvid_global -lxvidcore
4700 enabled mmal && { check_lib mmal interface/mmal/mmal.h mmal_port_connect -lmmal_core -lmmal_util -lmmal_vc_client -lbcm_host ||
4701 { ! enabled cross_compile &&
4702 add_cflags -isystem/opt/vc/include/ -isystem/opt/vc/include/interface/vmcs_host/linux -isystem/opt/vc/include/interface/vcos/pthreads -fgnu89-inline &&
4703 add_ldflags -L/opt/vc/lib/ &&
4704 check_lib mmal interface/mmal/mmal.h mmal_port_connect -lmmal_core -lmmal_util -lmmal_vc_client -lbcm_host; } ||
4705 die "ERROR: mmal not found" &&
4706 check_func_headers interface/mmal/mmal.h "MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS"; }
4707 enabled nvenc && require_cpp_condition nvEncodeAPI.h "NVENCAPI_MAJOR_VERSION >= 6"
4708 enabled omx && require_header OMX_Core.h
4709 enabled omx_rpi && { check_header OMX_Core.h ||
4710 { ! enabled cross_compile && add_cflags -isystem/opt/vc/include/IL && check_header OMX_Core.h ; } ||
4711 die "ERROR: OpenMAX IL headers not found"; } && enable omx
4712 enabled openssl && { { check_pkg_config openssl openssl openssl/ssl.h OPENSSL_init_ssl ||
4713 check_pkg_config openssl openssl openssl/ssl.h SSL_library_init; } ||
4714 check_lib openssl openssl/ssl.h SSL_library_init -lssl -lcrypto ||
4715 check_lib openssl openssl/ssl.h SSL_library_init -lssl32 -leay32 ||
4716 check_lib openssl openssl/ssl.h SSL_library_init -lssl -lcrypto -lws2_32 -lgdi32 ||
4717 die "ERROR: openssl not found"; }
4719 # SDL adds some CFLAGS that should not be part of the general CFLAGS.
4721 test_pkg_config sdl "sdl >= 1.2.1 sdl < 1.3.0" SDL_events.h SDL_PollEvent
4723 check_header linux/fb.h
4724 check_header linux/videodev2.h
4725 check_struct linux/videodev2.h "struct v4l2_frmivalenum" discrete
4727 check_header AVFoundation/AVFoundation.h
4729 check_header sys/videoio.h
4731 check_lib user32 "windows.h winuser.h" GetShellWindow -luser32
4732 check_lib vfw32 "windows.h vfw.h" capCreateCaptureWindow -lvfw32
4733 # check that WM_CAP_DRIVER_CONNECT is defined to the proper value
4734 # w32api 3.12 had it defined wrong
4735 check_cpp_condition vfwcap_defines vfw.h "WM_CAP_DRIVER_CONNECT > WM_USER"
4737 # check for ioctl_meteor.h, ioctl_bt848.h and alternatives
4738 check_header "dev/bktr/ioctl_meteor.h dev/bktr/ioctl_bt848.h" ||
4739 check_header "machine/ioctl_meteor.h machine/ioctl_bt848.h" ||
4740 check_header "dev/video/meteor/ioctl_meteor.h dev/video/bktr/ioctl_bt848.h" ||
4741 check_header "dev/ic/bt8xx.h"
4743 check_header sys/soundcard.h
4745 enabled alsa_indev &&
4746 check_lib alsa alsa/asoundlib.h snd_pcm_htimestamp -lasound
4749 require_pkg_config libjack jack jack/jack.h jack_port_get_latency_range
4751 enabled sndio_indev && check_lib sndio sndio.h sio_open -lsndio
4753 if enabled libcdio; then
4754 check_lib libcdio "cdio/cdda.h cdio/paranoia.h" cdio_cddap_open -lcdio_paranoia -lcdio_cdda -lcdio ||
4755 check_lib libcdio "cdio/paranoia/cdda.h cdio/paranoia/paranoia.h" cdio_cddap_open -lcdio_paranoia -lcdio_cdda -lcdio ||
4756 die "ERROR: No usable libcdio/cdparanoia found"
4759 if enabled libxcb; then
4760 require_pkg_config libxcb xcb xcb/xcb.h xcb_connect
4761 require_pkg_config libxcb_shape xcb-shape xcb/shape.h xcb_shape_rectangles
4762 disabled libxcb_shm ||
4763 check_pkg_config libxcb_shm xcb-shm xcb/shm.h xcb_shm_attach
4764 disabled libxcb_xfixes ||
4765 check_pkg_config libxcb_xfixes xcb-xfixes xcb/xfixes.h xcb_xfixes_get_cursor_image
4768 # d3d11va requires linking directly to dxgi and d3d11 if not building for
4769 # the desktop api partition
4770 test_cpp <<EOF && enable uwp && d3d11va_extralibs="-ldxgi -ld3d11"
4771 #ifdef WINAPI_FAMILY
4772 #include <winapifamily.h>
4773 #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
4774 #error desktop, not uwp
4776 // WINAPI_FAMILY_APP, WINAPI_FAMILY_PHONE_APP => UWP
4779 #error no family set
4783 enabled vaapi && require vaapi va/va.h vaInitialize -lva
4785 if enabled vaapi; then
4786 require_cc vaapi "va/va.h" "vaCreateSurfaces(0, 0, 0, 0, 0, 0, 0, 0)"
4787 check_lib vaapi_drm "va/va.h va/va_drm.h" vaGetDisplayDRM -lva -lva-drm
4788 check_lib vaapi_x11 "va/va.h va/va_x11.h" vaGetDisplay -lva -lva-x11 -lX11
4792 test_cpp_condition "va/va.h" "VA_CHECK_VERSION(1, 0, 0)" &&
4796 check_cpp_condition vdpau vdpau/vdpau.h "defined VDP_DECODER_PROFILE_MPEG4_PART2_ASP"
4799 check_lib vdpau_x11 "vdpau/vdpau.h vdpau/vdpau_x11.h" vdp_device_create_x11 -lvdpau -lX11
4801 enabled debug && add_cflags -g"$debuglevel" && add_asflags -g"$debuglevel"
4803 # add some useful compiler flags if supported
4804 check_cflags -Wdeclaration-after-statement
4806 check_cflags -Wdisabled-optimization
4807 check_cflags -Wpointer-arith
4808 check_cflags -Wredundant-decls
4809 check_cflags -Wwrite-strings
4810 check_cflags -Wtype-limits
4811 check_cflags -Wundef
4812 check_cflags -Wmissing-prototypes
4813 check_cflags -Wstrict-prototypes
4815 if enabled extra_warnings; then
4816 check_cflags -Wcast-qual
4817 check_cflags -Wextra
4818 check_cflags -Wpedantic
4821 check_disable_warning(){
4822 warning_flag=-W${1#-Wno-}
4823 test_cflags $warning_flag && add_cflags $1
4826 check_disable_warning -Wno-parentheses
4827 check_disable_warning -Wno-switch
4828 check_disable_warning -Wno-format-zero-length
4829 check_disable_warning -Wno-pointer-sign
4831 check_disable_warning_headers(){
4832 warning_flag=-W${1#-Wno-}
4833 test_cflags $warning_flag && add_cflags_headers $1
4836 check_disable_warning_headers -Wno-deprecated-declarations
4837 check_disable_warning_headers -Wno-unused-variable
4839 check_objcflags -fobjc-arc && enable objc_arc
4841 check_cc blocks_extension "" "void (^block)(void)"
4843 # add some linker flags
4844 check_ldflags -Wl,--warn-common
4845 check_ldflags -Wl,-rpath-link=libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample
4846 enabled rpath && add_ldexeflags -Wl,-rpath,$libdir && add_ldsoflags -Wl,-rpath,$libdir
4847 test_ldflags -Wl,-Bsymbolic && append SHFLAGS -Wl,-Bsymbolic
4849 # add some strip flags
4850 # -wN '..@*' is more selective than -x, but not available everywhere.
4851 check_stripflags -wN \'..@*\' || check_stripflags -x || strip='true'
4853 enabled neon_clobber_test &&
4854 check_ldflags -Wl,--wrap,avcodec_open2 \
4855 -Wl,--wrap,avcodec_decode_audio4 \
4856 -Wl,--wrap,avcodec_decode_video2 \
4857 -Wl,--wrap,avcodec_decode_subtitle2 \
4858 -Wl,--wrap,avcodec_encode_audio2 \
4859 -Wl,--wrap,avcodec_encode_video2 \
4860 -Wl,--wrap,avcodec_encode_subtitle \
4861 -Wl,--wrap,avcodec_send_packet \
4862 -Wl,--wrap,avcodec_receive_packet \
4863 -Wl,--wrap,avcodec_send_frame \
4864 -Wl,--wrap,avcodec_receive_frame \
4865 -Wl,--wrap,avresample_convert ||
4866 disable neon_clobber_test
4868 enabled xmm_clobber_test &&
4869 check_ldflags -Wl,--wrap,avcodec_open2 \
4870 -Wl,--wrap,avcodec_decode_audio4 \
4871 -Wl,--wrap,avcodec_decode_video2 \
4872 -Wl,--wrap,avcodec_decode_subtitle2 \
4873 -Wl,--wrap,avcodec_encode_audio2 \
4874 -Wl,--wrap,avcodec_encode_video2 \
4875 -Wl,--wrap,avcodec_encode_subtitle \