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-outdevs show all available output devices
77 --list-filters show all available filters
80 --logfile=FILE log tests and output to FILE [avbuild/config.log]
81 --disable-logging do not log configure debug information
82 --prefix=PREFIX install in PREFIX [$prefix_default]
83 --bindir=DIR install binaries in DIR [PREFIX/bin]
84 --datadir=DIR install data files in DIR [PREFIX/share/avconv]
85 --docdir=DIR install documentation in DIR [PREFIX/share/doc/libav]
86 --libdir=DIR install libs in DIR [PREFIX/lib]
87 --shlibdir=DIR install shared libs in DIR [PREFIX/lib]
88 --incdir=DIR install includes in DIR [PREFIX/include]
89 --mandir=DIR install man page in DIR [PREFIX/share/man]
90 --enable-rpath use rpath when linking programs (USE WITH CARE)
93 --enable-gpl allow use of GPL code, the resulting libs
94 and binaries will be under GPL [no]
95 --enable-version3 upgrade (L)GPL to version 3 [no]
96 --enable-nonfree allow use of nonfree code, the resulting libs
97 and binaries will be unredistributable [no]
99 Configuration options:
100 --disable-static do not build static libraries [no]
101 --enable-shared build shared libraries [no]
102 --enable-small optimize for size instead of speed
103 --enable-runtime-cpudetect detect CPU capabilities at runtime (bigger binary)
104 --enable-gray enable full grayscale support (slower color)
105 --disable-swscale-alpha disable alpha channel support in swscale
106 --disable-all disable building components, libraries and programs
109 --disable-programs do not build command line programs
110 --disable-avconv disable avconv build
111 --disable-avplay disable avplay build
112 --disable-avprobe disable avprobe build
113 --disable-avserver deprecated, does nothing
116 --disable-doc do not build documentation
117 --disable-pod2man do not build manual pages
118 --disable-texi2html do not build HTML documentation
119 --disable-avdevice disable libavdevice build
120 --disable-avcodec disable libavcodec build
121 --disable-avformat disable libavformat build
122 --disable-avutil disable libavutil build
123 --disable-swscale disable libswscale build
124 --disable-avfilter disable video filter support [no]
125 --disable-avresample disable libavresample build [no]
126 --disable-pthreads disable pthreads [auto]
127 --disable-w32threads disable Win32 threads [auto]
128 --disable-network disable network support [no]
129 --disable-dct disable DCT code
130 --disable-error-resilience disable error resilience code
131 --disable-lsp disable LSP code
132 --disable-lzo disable LZO decoder code
133 --disable-mdct disable MDCT code
134 --disable-rdft disable RDFT code
135 --disable-fft disable FFT code
136 --disable-faan disable floating point AAN (I)DCT code
138 Individual component options:
139 --disable-everything disable all components listed below
140 --disable-encoder=NAME disable encoder NAME
141 --enable-encoder=NAME enable encoder NAME
142 --disable-encoders disable all encoders
143 --disable-decoder=NAME disable decoder NAME
144 --enable-decoder=NAME enable decoder NAME
145 --disable-decoders disable all decoders
146 --disable-hwaccel=NAME disable hwaccel NAME
147 --enable-hwaccel=NAME enable hwaccel NAME
148 --disable-hwaccels disable all hwaccels
149 --disable-muxer=NAME disable muxer NAME
150 --enable-muxer=NAME enable muxer NAME
151 --disable-muxers disable all muxers
152 --disable-demuxer=NAME disable demuxer NAME
153 --enable-demuxer=NAME enable demuxer NAME
154 --disable-demuxers disable all demuxers
155 --enable-parser=NAME enable parser NAME
156 --disable-parser=NAME disable parser NAME
157 --disable-parsers disable all parsers
158 --enable-bsf=NAME enable bitstream filter NAME
159 --disable-bsf=NAME disable bitstream filter NAME
160 --disable-bsfs disable all bitstream filters
161 --enable-protocol=NAME enable protocol NAME
162 --disable-protocol=NAME disable protocol NAME
163 --disable-protocols disable all protocols
164 --enable-indev=NAME enable input device NAME
165 --disable-indev=NAME disable input device NAME
166 --disable-indevs disable input devices
167 --enable-outdev=NAME enable output device NAME
168 --disable-outdev=NAME disable output device NAME
169 --disable-outdevs disable output devices
170 --disable-devices disable all devices
171 --enable-filter=NAME enable filter NAME
172 --disable-filter=NAME disable filter NAME
173 --disable-filters disable all filters
175 External library support:
177 Using any of the following switches will allow Libav to link to the
178 corresponding external library. All the components depending on that library
179 will become enabled, if all their other dependencies are met and they are not
180 explicitly disabled. E.g. --enable-libwavpack will enable linking to
181 libwavpack and allow the libwavpack encoder to be built, unless it is
182 specifically disabled with --disable-encoder=libwavpack.
184 Note that only the system libraries are auto-detected. All the other external
185 libraries must be explicitly enabled.
187 Also note that the following help text describes the purpose of the libraries
188 themselves, not all their features will necessarily be usable by Libav.
190 --enable-avisynth video frameserver
191 --enable-avxsynth Linux version of AviSynth
192 --enable-bzlib bzip2 compression [autodetect]
193 --enable-frei0r video filtering plugins
194 --enable-gnutls crypto
195 --enable-libbs2b Bauer stereophonic-to-binaural DSP
196 --enable-libcdio audio CD input
197 --enable-libdc1394 IEEE 1394/Firewire camera input
198 --enable-libdcadec DCA audio decoding
199 --enable-libfaac AAC audio encoding
200 --enable-libfdk-aac AAC audio encoding/decoding
201 --enable-libfontconfig font configuration and management
202 --enable-libfreetype font rendering
203 --enable-libgsm GSM audio encoding/decoding
204 --enable-libhdcd HDCD decoding filter
205 --enable-libilbc ILBC audio encoding/decoding
206 --enable-libkvazaar HEVC video encoding
207 --enable-libmp3lame MP3 audio encoding
208 --enable-libopencore-amrnb AMR-NB audio encoding/decoding
209 --enable-libopencore-amrwb AMR-WB audio decoding
210 --enable-libopencv computer vision
211 --enable-libopenh264 H.264 video encoding/decoding
212 --enable-libopenjpeg JPEG 2000 image encoding/decoding
213 --enable-libopus Opus audio encoding/decoding
214 --enable-libpulse Pulseaudio sound server
215 --enable-librtmp RTMP streaming
216 --enable-libschroedinger Dirac video encoding/decoding
217 --enable-libsnappy snappy compression
218 --enable-libspeex Speex audio encoding/decoding
219 --enable-libtheora Theora video encoding/decoding
220 --enable-libtwolame MP2 audio encoding
221 --enable-libvo-aacenc AAC audio encoding
222 --enable-libvo-amrwbenc AMR-WB audio encoding
223 --enable-libvorbis Vorbis audio encoding/decoding
224 --enable-libvpx VP* video encoding/decoding
225 --enable-libwavpack Wavpack audio encoding/decoding
226 --enable-libwebp WebP image encoding/decoding
227 --enable-libx264 H.264 video encoding
228 --enable-libx265 HEVC video encoding
229 --enable-libxavs Chinese AVS video encoding
230 --enable-libxcb X window system protocol communication
231 --enable-libxcb-shm X11 shm communication [auto]
232 --enable-libxcb-xfixes X11 mouse rendering [auto]
233 --enable-libxvid MPEG-4 ASP video encoding
234 --enable-openssl crypto
235 --enable-zlib compression [autodetect]
237 The following libraries provide various hardware acceleration features:
238 --enable-cuda Nvidia CUDA (dynamically linked)
239 --enable-d3d11va Microsoft Direct3D 11 video acceleration [auto]
240 --enable-dxva2 Microsoft DirectX 9 video acceleration [auto]
241 --enable-libmfx Intel MediaSDK (AKA Quick Sync Video)
242 --enable-libnpp Nvidia CUDA processing
243 --enable-mmal Broadcom Multi-Media Abstraction Layer (Raspberry Pi)
244 --enable-nvenc Nvidia video encoding
245 --enable-omx OpenMAX IL
246 --enable-omx-rpi OpenMAX IL for Raspberry Pi
247 --enable-vaapi Video Acceleration API (mainly Unix/Intel)
248 --enable-vda Apple Video Decode Acceleration [auto]
249 --enable-vdpau Nvidia Video Decode and Presentation API for Unix [auto]
252 --arch=ARCH select architecture [$arch]
253 --cpu=CPU select the minimum required CPU (affects
254 instruction selection, may crash on older CPUs)
255 --cross-prefix=PREFIX use PREFIX for compilation tools [$cross_prefix]
256 --enable-cross-compile assume a cross-compiler is used
257 --sysroot=PATH root of cross-build tree
258 --sysinclude=PATH location of cross-build system headers
259 --target-os=OS compiler targets OS [$target_os]
260 --target-exec=CMD command to run executables on target
261 --target-path=DIR path to view of build directory on target
262 --target-samples=DIR path to samples directory on target
263 --toolchain=NAME set tool defaults according to NAME
265 --ar=AR use archive tool AR [$ar_default]
266 --as=AS use assembler AS [$as_default]
267 --cc=CC use C compiler CC [$cc_default]
268 --objcc=OCC use ObjC compiler OCC [$cc_default]
269 --dep-cc=DEPCC use dependency generator DEPCC [$cc_default]
270 --ld=LD use linker LD
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-libs=ELIBS add ELIBS [$ELIBS]
285 --extra-version=STRING version string suffix []
286 --optflags=OPTFLAGS override optimization-related compiler flags
287 --enable-pic build position-independent code
288 --enable-thumb compile for Thumb instruction set
289 --enable-lto use link-time optimization
290 --env="ENV=override" override the environment variables
292 Advanced options (experts only):
293 --malloc-prefix=PREFIX prefix malloc and related names with PREFIX
294 --custom-allocator=NAME use a supported custom allocator
295 --disable-symver disable symbol versioning
296 --enable-hardcoded-tables use hardcoded tables instead of runtime generation
297 --disable-safe-bitstream-reader
298 disable buffer boundary checking in bitreaders
299 (faster, but may crash)
300 --enable-sram allow use of on-chip SRAM
302 Optimization options (experts only):
303 --disable-asm disable all assembly optimizations
304 --disable-altivec disable AltiVec optimizations
305 --disable-vsx disable VSX optimizations
306 --disable-power8 disable POWER8 optimizations
307 --disable-amd3dnow disable 3DNow! optimizations
308 --disable-amd3dnowext disable 3DNow! extended optimizations
309 --disable-mmx disable MMX optimizations
310 --disable-mmxext disable MMXEXT optimizations
311 --disable-sse disable SSE optimizations
312 --disable-sse2 disable SSE2 optimizations
313 --disable-sse3 disable SSE3 optimizations
314 --disable-ssse3 disable SSSE3 optimizations
315 --disable-sse4 disable SSE4 optimizations
316 --disable-sse42 disable SSE4.2 optimizations
317 --disable-avx disable AVX optimizations
318 --disable-xop disable XOP optimizations
319 --disable-fma3 disable FMA3 optimizations
320 --disable-fma4 disable FMA4 optimizations
321 --disable-avx2 disable AVX2 optimizations
322 --disable-armv5te disable armv5te optimizations
323 --disable-armv6 disable armv6 optimizations
324 --disable-armv6t2 disable armv6t2 optimizations
325 --disable-vfp disable VFP optimizations
326 --disable-neon disable NEON optimizations
327 --disable-inline-asm disable use of inline assembly
328 --disable-yasm disable use of nasm/yasm assembly
330 Developer options (useful when working on Libav itself):
331 --disable-debug disable debugging symbols
332 --enable-debug=LEVEL set the debug level [$debuglevel]
333 --disable-optimizations disable compiler optimizations
334 --enable-extra-warnings enable more compiler warnings
335 --samples=PATH location of test samples for FATE, if not set use
336 \$LIBAV_SAMPLES at make invocation time.
337 --enable-neon-clobber-test check NEON registers for clobbering (should be
338 used only for debugging purposes)
339 --enable-xmm-clobber-test check XMM registers for clobbering (Win64-only;
340 should be used only for debugging purposes)
341 --enable-random randomly enable/disable components
343 --enable-random=LIST randomly enable/disable specific components or
344 --disable-random=LIST component groups. LIST is a comma-separated list
345 of NAME[:PROB] entries where NAME is a component
346 (group) and PROB the probability associated with
348 --random-seed=VALUE seed value for --enable/disable-random
349 --disable-valgrind-backtrace do not print a backtrace under Valgrind
350 (only applies to --disable-optimizations builds)
351 --ignore-tests=TESTS comma-separated list (without "fate-" prefix
352 in the name) of tests whose result is ignored
354 NOTE: Object files are built at the place where configure is launched.
362 echo "$@" >> $logfile
369 printf '%5s %s\n' "${i}" "${line}"
371 done < $1 >> $logfile
382 WARNINGS="${WARNINGS}WARNING: $*\n"
389 If you think configure made a mistake, make sure you are using the latest
390 version from Git. If the latest version fails, report the problem to the
391 libav-tools@libav.org mailing list or IRC #libav on irc.freenode.net.
393 if disabled logging; then
395 Rerun configure with logging enabled (do not use --disable-logging), and
396 include the log this produces with your report.
400 Include the log file "$logfile" produced by configure as this will help
407 # Avoid locale weirdness, besides we really just want to translate ASCII.
409 echo "$@" | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
413 echo "$@" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz
417 echo "$*" | sed 's/["\\]/\\\0/g'
421 v=$(echo "$1" | sed "s/'/'\\\\''/g")
422 test "x$v" = "x${v#*[!A-Za-z0-9_/.+-]}" || v="'$v'"
427 echo "$@" | sed 's/^ *//;s/ */ /g;s/ *$//'
434 eval "case $v in $pat) printf '%s ' $v ;; esac"
442 eval "case $v in $pat) ;; *) printf '%s ' $v ;; esac"
449 for v; do eval $m; done
455 for v; do echo ${v}${suffix}; done
470 eval : \${$var:=$value}
475 echo $@ | sed 's/[^A-Za-z0-9_]/_/g'
481 eval $(sanitize_var_name "$var")='$*'
485 eval echo \$$(sanitize_var_name "$1")
490 eval level=\${${pvar}_level:=0}
491 eval ${pvar}_${level}="\$$pvar"
492 eval ${pvar}_level=$(($level+1))
498 eval level=\${${pvar}_level:-0}
499 test $level = 0 && continue
500 eval level=$(($level-1))
501 eval $pvar="\${${pvar}_${level}}"
502 eval ${pvar}_level=$level
503 eval unset ${pvar}_${level}
525 enable $(echo "$var" | sed 's/[^A-Za-z0-9_]/_/g')
531 disable $(echo "$var" | sed 's/[^A-Za-z0-9_]/_/g')
537 enabled $var && continue
538 eval sel="\$${var}_select"
539 eval sgs="\$${var}_suggest"
543 enable_deep_weak $sgs
555 disabled $var && continue
564 test "${1#!}" = "$1" && op== || op=!=
565 eval test "x\$${1#!}" $op "xyes"
569 test "${1#!}" = "$1" && op== || op=!=
570 eval test "x\$${1#!}" $op "xno"
575 enabled $opt || return 1
581 disabled $opt || return 1
587 enabled $opt && return 0
593 disabled $opt && return 0
600 eval : \${$opt:=\$${opt}_default}
608 [ $var = $value ] && return 0
616 enabled ${cfg}_checking && die "Circular dependency for $cfg."
617 disabled ${cfg}_checking && continue
618 enable ${cfg}_checking
621 eval dep_all="\$${cfg}_deps"
622 eval dep_any="\$${cfg}_deps_any"
623 eval dep_sel="\$${cfg}_select"
624 eval dep_sgs="\$${cfg}_suggest"
625 eval dep_ifa="\$${cfg}_if"
626 eval dep_ifn="\$${cfg}_if_any"
628 pushvar cfg dep_all dep_any dep_sel dep_sgs dep_ifa dep_ifn
629 do_check_deps $dep_all $dep_any $dep_sel $dep_sgs $dep_ifa $dep_ifn
630 popvar cfg dep_all dep_any dep_sel dep_sgs dep_ifa dep_ifn
632 [ -n "$dep_ifa" ] && { enabled_all $dep_ifa && enable_weak $cfg; }
633 [ -n "$dep_ifn" ] && { enabled_any $dep_ifn && enable_weak $cfg; }
634 enabled_all $dep_all || disable $cfg
635 enabled_any $dep_any || disable $cfg
636 disabled_any $dep_sel && disable $cfg
638 if enabled $cfg; then
640 enable_deep_weak $dep_sgs
643 disable ${cfg}_checking
652 for cfg in $allopts; do
653 enabled $cfg || continue
654 eval dep_extralibs="\$${cfg}_extralibs"
655 test -n "$dep_extralibs" && add_extralibs $dep_extralibs
663 map 'eval echo "$v \${$v:-no}"' "$@" |
664 awk "BEGIN { split(\"$files\", files) }
666 c = \"$pfx\" toupper(\$1);
672 if (file ~ /\\.h\$/) {
673 printf(\"#define %s %d\\n\", c, v) >>file;
674 } else if (file ~ /\\.asm\$/) {
675 printf(\"%%define %s %d\\n\", c, v) >>file;
676 } else if (file ~ /\\.mak\$/) {
677 n = -v ? \"\" : \"!\";
678 printf(\"%s%s=yes\\n\", n, c) >>file;
688 enabled $v && printf "%s\n" ${v%$suf}
695 eval "$var=\"\$$var $*\""
701 eval "$var=\"$* \$$var\""
707 for tok in $(eval echo \$$var); do
708 uniq_list="$(filter_out $tok $uniq_list) $tok"
710 eval "$var=\"${uniq_list}\""
718 append CFLAGS $($cflags_filter "$@")
721 add_cflags_headers(){
722 append CFLAGS_HEADERS $($cflags_filter "$@")
726 append ASFLAGS $($asflags_filter "$@")
730 append OBJCFLAGS $($objcflags_filter "$@")
734 append LDFLAGS $($ldflags_filter "$@")
738 append LDEXEFLAGS $($ldflags_filter "$@")
742 append STRIPFLAGS "$@"
746 prepend extralibs $($ldflags_filter "$@")
750 append host_cppflags "$@"
754 append host_cflags $($host_cflags_filter "$@")
758 append host_ldflags $($host_ldflags_filter "$@")
762 append compat_objs $1
764 map 'add_cppflags -D$v' "$@"
769 "$@" >> $logfile 2>&1
773 eval printf '%s\\n' $CC_O
777 eval printf '%s\\n' $CC_E
784 check_cmd $cc $CPPFLAGS $CFLAGS "$@" $CC_C $(cc_o $TMPO) $TMPC
791 check_cmd $objcc $CPPFLAGS $CFLAGS $OBJCFLAGS "$@" $OBJCC_C $(cc_o $TMPO) $TMPC
798 check_cmd $cc $CPPFLAGS $CFLAGS "$@" $(cc_e $TMPO) $TMPC
802 eval printf '%s\\n' $AS_O
809 check_cmd $as $CPPFLAGS $ASFLAGS "$@" $AS_C $(as_o $TMPO) $TMPS
813 log check_inline_asm "$@"
818 check_cc "$@" <<EOF && enable $name
819 void foo(void){ __asm__ volatile($code); }
825 check_inline_asm ${1}_inline "\"$2\""
826 echo "$2" | check_as && enable ${1}_external || disable ${1}_external
834 check_cmd $yasmexe $YASMFLAGS "$@" -o $TMPO $TMPS
838 eval printf '%s\\n' $LD_O
843 flags=$(filter_out '-l*' "$@")
844 libs=$(filter '-l*' "$@")
845 check_cc $($cflags_filter $flags) || return
846 flags=$($ldflags_filter $flags)
847 libs=$($ldflags_filter $libs)
848 check_cmd $ld $LDFLAGS $flags $(ld_o $TMPE) $TMPO $libs $extralibs
853 test "${hdr%.h}" = "${hdr}" &&
854 echo "#include $hdr" ||
855 echo "#include <$hdr>"
865 for hdr in $headers; do
868 echo "int main(void) { $code; return 0; }"
869 } | check_$check "$@"
873 log check_cppflags "$@"
874 check_cpp "$@" <<EOF && append CPPFLAGS "$@"
881 set -- $($cflags_filter "$@")
888 log check_cflags "$@"
889 test_cflags "$@" && add_cflags "$@"
893 log test_objcflags "$@"
894 set -- $($objcflags_filter "$@")
895 check_objcc "$@" <<EOF
901 log check_objcflags "$@"
902 test_objcflags "$@" && add_objcflags "$@"
906 log test_ldflags "$@"
908 int main(void){ return 0; }
913 log check_ldflags "$@"
914 test_ldflags "$@" && add_ldflags "$@"
918 log test_stripflags "$@"
919 # call check_cc to get a fresh TMPO
921 int main(void) { return 0; }
923 check_cmd $strip $STRIPFLAGS "$@" $TMPO
927 log check_stripflags "$@"
928 test_stripflags "$@" && add_stripflags "$@"
932 log check_header "$@"
936 check_cpp "$@" <<EOF && enable_safe $header
947 check_ld "$@" <<EOF && enable $func
949 int main(void){ $func(); }
954 log check_mathfunc "$@"
958 test $narg = 2 && args="f, g" || args="f"
960 check_ld "$@" <<EOF && enable $func
962 float foo(float f, float g) { return $func($args); }
963 int main(void){ return 0; }
967 check_func_headers(){
968 log check_func_headers "$@"
973 for hdr in $headers; do
976 for func in $funcs; do
977 echo "long check_$func(void) { return (long) $func; }"
979 echo "int main(void) { return 0; }"
980 } | check_ld "$@" && enable $funcs && enable_safe $headers
983 check_cpp_condition(){
984 log check_cpp_condition "$@"
991 #error "unsatisfied condition: $condition"
997 log test_cflags_cpp "$@"
1001 set -- $($cflags_filter "$flags")
1002 check_cpp "$@" <<EOF
1004 #error "unsatisfied condition: $condition"
1016 check_func_headers "$headers" "$funcs" "$@" &&
1017 enable $name && add_extralibs "$@"
1021 log check_pkg_config "$@"
1027 check_cmd $pkg_config --exists --print-errors $pkg_version || return
1028 pkg_cflags=$($pkg_config --cflags $pkg_config_flags $pkg)
1029 pkg_libs=$($pkg_config --libs $pkg_config_flags $pkg)
1030 check_func_headers "$headers" "$funcs" $pkg_cflags $pkg_libs "$@" &&
1031 set_safe "${pkg}_cflags" $pkg_cflags &&
1032 set_safe "${pkg}_extralibs" $pkg_libs
1036 check_ld "$@" && { enabled cross_compile || $TMPE >> $logfile 2>&1; }
1040 log check_exec_crash "$@"
1043 # exit() is not async signal safe. _Exit (C99) and _exit (POSIX)
1044 # are safe but may not be available everywhere. Thus we use
1045 # raise(SIGTERM) instead. The check is run in a subshell so we
1046 # can redirect the "Terminated" message from the shell. SIGBUS
1047 # is not defined by standard C so it is used conditionally.
1049 (check_exec "$@") >> $logfile 2>&1 <<EOF
1051 static void sighandler(int sig){
1057 int (*func_ptr)(void) = foo;
1059 signal(SIGILL, sighandler);
1060 signal(SIGFPE, sighandler);
1061 signal(SIGSEGV, sighandler);
1063 signal(SIGBUS, sighandler);
1075 disable_safe "$type"
1076 check_code cc "$headers" "$type v" "$@" && enable_safe "$type"
1080 log check_struct "$@"
1085 disable_safe "${struct}_${member}"
1086 check_code cc "$headers" "const void *p = &(($struct *)0)->$member" "$@" &&
1087 enable_safe "${struct}_${member}"
1091 log check_builtin "$@"
1097 check_code ld "$headers" "$builtin" "$@" && enable "$name"
1100 check_compile_assert(){
1101 log check_compile_assert "$@"
1107 check_code cc "$headers" "char c[2 * !!($condition) - 1]" "$@" && enable "$name"
1117 check_lib $name "$headers" $func "$@" || die "ERROR: $name_version not found"
1124 check_header "$header" "$@" || die "ERROR: $header not found"
1127 require_cpp_condition(){
1132 check_cpp_condition "$header" "$condition" "$@" || die "ERROR: $condition not satisfied"
1135 require_pkg_config(){
1136 log require_pkg_config "$@"
1139 check_pkg_config "$@" || die "ERROR: $pkg_version not found"
1140 add_cflags $(get_safe "${pkg}_cflags")
1141 add_extralibs $(get_safe "${pkg}_extralibs")
1145 eval printf '%s\\n' $HOSTCC_E
1149 eval printf '%s\\n' $HOSTCC_O
1153 log check_host_cc "$@"
1156 check_cmd $host_cc $host_cflags "$@" $HOSTCC_C $(hostcc_o $TMPO) $TMPC
1160 log check_host_cpp "$@"
1163 check_cmd $host_cc $host_cppflags $host_cflags "$@" $(hostcc_e $TMPO) $TMPC
1166 check_host_cppflags(){
1167 log check_host_cppflags "$@"
1168 check_host_cpp "$@" <<EOF && append host_cppflags "$@"
1169 #include <stdlib.h>;
1173 check_host_cflags(){
1174 log check_host_cflags "$@"
1175 set -- $($host_cflags_filter "$@")
1176 check_host_cc "$@" <<EOF && append host_cflags "$@"
1181 check_host_cpp_condition(){
1182 log check_host_cpp_condition "$@"
1186 check_host_cpp "$@" <<EOF
1189 #error "unsatisfied condition: $condition"
1197 "$@" < "$file" > "$file.tmp" && mv "$file.tmp" "$file" || rm "$file.tmp"
1201 cmp -s "$1" "$2" && { test "$quiet" != "yes" && echo "$2 is unchanged"; } && return
1202 mkdir -p "$(dirname $2)"
1206 # CONFIG_LIST contains configurable options, while HAVE_LIST is for
1207 # system-dependent things.
1209 AVCODEC_COMPONENTS="
1217 AVDEVICE_COMPONENTS="
1221 AVFILTER_COMPONENTS="
1224 AVFORMAT_COMPONENTS="
1230 AVRESAMPLE_COMPONENTS=""
1231 AVUTIL_COMPONENTS=""
1235 $AVDEVICE_COMPONENTS
1236 $AVFILTER_COMPONENTS
1237 $AVFORMAT_COMPONENTS
1238 $AVRESAMPLE_COMPONENTS
1243 decode_audio_example
1244 decode_video_example
1245 encode_audio_example
1246 encode_video_example
1247 filter_audio_example
1251 transcode_aac_example
1254 HWACCEL_LIBRARY_NONFREE_LIST="
1258 HWACCEL_LIBRARY_LIST="
1259 $HWACCEL_LIBRARY_NONFREE_LIST
1271 EXTERNAL_LIBRARY_GPL_LIST="
1279 EXTERNAL_LIBRARY_NONFREE_LIST="
1285 EXTERNAL_LIBRARY_VERSION3_LIST="
1292 EXTERNAL_LIBRARY_LIST="
1293 $EXTERNAL_LIBRARY_GPL_LIST
1294 $EXTERNAL_LIBRARY_NONFREE_LIST
1295 $EXTERNAL_LIBRARY_VERSION3_LIST
1337 safe_bitstream_reader
1380 # COMPONENT_LIST needs to come last to ensure correct dependency checking
1383 $EXTERNAL_LIBRARY_LIST
1384 $HWACCEL_LIBRARY_LIST
1448 ARCH_EXT_LIST_X86_SIMD="
1476 $ARCH_EXT_LIST_X86_SIMD
1481 ARCH_EXT_LIST_MIPS="
1518 sync_val_compare_and_swap
1532 AVFoundation_AVFoundation_h
1537 cdio_paranoia_paranoia_h
1540 dev_bktr_ioctl_bt848_h
1541 dev_bktr_ioctl_meteor_h
1543 dev_video_bktr_ioctl_bt848_h
1544 dev_video_meteor_ioctl_meteor_h
1551 machine_ioctl_bt848_h
1552 machine_ioctl_meteor_h
1617 GetProcessAffinityMask
1618 GetProcessMemoryInfo
1621 GetSystemTimeAsFileTime
1626 jack_port_get_latency_range
1638 SetConsoleTextAttribute
1649 TOOLCHAIN_FEATURES="
1672 CONDITION_VARIABLE_Ptr
1675 struct_group_source_req
1676 struct_ip_mreq_source
1679 struct_rusage_ru_maxrss
1681 struct_sockaddr_sa_len
1682 struct_sockaddr_storage
1683 struct_v4l2_frmivalenum_discrete
1688 $(add_suffix _external $ARCH_EXT_LIST)
1689 $(add_suffix _inline $ARCH_EXT_LIST)
1704 MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS
1713 # options emitted with CONFIG_ prefix but not available on the command line
1861 # code dependency declarations
1863 # architecture extensions
1868 armv8_deps="aarch64"
1869 neon_deps_any="aarch64 arm"
1870 intrinsics_neon_deps="neon"
1871 vfp_deps_any="aarch64 arm"
1874 map 'eval ${v}_inline_deps=inline_asm' $ARCH_EXT_LIST_ARM
1882 x86_64_select="i686"
1883 x86_64_suggest="fast_cmov"
1886 amd3dnowext_deps="amd3dnow"
1902 mmx_external_deps="yasm"
1903 mmx_inline_deps="inline_asm"
1904 mmx_suggest="mmx_external mmx_inline"
1906 for ext in $(filter_out mmx $ARCH_EXT_LIST_X86_SIMD); do
1907 eval dep=\$${ext}_deps
1908 eval ${ext}_external_deps='"${dep}_external"'
1909 eval ${ext}_inline_deps='"${dep}_inline"'
1910 eval ${ext}_suggest='"${ext}_external ${ext}_inline"'
1913 aligned_stack_if_any="aarch64 ppc x86"
1914 fast_64bit_if_any="aarch64 alpha ia64 mips64 parisc64 ppc64 sparc64 x86_64"
1915 fast_clz_if_any="aarch64 alpha avr32 mips ppc x86"
1916 fast_unaligned_if_any="aarch64 ppc x86"
1917 simd_align_16_if_any="altivec neon sse"
1918 simd_align_32_if_any="avx"
1920 # system capabilities
1921 symver_if_any="symver_asm_label symver_gnu_asm"
1922 valgrind_backtrace_deps="!optimizations valgrind_valgrind_h"
1925 atomics_gcc_if="sync_val_compare_and_swap"
1926 atomics_suncc_if="atomic_cas_ptr machine_rw_barrier"
1927 atomics_win32_if="MemoryBarrier"
1928 atomics_native_if_any="$ATOMICS_LIST"
1929 w32threads_deps="atomics_native"
1930 threads_if_any="$THREADS_LIST"
1934 dirac_parse_select="golomb"
1935 error_resilience_select="me_cmp"
1936 faandct_deps="faan fdctdsp"
1937 faanidct_deps="faan idctdsp"
1938 h264dsp_select="startcode"
1939 hevc_ps_select="golomb"
1940 intrax8_select="blockdsp idctdsp"
1943 me_cmp_select="fdctdsp idctdsp pixblockdsp"
1944 mpeg_er_select="error_resilience"
1945 mpegaudio_select="mpegaudiodsp mpegaudioheader"
1946 mpegaudiodsp_select="dct"
1947 mpegvideo_select="blockdsp hpeldsp idctdsp me_cmp mpeg_er videodsp"
1948 mpegvideoenc_select="me_cmp mpegvideo pixblockdsp qpeldsp"
1949 vc1dsp_select="h264chroma qpeldsp startcode"
1951 # decoders / encoders
1952 aac_decoder_select="imdct15 mdct sinewin"
1953 aac_encoder_select="audio_frame_queue iirfilter mdct sinewin"
1954 aac_latm_decoder_select="aac_decoder aac_latm_parser"
1955 ac3_decoder_select="ac3_parser ac3dsp bswapdsp fmtconvert mdct"
1956 ac3_encoder_select="ac3dsp audiodsp mdct me_cmp"
1957 ac3_fixed_encoder_select="ac3dsp audiodsp mdct me_cmp"
1958 adpcm_g722_decoder_select="g722dsp"
1959 adpcm_g722_encoder_select="g722dsp"
1960 aic_decoder_select="golomb idctdsp"
1961 alac_encoder_select="lpc"
1962 als_decoder_select="bswapdsp"
1963 amrnb_decoder_select="lsp"
1964 amrwb_decoder_select="lsp"
1965 amv_decoder_select="sp5x_decoder"
1966 ape_decoder_select="bswapdsp"
1967 asv1_decoder_select="blockdsp bswapdsp idctdsp"
1968 asv1_encoder_select="bswapdsp fdctdsp pixblockdsp"
1969 asv2_decoder_select="blockdsp bswapdsp idctdsp"
1970 asv2_encoder_select="bswapdsp fdctdsp pixblockdsp"
1971 atrac1_decoder_select="mdct sinewin"
1972 atrac3_decoder_select="mdct"
1973 atrac3p_decoder_select="mdct sinewin"
1974 bink_decoder_select="blockdsp hpeldsp"
1975 binkaudio_dct_decoder_select="mdct rdft dct sinewin wma_freqs"
1976 binkaudio_rdft_decoder_select="mdct rdft sinewin wma_freqs"
1977 cavs_decoder_select="blockdsp golomb h264chroma idctdsp qpeldsp videodsp"
1978 cllc_decoder_select="bswapdsp"
1979 comfortnoise_encoder_select="lpc"
1980 cook_decoder_select="audiodsp mdct sinewin"
1981 cscd_decoder_select="lzo"
1982 cscd_decoder_suggest="zlib"
1983 dca_decoder_select="fmtconvert mdct"
1984 dds_decoder_select="texturedsp"
1985 dnxhd_decoder_select="blockdsp idctdsp"
1986 dnxhd_encoder_select="aandcttables blockdsp fdctdsp idctdsp mpegvideoenc pixblockdsp"
1987 dvvideo_decoder_select="dvprofile idctdsp"
1988 dvvideo_encoder_select="dvprofile fdctdsp me_cmp pixblockdsp"
1989 dxa_decoder_deps="zlib"
1990 dxv_decoder_select="lzf texturedsp"
1991 eac3_decoder_select="ac3_decoder"
1992 eac3_encoder_select="ac3_encoder"
1993 eamad_decoder_select="aandcttables blockdsp bswapdsp idctdsp mpegvideo"
1994 eatgq_decoder_select="aandcttables idctdsp"
1995 eatqi_decoder_select="aandcttables blockdsp bswapdsp idctdsp"
1996 exr_decoder_deps="zlib"
1997 ffv1_decoder_select="rangecoder"
1998 ffv1_encoder_select="rangecoder"
1999 ffvhuff_decoder_select="huffyuv_decoder"
2000 ffvhuff_encoder_select="huffyuv_encoder"
2001 fic_decoder_select="golomb"
2002 flac_decoder_select="flacdsp"
2003 flac_encoder_select="bswapdsp flacdsp lpc"
2004 flashsv_decoder_deps="zlib"
2005 flashsv_encoder_deps="zlib"
2006 flashsv2_decoder_deps="zlib"
2007 flv_decoder_select="h263_decoder"
2008 flv_encoder_select="h263_encoder"
2009 fourxm_decoder_select="blockdsp bswapdsp"
2010 fraps_decoder_select="bswapdsp huffman"
2011 g2m_decoder_deps="zlib"
2012 g2m_decoder_select="blockdsp idctdsp jpegtables"
2013 h261_decoder_select="mpeg_er mpegvideo"
2014 h261_encoder_select="aandcttables mpegvideoenc"
2015 h263_decoder_select="error_resilience h263_parser h263dsp mpeg_er mpegvideo qpeldsp"
2016 h263_encoder_select="aandcttables h263dsp mpegvideoenc"
2017 h263i_decoder_select="h263_decoder"
2018 h263p_encoder_select="h263_encoder"
2019 h264_decoder_select="cabac golomb h264chroma h264dsp h264parse h264pred h264qpel videodsp"
2020 h264_decoder_suggest="error_resilience"
2021 hap_decoder_select="snappy texturedsp"
2022 hap_encoder_deps="libsnappy"
2023 hap_encoder_select="texturedspenc"
2024 hevc_decoder_select="bswapdsp cabac hevc_ps videodsp"
2025 huffyuv_decoder_select="bswapdsp huffyuvdsp"
2026 huffyuv_encoder_select="bswapdsp huffman huffyuvencdsp"
2027 iac_decoder_select="imc_decoder"
2028 imc_decoder_select="bswapdsp fft mdct sinewin"
2029 indeo3_decoder_select="hpeldsp"
2030 indeo4_decoder_select="ividsp"
2031 indeo5_decoder_select="ividsp"
2032 interplay_video_decoder_select="hpeldsp"
2033 jpegls_decoder_select="mjpeg_decoder"
2034 jv_decoder_select="blockdsp"
2035 lagarith_decoder_select="huffyuvdsp"
2036 ljpeg_encoder_select="aandcttables idctdsp jpegtables"
2037 magicyuv_decoder_select="huffyuvdsp"
2038 mdec_decoder_select="blockdsp idctdsp mpegvideo"
2039 metasound_decoder_select="lsp mdct sinewin"
2040 mimic_decoder_select="blockdsp bswapdsp hpeldsp idctdsp"
2041 mjpeg_decoder_select="blockdsp hpeldsp idctdsp jpegtables"
2042 mjpeg_encoder_select="aandcttables jpegtables mpegvideoenc"
2043 mjpegb_decoder_select="mjpeg_decoder"
2044 mlp_decoder_select="mlp_parser"
2045 motionpixels_decoder_select="bswapdsp"
2046 mp1_decoder_select="mpegaudio"
2047 mp1float_decoder_select="mpegaudio"
2048 mp2_decoder_select="mpegaudio"
2049 mp2float_decoder_select="mpegaudio"
2050 mp3_decoder_select="mpegaudio"
2051 mp3adu_decoder_select="mpegaudio"
2052 mp3adufloat_decoder_select="mpegaudio"
2053 mp3float_decoder_select="mpegaudio"
2054 mp3on4_decoder_select="mpegaudio"
2055 mp3on4float_decoder_select="mpegaudio"
2056 mpc7_decoder_select="bswapdsp mpegaudiodsp"
2057 mpc8_decoder_select="mpegaudiodsp"
2058 mpeg_xvmc_decoder_deps="X11_extensions_XvMClib_h"
2059 mpeg_xvmc_decoder_select="mpeg2video_decoder"
2060 mpeg1video_decoder_select="error_resilience mpeg_er mpegvideo"
2061 mpeg1video_encoder_select="aandcttables mpegvideoenc"
2062 mpeg2video_decoder_select="error_resilience mpeg_er mpegvideo"
2063 mpeg2video_encoder_select="aandcttables mpegvideoenc"
2064 mpeg4_decoder_select="h263_decoder mpeg4video_parser"
2065 mpeg4_encoder_select="h263_encoder"
2066 msa1_decoder_select="mss34dsp"
2067 msmpeg4v1_decoder_select="h263_decoder"
2068 msmpeg4v2_decoder_select="h263_decoder"
2069 msmpeg4v2_encoder_select="h263_encoder"
2070 msmpeg4v3_decoder_select="h263_decoder"
2071 msmpeg4v3_encoder_select="h263_encoder"
2072 mss2_decoder_select="error_resilience mpeg_er mpegvideo qpeldsp vc1_decoder"
2073 mts2_decoder_select="mss34dsp"
2074 mxpeg_decoder_select="mjpeg_decoder"
2075 nellymoser_decoder_select="mdct sinewin"
2076 nellymoser_encoder_select="audio_frame_queue mdct sinewin"
2077 nuv_decoder_select="idctdsp lzo"
2078 on2avc_decoder_select="mdct"
2079 opus_decoder_deps="avresample"
2080 opus_decoder_select="imdct15"
2081 png_decoder_deps="zlib"
2082 png_encoder_deps="zlib"
2083 png_encoder_select="huffyuvencdsp"
2084 prores_decoder_select="idctdsp"
2085 prores_encoder_select="fdctdsp"
2086 qcelp_decoder_select="lsp"
2087 qdm2_decoder_select="mdct rdft mpegaudiodsp"
2088 ra_144_encoder_select="audio_frame_queue lpc"
2089 ralf_decoder_select="golomb"
2090 rscc_decoder_deps="zlib"
2091 rv10_decoder_select="error_resilience h263_decoder h263dsp mpeg_er"
2092 rv10_encoder_select="h263_encoder"
2093 rv20_decoder_select="error_resilience h263_decoder h263dsp mpeg_er"
2094 rv20_encoder_select="h263_encoder"
2095 rv30_decoder_select="error_resilience golomb h264chroma h264pred h264qpel mpeg_er mpegvideo rv34dsp videodsp"
2096 rv40_decoder_select="error_resilience golomb h264chroma h264pred h264qpel mpeg_er mpegvideo rv34dsp videodsp"
2097 screenpresso_decoder_deps="zlib"
2098 sipr_decoder_select="lsp"
2099 sp5x_decoder_select="mjpeg_decoder"
2100 svq1_decoder_select="hpeldsp"
2101 svq1_encoder_select="aandcttables hpeldsp me_cmp mpegvideoenc"
2102 svq3_decoder_select="golomb h264dsp h264parse h264pred hpeldsp tpeldsp videodsp"
2103 svq3_decoder_suggest="zlib"
2104 tak_decoder_select="audiodsp"
2105 tdsc_decoder_deps="zlib"
2106 tdsc_decoder_select="mjpeg_decoder"
2107 theora_decoder_select="vp3_decoder"
2108 thp_decoder_select="mjpeg_decoder"
2109 tiff_decoder_suggest="zlib"
2110 tiff_encoder_suggest="zlib"
2111 truehd_decoder_select="mlp_decoder"
2112 truemotion2_decoder_select="bswapdsp"
2113 truespeech_decoder_select="bswapdsp"
2114 tscc_decoder_deps="zlib"
2115 txd_decoder_select="texturedsp"
2116 twinvq_decoder_select="mdct lsp sinewin"
2117 utvideo_decoder_select="bswapdsp"
2118 utvideo_encoder_select="bswapdsp huffman huffyuvencdsp"
2119 vble_decoder_select="huffyuvdsp"
2120 vc1_decoder_select="blockdsp error_resilience h263_decoder h264qpel intrax8 mpeg_er mpegvideo vc1dsp"
2121 vc1image_decoder_select="vc1_decoder"
2122 vorbis_decoder_select="mdct"
2123 vorbis_encoder_select="mdct"
2124 vp3_decoder_select="hpeldsp vp3dsp videodsp"
2125 vp5_decoder_select="h264chroma hpeldsp videodsp vp3dsp vp56dsp"
2126 vp6_decoder_select="h264chroma hpeldsp huffman videodsp vp3dsp vp56dsp"
2127 vp6a_decoder_select="vp6_decoder"
2128 vp6f_decoder_select="vp6_decoder"
2129 vp7_decoder_select="h264pred videodsp vp8dsp"
2130 vp8_decoder_select="h264pred videodsp vp8dsp"
2131 vp9_decoder_select="videodsp vp9_superframe_split_bsf"
2132 webp_decoder_select="vp8_decoder"
2133 wmapro_decoder_select="mdct sinewin wma_freqs"
2134 wmav1_decoder_select="mdct sinewin wma_freqs"
2135 wmav1_encoder_select="mdct sinewin wma_freqs"
2136 wmav2_decoder_select="mdct sinewin wma_freqs"
2137 wmav2_encoder_select="mdct sinewin wma_freqs"
2138 wmavoice_decoder_select="lsp rdft dct mdct sinewin"
2139 wmv1_decoder_select="h263_decoder"
2140 wmv1_encoder_select="h263_encoder"
2141 wmv2_decoder_select="blockdsp error_resilience h263_decoder idctdsp intrax8 videodsp wmv2dsp"
2142 wmv2_encoder_select="h263_encoder wmv2dsp"
2143 wmv3_decoder_select="vc1_decoder"
2144 wmv3image_decoder_select="wmv3_decoder"
2145 zerocodec_decoder_deps="zlib"
2146 zlib_decoder_deps="zlib"
2147 zlib_encoder_deps="zlib"
2148 zmbv_decoder_deps="zlib"
2149 zmbv_encoder_deps="zlib"
2151 # hardware accelerators
2152 d3d11va_deps="d3d11_h dxva_h ID3D11VideoDecoder"
2153 dxva2_deps="dxva2api_h DXVA2_ConfigPictureDecode"
2154 dxva2_lib_deps="dxva2"
2155 vda_deps="VideoDecodeAcceleration_VDADecoder_h blocks_extension pthreads"
2156 vda_extralibs="-framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore"
2158 h263_vaapi_hwaccel_deps="vaapi"
2159 h263_vaapi_hwaccel_select="h263_decoder"
2160 h264_d3d11va_hwaccel_deps="d3d11va"
2161 h264_d3d11va_hwaccel_select="h264_decoder"
2162 h264_dxva2_hwaccel_deps="dxva2"
2163 h264_dxva2_hwaccel_select="h264_decoder"
2164 h264_mmal_hwaccel_deps="mmal"
2165 h264_qsv_hwaccel_deps="libmfx"
2166 h264_vaapi_hwaccel_deps="vaapi"
2167 h264_vaapi_hwaccel_select="h264_decoder"
2168 h264_vda_hwaccel_deps="vda"
2169 h264_vda_hwaccel_select="h264_decoder"
2170 h264_vda_old_hwaccel_deps="vda"
2171 h264_vda_old_hwaccel_select="h264_decoder"
2172 h264_vdpau_hwaccel_deps="vdpau"
2173 h264_vdpau_hwaccel_select="h264_decoder"
2174 hevc_d3d11va_hwaccel_deps="d3d11va DXVA_PicParams_HEVC"
2175 hevc_d3d11va_hwaccel_select="hevc_decoder"
2176 hevc_dxva2_hwaccel_deps="dxva2 DXVA_PicParams_HEVC"
2177 hevc_dxva2_hwaccel_select="hevc_decoder"
2178 hevc_qsv_hwaccel_deps="libmfx"
2179 hevc_vaapi_hwaccel_deps="vaapi VAPictureParameterBufferHEVC"
2180 hevc_vaapi_hwaccel_select="hevc_decoder"
2181 hevc_vdpau_hwaccel_deps="vdpau VdpPictureInfoHEVC"
2182 hevc_vdpau_hwaccel_select="hevc_decoder"
2183 mpeg1_vdpau_hwaccel_deps="vdpau"
2184 mpeg1_vdpau_hwaccel_select="mpeg1video_decoder"
2185 mpeg2_d3d11va_hwaccel_deps="d3d11va"
2186 mpeg2_d3d11va_hwaccel_select="mpeg2video_decoder"
2187 mpeg2_dxva2_hwaccel_deps="dxva2"
2188 mpeg2_dxva2_hwaccel_select="mpeg2video_decoder"
2189 mpeg2_mmal_hwaccel_deps="mmal"
2190 mpeg2_qsv_hwaccel_deps="libmfx"
2191 mpeg2_vaapi_hwaccel_deps="vaapi"
2192 mpeg2_vaapi_hwaccel_select="mpeg2video_decoder"
2193 mpeg2_vdpau_hwaccel_deps="vdpau"
2194 mpeg2_vdpau_hwaccel_select="mpeg2video_decoder"
2195 mpeg4_vaapi_hwaccel_deps="vaapi"
2196 mpeg4_vaapi_hwaccel_select="mpeg4_decoder"
2197 mpeg4_vdpau_hwaccel_deps="vdpau"
2198 mpeg4_vdpau_hwaccel_select="mpeg4_decoder"
2199 vc1_d3d11va_hwaccel_deps="d3d11va"
2200 vc1_d3d11va_hwaccel_select="vc1_decoder"
2201 vc1_dxva2_hwaccel_deps="dxva2"
2202 vc1_dxva2_hwaccel_select="vc1_decoder"
2203 vc1_mmal_hwaccel_deps="mmal"
2204 vc1_qsv_hwaccel_deps="libmfx"
2205 vc1_vaapi_hwaccel_deps="vaapi"
2206 vc1_vaapi_hwaccel_select="vc1_decoder"
2207 vc1_vdpau_hwaccel_deps="vdpau"
2208 vc1_vdpau_hwaccel_select="vc1_decoder"
2209 vp8_qsv_hwaccel_deps="libmfx"
2210 vp8_vaapi_hwaccel_deps="vaapi VAPictureParameterBufferVP8"
2211 vp8_vaapi_hwaccel_select="vp8_decoder"
2212 wmv3_d3d11va_hwaccel_select="vc1_d3d11va_hwaccel"
2213 wmv3_dxva2_hwaccel_select="vc1_dxva2_hwaccel"
2214 wmv3_vaapi_hwaccel_select="vc1_vaapi_hwaccel"
2215 wmv3_vdpau_hwaccel_select="vc1_vdpau_hwaccel"
2217 # hardware-accelerated codecs
2218 nvenc_deps_any="dlopen LoadLibrary"
2219 nvenc_extralibs='$ldl'
2220 omx_deps="dlopen pthreads"
2221 omx_extralibs='$ldl'
2222 omx_rpi_select="omx"
2225 vaapi_encode_deps="vaapi"
2227 hwupload_cuda_filter_deps="cuda"
2228 scale_npp_filter_deps="cuda libnpp"
2230 h264_mmal_decoder_deps="mmal"
2231 h264_nvenc_encoder_deps="nvenc"
2232 h264_omx_encoder_deps="omx"
2233 h264_qsv_decoder_deps="libmfx"
2234 h264_qsv_decoder_select="h264_mp4toannexb_bsf h264_parser qsvdec h264_qsv_hwaccel"
2235 h264_qsv_encoder_deps="libmfx"
2236 h264_qsv_encoder_select="qsvenc"
2237 h264_vaapi_encoder_deps="VAEncPictureParameterBufferH264"
2238 h264_vaapi_encoder_select="vaapi_encode golomb"
2239 hevc_nvenc_encoder_deps="nvenc"
2240 hevc_qsv_decoder_deps="libmfx"
2241 hevc_qsv_decoder_select="hevc_mp4toannexb_bsf hevc_parser hevc_qsv_hwaccel qsvdec"
2242 hevc_qsv_encoder_deps="libmfx"
2243 hevc_qsv_encoder_select="hevc_ps qsvenc"
2244 hevc_vaapi_encoder_deps="VAEncPictureParameterBufferHEVC"
2245 hevc_vaapi_encoder_select="vaapi_encode golomb"
2246 mjpeg_vaapi_encoder_deps="VAEncPictureParameterBufferJPEG"
2247 mjpeg_vaapi_encoder_select="vaapi_encode jpegtables"
2248 mpeg2_mmal_decoder_deps="mmal"
2249 mpeg2_qsv_decoder_deps="libmfx"
2250 mpeg2_qsv_decoder_select="qsvdec mpeg2_qsv_hwaccel mpegvideo_parser"
2251 mpeg2_qsv_encoder_deps="libmfx"
2252 mpeg2_qsv_encoder_select="qsvenc"
2253 mpeg2_vaapi_encoder_deps="VAEncPictureParameterBufferMPEG2"
2254 mpeg2_vaapi_encoder_select="vaapi_encode"
2255 mpeg4_omx_encoder_deps="omx"
2256 vc1_mmal_decoder_deps="mmal"
2257 vc1_qsv_decoder_deps="libmfx"
2258 vc1_qsv_decoder_select="qsvdec vc1_qsv_hwaccel vc1_parser"
2259 vp8_qsv_decoder_deps="libmfx"
2260 vp8_qsv_decoder_select="qsvdec vp8_qsv_hwaccel vp8_parser"
2261 vp8_vaapi_encoder_deps="VAEncPictureParameterBufferVP8"
2262 vp8_vaapi_encoder_select="vaapi_encode"
2264 nvenc_h264_encoder_select="h264_nvenc_encoder"
2265 nvenc_hevc_encoder_select="hevc_nvenc_encoder"
2268 h264_parser_select="golomb h264dsp h264parse"
2269 hevc_parser_select="hevc_ps"
2270 mpegaudio_parser_select="mpegaudioheader"
2271 mpegvideo_parser_select="mpegvideo"
2272 mpeg4video_parser_select="error_resilience h263dsp mpegvideo qpeldsp"
2273 vc1_parser_select="vc1dsp"
2276 mjpeg2jpeg_bsf_select="jpegtables"
2278 # external libraries
2279 avisynth_deps="LoadLibrary"
2280 avxsynth_deps="dlopen"
2281 avisynth_demuxer_deps_any="avisynth avxsynth"
2282 avisynth_demuxer_select="riffdec"
2283 libdcadec_decoder_deps="libdcadec"
2284 libfaac_encoder_deps="libfaac"
2285 libfaac_encoder_select="audio_frame_queue"
2286 libfdk_aac_decoder_deps="libfdk_aac"
2287 libfdk_aac_encoder_deps="libfdk_aac"
2288 libfdk_aac_encoder_select="audio_frame_queue"
2289 libgsm_decoder_deps="libgsm"
2290 libgsm_encoder_deps="libgsm"
2291 libgsm_ms_decoder_deps="libgsm"
2292 libgsm_ms_encoder_deps="libgsm"
2293 libilbc_decoder_deps="libilbc"
2294 libilbc_encoder_deps="libilbc"
2295 libkvazaar_encoder_deps="libkvazaar"
2296 libmp3lame_encoder_deps="libmp3lame"
2297 libmp3lame_encoder_select="audio_frame_queue mpegaudioheader"
2298 libopencore_amrnb_decoder_deps="libopencore_amrnb"
2299 libopencore_amrnb_encoder_deps="libopencore_amrnb"
2300 libopencore_amrnb_encoder_select="audio_frame_queue"
2301 libopencore_amrwb_decoder_deps="libopencore_amrwb"
2302 libopenh264_decoder_deps="libopenh264"
2303 libopenh264_decoder_select="h264_mp4toannexb_bsf"
2304 libopenh264_encoder_deps="libopenh264"
2305 libopenjpeg_decoder_deps="libopenjpeg"
2306 libopenjpeg_encoder_deps="libopenjpeg"
2307 libopus_decoder_deps="libopus"
2308 libopus_encoder_deps="libopus"
2309 libopus_encoder_select="audio_frame_queue"
2310 libschroedinger_decoder_deps="libschroedinger"
2311 libschroedinger_encoder_deps="libschroedinger"
2312 libspeex_decoder_deps="libspeex"
2313 libspeex_encoder_deps="libspeex"
2314 libspeex_encoder_select="audio_frame_queue"
2315 libtheora_encoder_deps="libtheora"
2316 libtwolame_encoder_deps="libtwolame"
2317 libvo_aacenc_encoder_deps="libvo_aacenc"
2318 libvo_aacenc_encoder_select="audio_frame_queue"
2319 libvo_amrwbenc_encoder_deps="libvo_amrwbenc"
2320 libvorbis_encoder_deps="libvorbis"
2321 libvorbis_encoder_select="audio_frame_queue"
2322 libvpx_vp8_decoder_deps="libvpx"
2323 libvpx_vp8_encoder_deps="libvpx"
2324 libvpx_vp9_decoder_deps="libvpx"
2325 libvpx_vp9_encoder_deps="libvpx"
2326 libwavpack_encoder_deps="libwavpack"
2327 libwavpack_encoder_select="audio_frame_queue"
2328 libwebp_encoder_deps="libwebp"
2329 libx262_encoder_deps="libx262"
2330 libx264_encoder_deps="libx264"
2331 libx265_encoder_deps="libx265"
2332 libxavs_encoder_deps="libxavs"
2333 libxvid_encoder_deps="libxvid mkstemp"
2336 ac3_demuxer_select="ac3_parser"
2337 asf_demuxer_select="riffdec"
2338 asf_muxer_select="riffenc"
2339 asf_stream_muxer_select="asf_muxer"
2340 avi_demuxer_select="iso_media riffdec"
2341 avi_muxer_select="riffenc"
2342 caf_demuxer_select="iso_media riffdec"
2343 dash_muxer_select="mp4_muxer"
2344 dirac_demuxer_select="dirac_parser"
2345 dv_demuxer_select="dvprofile"
2346 dv_muxer_select="dvprofile"
2347 dxa_demuxer_select="riffdec"
2348 eac3_demuxer_select="ac3_parser"
2349 f4v_muxer_select="mov_muxer"
2350 flac_demuxer_select="flac_parser"
2351 hds_muxer_select="flv_muxer"
2352 hls_muxer_select="mpegts_muxer"
2353 ipod_muxer_select="mov_muxer"
2354 ismv_muxer_select="mov_muxer"
2355 matroska_audio_muxer_select="matroska_muxer"
2356 matroska_demuxer_select="iso_media riffdec"
2357 matroska_demuxer_suggest="bzlib lzo zlib"
2358 matroska_muxer_select="iso_media riffenc"
2359 mmf_muxer_select="riffenc"
2360 mov_demuxer_select="iso_media riffdec"
2361 mov_demuxer_suggest="zlib"
2362 mov_muxer_select="iso_media riffenc rtpenc_chain"
2363 mp3_demuxer_select="mpegaudio_parser"
2364 mp3_muxer_select="mpegaudioheader"
2365 mp4_muxer_select="mov_muxer"
2366 mpegts_demuxer_select="iso_media"
2367 mpegts_muxer_select="adts_muxer latm_muxer"
2368 mpegtsraw_demuxer_select="mpegts_demuxer"
2369 mxf_d10_muxer_select="mxf_muxer"
2370 nut_muxer_select="riffenc"
2371 nuv_demuxer_select="riffdec"
2372 oga_muxer_select="ogg_muxer"
2373 ogg_demuxer_select="dirac_parse"
2374 opus_muxer_select="ogg_muxer"
2375 psp_muxer_select="mov_muxer"
2376 rtp_demuxer_select="sdp_demuxer"
2377 rtpdec_select="asf_demuxer jpegtables mov_demuxer mpegts_demuxer rm_demuxer rtp_protocol srtp"
2378 rtsp_demuxer_select="http_protocol rtpdec"
2379 rtsp_muxer_select="rtp_muxer http_protocol rtp_protocol rtpenc_chain"
2380 sap_demuxer_select="sdp_demuxer"
2381 sap_muxer_select="rtp_muxer rtp_protocol rtpenc_chain"
2382 sdp_demuxer_select="rtpdec"
2383 smoothstreaming_muxer_select="ismv_muxer"
2384 spdif_muxer_select="aac_parser"
2385 spx_muxer_select="ogg_muxer"
2386 swf_demuxer_suggest="zlib"
2387 tak_demuxer_select="tak_parser"
2388 tg2_muxer_select="mov_muxer"
2389 tgp_muxer_select="mov_muxer"
2390 w64_demuxer_select="wav_demuxer"
2391 wav_demuxer_select="riffdec"
2392 wav_muxer_select="riffenc"
2393 webm_muxer_select="iso_media riffenc"
2394 wtv_demuxer_select="mpegts_demuxer riffdec"
2395 xmv_demuxer_select="riffdec"
2396 xwma_demuxer_select="riffdec"
2399 alsa_indev_deps="alsa"
2400 alsa_outdev_deps="alsa"
2401 avfoundation_indev_deps="AVFoundation_AVFoundation_h objc_arc pthreads"
2402 avfoundation_indev_extralibs="-framework Foundation -framework AVFoundation -framework CoreVideo -framework CoreMedia"
2403 bktr_indev_deps_any="dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h"
2404 dv1394_indev_deps="dv1394"
2405 dv1394_indev_select="dv_demuxer"
2406 fbdev_indev_deps="linux_fb_h"
2407 jack_indev_deps="jack"
2408 jack_indev_deps_any="sem_timedwait dispatch_dispatch_h"
2409 libcdio_indev_deps="libcdio"
2410 libdc1394_indev_deps="libdc1394"
2411 oss_indev_deps_any="soundcard_h sys_soundcard_h"
2412 oss_outdev_deps_any="soundcard_h sys_soundcard_h"
2413 pulse_indev_deps="libpulse"
2414 sndio_indev_deps="sndio"
2415 sndio_outdev_deps="sndio"
2416 v4l2_indev_deps_any="linux_videodev2_h sys_videoio_h"
2417 vfwcap_indev_deps="vfw32 vfwcap_defines"
2418 xcbgrab_indev_deps="libxcb"
2419 xcbgrab_indev_suggest="libxcb_shm libxcb_xfixes"
2422 ffrtmpcrypt_protocol_deps="!librtmp_protocol"
2423 ffrtmpcrypt_protocol_deps_any="gmp openssl"
2424 ffrtmpcrypt_protocol_select="tcp_protocol"
2425 ffrtmphttp_protocol_deps="!librtmp_protocol"
2426 ffrtmphttp_protocol_select="http_protocol"
2427 gopher_protocol_select="network"
2428 http_protocol_select="tcp_protocol"
2429 httpproxy_protocol_select="tcp_protocol"
2430 https_protocol_select="tls_protocol"
2431 icecast_protocol_select="http_protocol"
2432 librtmp_protocol_deps="librtmp"
2433 librtmpe_protocol_deps="librtmp"
2434 librtmps_protocol_deps="librtmp"
2435 librtmpt_protocol_deps="librtmp"
2436 librtmpte_protocol_deps="librtmp"
2437 mmsh_protocol_select="http_protocol"
2438 mmst_protocol_select="network"
2439 rtmp_protocol_deps="!librtmp_protocol"
2440 rtmp_protocol_select="tcp_protocol"
2441 rtmpe_protocol_select="ffrtmpcrypt_protocol"
2442 rtmps_protocol_deps="!librtmp_protocol"
2443 rtmps_protocol_select="tls_protocol"
2444 rtmpt_protocol_select="ffrtmphttp_protocol"
2445 rtmpte_protocol_select="ffrtmpcrypt_protocol ffrtmphttp_protocol"
2446 rtmpts_protocol_select="ffrtmphttp_protocol https_protocol"
2447 rtp_protocol_select="udp_protocol"
2448 sctp_protocol_deps="struct_sctp_event_subscribe"
2449 sctp_protocol_select="network"
2450 srtp_protocol_select="rtp_protocol srtp"
2451 tcp_protocol_select="network"
2452 tls_gnutls_protocol_deps="gnutls"
2453 tls_gnutls_protocol_select="tcp_protocol"
2454 tls_openssl_protocol_deps="openssl !tls_gnutls_protocol"
2455 tls_openssl_protocol_select="tcp_protocol"
2456 tls_protocol_deps_any="tls_gnutls_protocol tls_openssl_protocol"
2457 udp_protocol_select="network"
2458 unix_protocol_deps="sys_un_h"
2459 unix_protocol_select="network"
2462 asyncts_filter_deps="avresample"
2463 blackframe_filter_deps="gpl"
2464 boxblur_filter_deps="gpl"
2465 bs2b_filter_deps="libbs2b"
2466 cropdetect_filter_deps="gpl"
2467 deinterlace_qsv_filter_deps="libmfx"
2468 deinterlace_vaapi_filter_deps="vaapi"
2469 delogo_filter_deps="gpl"
2470 drawtext_filter_deps="libfreetype"
2471 drawtext_filter_suggest="libfontconfig"
2472 frei0r_filter_deps="frei0r dlopen"
2473 frei0r_filter_extralibs='$ldl'
2474 frei0r_src_filter_deps="frei0r dlopen"
2475 frei0r_src_filter_extralibs='$ldl'
2476 hdcd_filter_deps="libhdcd"
2477 hqdn3d_filter_deps="gpl"
2478 interlace_filter_deps="gpl"
2479 movie_filter_deps="avcodec avformat"
2480 ocv_filter_deps="libopencv"
2481 resample_filter_deps="avresample"
2482 scale_filter_deps="swscale"
2483 scale_qsv_filter_deps="libmfx"
2484 scale_vaapi_filter_deps="vaapi VAProcPipelineParameterBuffer"
2487 decode_audio_example_deps="avcodec avutil"
2488 decode_video_example_deps="avcodec avutil"
2489 encode_audio_example_deps="avcodec avutil"
2490 encode_video_example_deps="avcodec avutil"
2491 filter_audio_example_deps="avfilter avutil"
2492 metadata_example_deps="avformat avutil"
2493 output_example_deps="avcodec avformat avresample avutil swscale"
2494 qsvdec_example_deps="avcodec avutil libmfx h264_qsv_decoder"
2495 transcode_aac_example_deps="avcodec avformat avresample"
2497 # libraries, in linking order
2498 avcodec_deps="avutil"
2499 avcodec_select="null_bsf"
2500 avdevice_deps="avformat avcodec avutil"
2501 avfilter_deps="avutil"
2502 avformat_deps="avcodec avutil"
2503 avformat_suggest="network"
2504 avresample_deps="avutil"
2505 swscale_deps="avutil"
2508 avconv_deps="avcodec avfilter avformat avresample swscale"
2509 avconv_select="aformat_filter anull_filter asyncts_filter atrim_filter format_filter
2510 fps_filter null_filter resample_filter scale_filter
2512 avplay_deps="avcodec avfilter avformat avresample sdl"
2513 avplay_extralibs='$sdl_extralibs'
2514 avplay_select="rdft format_filter transpose_filter hflip_filter vflip_filter"
2515 avprobe_deps="avcodec avformat"
2519 texi2html_deps="doc"
2521 # default parameters
2523 logfile="avbuild/config.log"
2525 # installation paths
2526 prefix_default="/usr/local"
2527 bindir_default='${prefix}/bin'
2528 datadir_default='${prefix}/share/avconv'
2529 docdir_default='${prefix}/share/doc/libav'
2530 incdir_default='${prefix}/include'
2531 libdir_default='${prefix}/lib'
2532 mandir_default='${prefix}/share/man'
2533 shlibdir_default="$libdir_default"
2538 host_cc_default="gcc"
2542 pkg_config_default=pkg-config
2545 version_script='--version-script'
2549 arch_default=$(uname -m)
2554 target_os_default=$(tolower $(uname -s))
2555 host_os=$target_os_default
2557 # configurable options
2558 enable $EXAMPLE_LIST $LIBRARY_LIST $PROGRAM_LIST
2563 enable faan faandct faanidct
2564 enable optimizations
2565 enable safe_bitstream_reader
2567 enable swscale_alpha
2568 enable valgrind_backtrace
2570 # By default, enable only those hwaccels that have no external dependencies.
2571 enable d3d11va dxva2 vda vdpau
2574 SHFLAGS='-shared -Wl,-soname,$$(@F)'
2577 LIBNAME='$(LIBPREF)$(NAME)$(LIBSUF)'
2580 SLIBNAME='$(SLIBPREF)$(NAME)$(SLIBSUF)'
2581 SLIBNAME_WITH_VERSION='$(SLIBNAME).$(LIBVERSION)'
2582 SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBMAJOR)'
2583 LIB_INSTALL_EXTRA_CMD='$$(RANLIB) "$(LIBDIR)/$(LIBNAME)"'
2584 SLIB_INSTALL_NAME='$(SLIBNAME_WITH_VERSION)'
2585 SLIB_INSTALL_LINKS='$(SLIBNAME_WITH_MAJOR) $(SLIBNAME)'
2586 VERSION_SCRIPT_POSTPROCESS_CMD="cat"
2608 host_extralibs='-lm'
2609 host_cflags_filter=echo
2610 host_ldflags_filter=echo
2612 target_path='$(CURDIR)'
2614 # since the object filename is not given with the -MM flag, the compiler
2615 # is only able to print the basename, and we must add the path ourselves
2616 DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o," > $(@:.o=.d)'
2620 if test -f configure; then
2623 source_path=$(cd $(dirname "$0"); pwd)
2624 echo "$source_path" | grep -q '[[:blank:]]' &&
2625 die "Out of tree builds are impossible with whitespace in source path."
2626 test -e "$source_path/config.h" &&
2627 die "Out of tree builds are impossible with config.h in source dir."
2634 LIBAV_CONFIGURATION="${LIBAV_CONFIGURATION# } ${l}${r}"
2640 file=$source_path/$3
2641 sed -n "s/^[^#]*$pattern.*([^,]*, *\([^,]*\)\(,.*\)*).*/\1_$thing/p" "$file"
2644 ENCODER_LIST=$(find_things encoder ENC libavcodec/allcodecs.c)
2645 DECODER_LIST=$(find_things decoder DEC libavcodec/allcodecs.c)
2646 HWACCEL_LIST=$(find_things hwaccel HWACCEL libavcodec/allcodecs.c)
2647 PARSER_LIST=$(find_things parser PARSER libavcodec/allcodecs.c)
2648 MUXER_LIST=$(find_things muxer _MUX libavformat/allformats.c)
2649 DEMUXER_LIST=$(find_things demuxer DEMUX libavformat/allformats.c)
2650 OUTDEV_LIST=$(find_things outdev OUTDEV libavdevice/alldevices.c)
2651 INDEV_LIST=$(find_things indev _IN libavdevice/alldevices.c)
2652 FILTER_LIST=$(find_things filter FILTER libavfilter/allfilters.c)
2654 find_things_extern(){
2657 file=$source_path/$3
2658 sed -n "s/^[^#]*extern.*$pattern *ff_\([^ ]*\)_$thing;/\1_$thing/p" "$file"
2661 BSF_LIST=$(find_things_extern bsf AVBitStreamFilter libavcodec/bitstream_filters.c)
2662 PROTOCOL_LIST=$(find_things_extern protocol URLProtocol libavformat/protocols.c)
2678 for n in $COMPONENT_LIST; do
2679 v=$(toupper ${n%s})_LIST
2681 eval ${n}_if_any="\$$v"
2684 enable $ARCH_EXT_LIST
2687 echo "Unknown option \"$1\"."
2688 echo "See $0 --help for available options."
2693 printf "%-25s %-25s %-25s\n" $(cat | tr ' ' '\n' | sort)
2699 echo $* | sed s/$suffix//g | print_3_columns
2711 is_in ${comp} $COMPONENT_LIST && eval comp=\$$(toupper ${comp%s})_LIST
2712 echo "prob ${prob:-0.5}"
2720 random_seed=$(awk "BEGIN { srand($random_seed); print srand() }")
2721 $action $(rand_list "$@" | awk "BEGIN { srand($random_seed) } \$1 == \"prob\" { prob = \$2; next } rand() < prob { print }")
2730 --extra-ldexeflags=*)
2731 add_ldexeflags $optval
2734 add_extralibs $optval
2737 disable $INDEV_LIST $OUTDEV_LIST
2740 debuglevel="$optval"
2743 disable $PROGRAM_LIST
2745 --disable-everything)
2746 map 'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
2749 map 'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
2750 disable $LIBRARY_LIST $PROGRAM_LIST doc
2752 --enable-random|--disable-random)
2753 action=${opt%%-random}
2754 do_random ${action#--} $COMPONENT_LIST
2756 --enable-random=*|--disable-random=*)
2757 action=${opt%%-random=*}
2758 do_random ${action#--} $optval
2760 --enable-*=*|--disable-*=*)
2761 eval $(echo "${opt%%=*}" | sed 's/--/action=/;s/-/ thing=/')
2762 is_in "${thing}s" $COMPONENT_LIST || die_unknown "$opt"
2763 eval list=\$$(toupper $thing)_LIST
2764 name=$(echo "${optval}" | sed "s/,/_${thing}|/g")_${thing}
2765 $action $(filter "$name" $list)
2767 --enable-avserver|--disable-avserver*)
2768 warn "avserver has been removed, the ${opt} option is only"\
2769 "provided for compatibility and will be removed in the future"
2771 --enable-?*|--disable-?*)
2772 eval $(echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g')
2773 if is_in $option $COMPONENT_LIST; then
2774 test $action = disable && action=unset
2775 eval $action \$$(toupper ${option%s})_LIST
2776 elif is_in $option $CMDLINE_SELECT; then
2783 NAME="${opt#--list-}"
2784 is_in $NAME $COMPONENT_LIST || die_unknown $opt
2786 eval show_list $NAME \$$(toupper $NAME)_LIST
2788 --help|-h) show_help
2790 --quiet|-q) quiet=yes
2793 optname="${opt%%=*}"
2794 optname="${optname#--}"
2795 optname=$(echo "$optname" | sed 's/-/_/g')
2796 if is_in $optname $CMDLINE_SET; then
2797 eval $optname='$optval'
2798 elif is_in $optname $CMDLINE_APPEND; then
2799 append $optname "$optval"
2811 disabled logging && logfile=/dev/null
2813 # Die early if licensing-related configure options are incompatible.
2814 die_license_disabled() {
2815 enabled $1 || { enabled $v && die "$v is $1 and --enable-$1 is not specified."; }
2818 map "die_license_disabled gpl" $EXTERNAL_LIBRARY_GPL_LIST
2819 map "die_license_disabled nonfree" $EXTERNAL_LIBRARY_NONFREE_LIST $HWACCEL_LIBRARY_NONFREE_LIST
2820 map "die_license_disabled version3" $EXTERNAL_LIBRARY_VERSION3_LIST
2822 enabled version3 && { enabled gpl && enable gplv3 || enable lgplv3; }
2824 # Disable all the library-specific components if the library itself
2825 # is disabled, see AVCODEC_LIST and following _LIST variables.
2827 disable_components(){
2828 disabled ${1} && disable $(
2829 eval components="\$$(toupper ${1})_COMPONENTS"
2830 map 'eval echo \${$(toupper ${v%s})_LIST}' $components
2834 map 'disable_components $v' $LIBRARY_LIST
2837 echo "# $0 $LIBAV_CONFIGURATION" > $logfile
2840 case "$toolchain" in
2842 cc_default="${toolchain%-asan}"
2843 add_cflags -fsanitize=address
2844 add_ldflags -fsanitize=address
2847 cc_default="${toolchain%-msan}"
2848 add_cflags -fsanitize=memory -fsanitize-memory-track-origins
2849 add_ldflags -fsanitize=memory
2852 cc_default="${toolchain%-tsan}"
2853 add_cflags -fsanitize=thread -fPIE
2854 add_ldflags -fsanitize=thread -pie
2855 case "$toolchain" in
2863 cc_default="${toolchain%-usan}"
2864 add_cflags -fsanitize=undefined
2865 add_ldflags -fsanitize=undefined
2866 case "$toolchain" in
2873 target_exec_default="valgrind"
2874 case "$toolchain" in
2876 target_exec_args="--alloc-fn=av_malloc --alloc-fn=av_mallocz"
2879 target_exec_args="--track-origins=yes --leak-check=full"
2884 # Check whether the current MSVC version needs the C99 converter.
2885 # From MSVC 2013 (compiler major version 18) onwards, it does actually
2886 # support enough of C99 to build libav. Default to the new
2887 # behaviour if the regexp was unable to match anything, since this
2888 # successfully parses the version number of existing supported
2889 # versions that require the converter (MSVC 2010 and 2012).
2890 cl_major_ver=$(cl 2>&1 | sed -n 's/.*Version \([[:digit:]]\{1,\}\)\..*/\1/p')
2891 if [ -z "$cl_major_ver" ] || [ $cl_major_ver -ge 18 ]; then
2894 cc_default="c99wrap cl"
2896 ld_default="$source_path/compat/windows/mslink"
2897 nm_default="dumpbin -symbols"
2904 target_os_default="win32"
2905 # Use a relative path for TMPDIR. This makes sure all the
2906 # ffconf temp files are written with a relative path, avoiding
2907 # issues with msys/win32 path conversion for MSVC parameters
2908 # such as -Fo<file> or -out:<file>.
2914 nm_default="dumpbin -symbols"
2916 target_os_default="win32"
2920 add_cflags -fprofile-arcs -ftest-coverage
2921 add_ldflags -fprofile-arcs -ftest-coverage
2924 add_cflags -fprofile-arcs -ftest-coverage
2925 add_ldflags --coverage
2928 add_cppflags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
2929 add_cflags -fno-strict-overflow -fstack-protector-all
2930 add_ldflags -Wl,-z,relro -Wl,-z,now
2933 die "Unknown toolchain $toolchain"
2937 test -n "$cross_prefix" && enable cross_compile
2939 if enabled cross_compile; then
2940 test -n "$arch" && test -n "$target_os" ||
2941 die "Must specify target arch (--arch) and OS (--target-os) when cross-compiling"
2944 ar_default="${cross_prefix}${ar_default}"
2945 cc_default="${cross_prefix}${cc_default}"
2946 occ_default="${cross_prefix}${occ_default}"
2947 nm_default="${cross_prefix}${nm_default}"
2948 pkg_config_default="${cross_prefix}${pkg_config_default}"
2949 ranlib="${cross_prefix}${ranlib}"
2950 strip="${cross_prefix}${strip}"
2952 sysinclude_default="${sysroot}/usr/include"
2954 set_default arch cc pkg_config sysinclude target_exec target_os
2955 enabled cross_compile || host_cc_default=$cc
2958 if ! $pkg_config --version >/dev/null 2>&1; then
2959 warn "$pkg_config not found, library detection may fail."
2965 mingw32*|mingw64*|win32|win64|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;;
2969 EXESUF=$(exesuf $target_os)
2970 HOSTEXESUF=$(exesuf $host_os)
2972 # set temporary file name
2973 : ${TMPDIR:=$TEMPDIR}
2977 if ! check_cmd mktemp -u XXXXXX; then
2978 # simple replacement for missing mktemp
2979 # NOT SAFE FOR GENERAL USE
2981 tmpname="${2%%XXX*}.${HOSTNAME}.${UID}.$$"
2987 AVTMPDIR=$(mktemp -d "${TMPDIR}/avconf.XXXXXXXX" 2> /dev/null) ||
2988 die "Unable to create temporary directory in $TMPDIR."
2991 tmp="${AVTMPDIR}/test"$2
2992 (set -C; exec > $tmp) 2> /dev/null ||
2993 die "Unable to create temporary file in $AVTMPDIR."
2997 trap 'rm -rf -- "$AVTMPDIR"' EXIT
3002 tmpfile TMPE $EXESUF
3013 # make sure we can execute files in $TMPDIR
3014 cat > $TMPSH 2>> $logfile <<EOF
3017 chmod +x $TMPSH >> $logfile 2>&1
3018 if ! $TMPSH >> $logfile 2>&1; then
3020 Unable to create and execute files in $TMPDIR. Set the TMPDIR environment
3021 variable to another directory and make sure that it is not mounted noexec.
3023 die "Sanity test failed."
3029 # Filter out MSVC cl.exe options from cflags that shouldn't
3030 # be passed to gas-preprocessor
3040 -std=c99) echo -c99 ;;
3041 -mcpu=*) echo -arch ${flag#*=} ;;
3042 -mieee) echo -ieee ;;
3043 -O*|-fast) echo $flag ;;
3044 -fno-math-errno) echo -assume nomath_errno ;;
3046 -Wall) echo -msg_enable level2 ;;
3047 -Wno-pointer-sign) echo -msg_disable ptrmismatch1 ;;
3048 -Wl,*) echo $flag ;;
3058 -Wno-switch) echo -Wno-switch-enum ;;
3059 -Wno-format-zero-length) ;;
3060 -Wdisabled-optimization) ;;
3061 -Wno-pointer-sign) echo -Wno-other ;;
3067 msvc_common_flags(){
3070 # In addition to specifying certain flags under the compiler
3071 # specific filters, they must be specified here as well or else the
3072 # generic catch all at the bottom will print the original flag.
3077 -fomit-frame-pointer) ;;
3081 -fno-signed-zeros) ;;
3085 -lz) echo zlib.lib ;;
3086 -lx264) echo libx264.lib ;;
3087 -l*) echo ${flag#-l}.lib ;;
3088 -L*) echo -libpath:${flag#-L} ;;
3095 msvc_common_flags "$@"
3098 -Wall) echo -W3 -wd4018 -wd4146 -wd4244 -wd4305 \
3100 -Wextra) echo -W4 -wd4244 -wd4127 -wd4018 -wd4389 \
3101 -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 \
3102 -wd4152 -wd4324 -we4013 -wd4100 -wd4214 \
3103 -wd4273 -wd4554 -wd4701 -wd4703 ;;
3109 msvc_common_flags "$@"
3112 # Despite what Intel's documentation says -Wall, which is supported
3113 # on Windows, does enable remarks so disable them here.
3114 -Wall) echo $flag -Qdiag-disable:remark ;;
3115 -std=c99) echo -Qstd=c99 ;;
3123 -flto) echo -Mipa=fast,libopt,libinline,vestigial ;;
3124 -fomit-frame-pointer) echo -Mnoframe ;;
3135 case "${flag#*=}" in
3136 native) echo -xtarget=native ;;
3137 v9|niagara) echo -xarch=sparc ;;
3138 ultrasparc) echo -xarch=sparcvis ;;
3139 ultrasparc3|niagara2) echo -xarch=sparcvis2 ;;
3140 i586|pentium) echo -xchip=pentium ;;
3141 i686|pentiumpro|pentium2) echo -xtarget=pentium_pro ;;
3142 pentium3*|c3-2) echo -xtarget=pentium3 ;;
3143 pentium-m) echo -xarch=sse2 -xchip=pentium3 ;;
3144 pentium4*) echo -xtarget=pentium4 ;;
3145 prescott|nocona) echo -xarch=sse3 -xchip=pentium4 ;;
3146 *-sse3) echo -xarch=sse3 ;;
3147 core2) echo -xarch=ssse3 -xchip=core2 ;;
3148 corei7) echo -xarch=sse4_2 -xchip=nehalem ;;
3149 corei7-avx) echo -xarch=avx -xchip=sandybridge ;;
3150 amdfam10|barcelona|bdver*) echo -xarch=sse4_1 ;;
3151 athlon-4|athlon-[mx]p) echo -xarch=ssea ;;
3152 k8|opteron|athlon64|athlon-fx)
3153 echo -xarch=sse2a ;;
3154 athlon*) echo -xarch=pentium_proa ;;
3157 -std=c99) echo -xc99 ;;
3158 -fomit-frame-pointer) echo -xregs=frameptr ;;
3159 -fPIC) echo -KPIC -xcode=pic32 ;;
3160 -W*,*) echo $flag ;;
3161 -f*-*|-W*|-mimpure-text) ;;
3172 case "${flag#*=}" in
3173 armv7-a|cortex-a*) echo -mv=7a8 ;;
3174 armv7-r|cortex-r*) echo -mv=7r4 ;;
3175 armv7-m|cortex-m*) echo -mv=7m3 ;;
3176 armv6*|arm11*) echo -mv=6 ;;
3177 armv5*e|arm[79]*e*|arm9[24]6*|arm96*|arm102[26])
3179 armv4*|arm7*|arm9[24]*) echo -mv=4 ;;
3182 -mfpu=neon) echo --float_support=vfpv3 --neon ;;
3183 -mfpu=vfp) echo --float_support=vfpv2 ;;
3184 -mfpu=vfpv3) echo --float_support=vfpv3 ;;
3185 -mfpu=vfpv3-d16) echo --float_support=vfpv3d16 ;;
3186 -msoft-float) echo --float_support=vfplib ;;
3187 -O[0-3]|-mf=*) echo $flag ;;
3189 -pds=*) echo $flag ;;
3190 -D*|-I*) echo $flag ;;
3191 --gcc|--abi=*) echo $flag ;;
3201 unset _type _ident _cc_c _cc_e _cc_o _flags _cflags
3202 unset _ld_o _ldflags _ld_lib _ld_path
3203 unset _depflags _DEPCMD _DEPFLAGS
3206 if $_cc -v 2>&1 | grep -q '^gcc.*LLVM'; then
3208 gcc_extra_ver=$(expr "$($_cc --version 2>/dev/null | head -n1)" : '.*\((.*)\)')
3209 _ident="llvm-gcc $($_cc -dumpversion 2>/dev/null) $gcc_extra_ver"
3210 _depflags='-MMD -MF $(@:.o=.d) -MT $@'
3213 elif $_cc -v 2>&1 | grep -qi ^gcc; then
3215 gcc_version=$($_cc --version | head -n1)
3216 gcc_basever=$($_cc -dumpversion)
3217 gcc_pkg_ver=$(expr "$gcc_version" : '[^ ]* \(([^)]*)\)')
3218 gcc_ext_ver=$(expr "$gcc_version" : ".*$gcc_pkg_ver $gcc_basever \\(.*\\)")
3219 _ident=$(cleanws "gcc $gcc_basever $gcc_pkg_ver $gcc_ext_ver")
3220 if ! $_cc -dumpversion | grep -q '^2\.'; then
3221 _depflags='-MMD -MF $(@:.o=.d) -MT $@'
3225 elif $_cc --version 2>/dev/null | grep -q ^icc; then
3227 _ident=$($_cc --version | head -n1)
3232 elif $_cc -v 2>&1 | grep -q xlc; then
3234 _ident=$($_cc -qversion 2>/dev/null | head -n1)
3236 _cflags_size='-O5 -qcompact'
3237 elif $_cc -V 2>/dev/null | grep -q Compaq; then
3239 _ident=$($_cc -V | head -n1 | cut -d' ' -f1-3)
3241 _cflags_speed='-fast'
3243 _flags_filter=ccc_flags
3244 elif $_cc --vsn 2>/dev/null | grep -Eq "ARM (C/C\+\+ )?Compiler"; then
3245 test -d "$sysroot" || die "No valid sysroot specified."
3247 _ident=$($_cc --vsn | grep -i build | head -n1 | sed 's/.*: //')
3248 armcc_conf="$PWD/armcc.conf"
3249 $_cc --arm_linux_configure \
3250 --arm_linux_config_file="$armcc_conf" \
3251 --configure_sysroot="$sysroot" \
3252 --configure_cpp_headers="$sysinclude" >>$logfile 2>&1 ||
3253 die "Error creating armcc configuration file."
3254 $_cc --vsn | grep -q RVCT && armcc_opt=rvct || armcc_opt=armcc
3255 _flags="--arm_linux_config_file=$armcc_conf --translate_gcc"
3256 as_default="${cross_prefix}gcc"
3260 elif $_cc -version 2>/dev/null | grep -Eq 'TMS470|TI ARM'; then
3262 _ident=$($_cc -version | head -n1 | tr -s ' ')
3263 _flags='--gcc --abi=eabi -me'
3266 _depflags='-ppa -ppd=$(@:.o=.d)'
3267 _cflags_speed='-O3 -mf=5'
3268 _cflags_size='-O3 -mf=2'
3269 _flags_filter=tms470_flags
3270 elif $_cc -v 2>&1 | grep -q clang; then
3272 _ident=$($_cc --version 2>/dev/null | head -n1)
3273 _depflags='-MMD -MF $(@:.o=.d) -MT $@'
3276 elif $_cc -V 2>&1 | grep -q Sun; then
3278 _ident=$($_cc -V 2>&1 | head -n1 | cut -d' ' -f 2-)
3279 _DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< | sed -e "1s,^.*: ,$@: ," -e "\$$!s,\$$, \\\," -e "1!s,^.*: , ," > $(@:.o=.d)'
3280 _DEPFLAGS='-xM1 -xc99'
3283 _cflags_size='-O5 -xspace'
3284 _flags_filter=suncc_flags
3285 elif $_cc -v 2>&1 | grep -q 'PathScale\|Path64'; then
3287 _ident=$($_cc -v 2>&1 | head -n1 | tr -d :)
3288 _depflags='-MMD -MF $(@:.o=.d) -MT $@'
3291 _flags_filter='filter_out -Wdisabled-optimization'
3292 elif $_cc -v 2>&1 | grep -q Open64; then
3294 _ident=$($_cc -v 2>&1 | head -n1 | tr -d :)
3295 _depflags='-MMD -MF $(@:.o=.d) -MT $@'
3298 _flags_filter='filter_out -Wdisabled-optimization|-Wtype-limits|-fno-signed-zeros'
3299 elif $_cc -V 2>&1 | grep -q Portland; then
3301 _ident="PGI $($_cc -V 2>&1 | awk '/^pgcc/ { print $2; exit }')"
3302 opt_common='-alias=ansi -Mdse -Mlre -Mpre'
3303 _cflags_speed="-O3 -Mautoinline -Munroll=c:4 $opt_common"
3304 _cflags_size="-O2 -Munroll=c:1 $opt_common"
3306 _flags_filter=pgi_flags
3307 elif $_cc 2>&1 | grep -q 'Microsoft.*ARM.*Assembler'; then
3309 _ident=$($_cc | head -n1)
3310 # 4509: "This form of conditional instruction is deprecated"
3311 _flags="-nologo -ignore 4509"
3312 _flags_filter=armasm_flags
3313 elif $_cc -nologo- 2>&1 | grep -q Microsoft; then
3315 _ident=$($_cc 2>&1 | head -n1)
3316 _DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< 2>&1 | awk '\''/including/ { sub(/^.*file: */, ""); gsub(/\\/, "/"); if (!match($$0, / /)) print "$@:", $$0 }'\'' > $(@:.o=.d)'
3317 _DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -showIncludes -Zs'
3321 if $_cc -nologo- 2>&1 | grep -q Linker; then
3328 _flags_filter=msvc_flags
3330 _ld_path='-libpath:'
3332 elif $_cc 2>&1 | grep -q Intel; then
3334 _ident=$($_cc 2>&1 | head -n1)
3335 _depflags='-QMMD -QMF$(@:.o=.d) -QMT$@'
3336 # Not only is O3 broken on 13.x+ but it is slower on all previous
3337 # versions (tested) as well.
3339 _cflags_size="-O1 -Oi" # -O1 without -Oi miscompiles stuff
3340 if $_cc 2>&1 | grep -q Linker; then
3347 _flags_filter=icl_flags
3349 _ld_path='-libpath:'
3350 # -Qdiag-error to make icl error when seeing certain unknown arguments
3351 _flags='-nologo -Qdiag-error:4044,10157'
3352 # -Qvec- -Qsimd- to prevent miscompilation, -GS for consistency
3353 # with MSVC which enables it by default.
3354 _cflags='-Qms0 -Qvec- -Qsimd- -GS'
3355 elif $_cc -? 2>/dev/null | grep -q 'LLVM.*Linker'; then
3356 # lld can emulate multiple different linkers; in ms link.exe mode,
3357 # the -? parameter gives the help output which contains an identifyable
3358 # string, while it gives an error in other modes.
3360 # The link.exe mode doesn't have a switch for getting the version,
3361 # but we can force it back to gnu mode and get the version from there.
3362 _ident=$($_cc -flavor gnu --version 2>/dev/null)
3364 _flags_filter=msvc_flags
3366 _ld_path='-libpath:'
3367 elif $_cc --version 2>/dev/null | grep -q ^cparser; then
3369 _ident=$($_cc --version | head -n1)
3373 _flags_filter=cparser_flags
3376 eval ${pfx}_type=\$_type
3377 eval ${pfx}_ident=\$_ident
3381 eval ${1}_C=\${_cc_c-\${${1}_C}}
3382 eval ${1}_E=\${_cc_e-\${${1}_E}}
3383 eval ${1}_O=\${_cc_o-\${${1}_O}}
3385 if [ -n "$_depflags" ]; then
3386 eval ${1}_DEPFLAGS=\$_depflags
3388 eval ${1}DEP=\${_DEPCMD:-\$DEPCMD}
3389 eval ${1}DEP_FLAGS=\${_DEPFLAGS:-\$DEPFLAGS}
3390 eval DEP${1}FLAGS=\$_flags
3395 cflags_filter=$_flags_filter
3396 cflags_speed=$_cflags_speed
3397 cflags_size=$_cflags_size
3398 cflags_noopt=$_cflags_noopt
3399 add_cflags $_flags $_cflags
3400 cc_ldflags=$_ldflags
3403 probe_cc hostcc "$host_cc"
3404 host_cflags_filter=$_flags_filter
3405 host_cflags_speed=$_cflags_speed
3406 add_host_cflags $_flags $_cflags
3409 test -n "$cc_type" && enable $cc_type ||
3410 warn "Unknown C compiler $cc, unable to select optimal CFLAGS"
3412 : ${as_default:=$cc}
3413 : ${objcc_default:=$cc}
3414 : ${dep_cc_default:=$cc}
3415 : ${ld_default:=$cc}
3416 : ${host_ld_default:=$host_cc}
3417 set_default ar as objcc dep_cc ld host_ld
3420 asflags_filter=$_flags_filter
3421 add_asflags $_flags $_cflags
3424 probe_cc objcc "$objcc"
3425 objcflags_filter=$_flags_filter
3426 add_objcflags $_flags $_cflags
3430 ldflags_filter=$_flags_filter
3431 add_ldflags $_flags $_ldflags
3432 test "$cc_type" != "$ld_type" && add_ldflags $cc_ldflags
3434 LD_LIB=${_ld_lib-$LD_LIB}
3435 LD_PATH=${_ld_path-$LD_PATH}
3437 probe_cc hostld "$host_ld"
3438 host_ldflags_filter=$_flags_filter
3439 add_host_ldflags $_flags $_ldflags
3440 HOSTLD_O=${_ld_o-$HOSTLD_O}
3442 if [ -z "$CC_DEPFLAGS" ] && [ "$dep_cc" != "$cc" ]; then
3443 probe_cc depcc "$dep_cc"
3444 CCDEP=${_DEPCMD:-$DEPCMD}
3445 CCDEP_FLAGS=${_DEPFLAGS:=$DEPFLAGS}
3449 if $ar 2>&1 | grep -q Microsoft; then
3452 elif $ar 2>&1 | grep -q 'Texas Instruments'; then
3455 elif $ar 2>&1 | grep -q 'Usage: ar.*-X.*any'; then
3456 arflags='-Xany -r -c'
3463 add_cflags $extra_cflags
3464 add_objcflags $extra_objcflags
3465 add_asflags $extra_cflags
3467 if test -n "$sysroot"; then
3470 add_cppflags --sysroot="$sysroot"
3471 add_ldflags --sysroot="$sysroot"
3474 add_cppflags -I"$sysinclude"
3475 add_ldflags --sysroot="$sysroot"
3480 if test "$cpu" = host; then
3481 enabled cross_compile &&
3482 die "--cpu=host makes no sense when cross-compiling."
3487 $cc $1=native -v -c -o $TMPO $TMPC >$TMPE 2>&1 || return
3489 s/.*$1=\\([^ ]*\\).*/\\1/
3494 cpu=$(check_native -march || check_native -mcpu)
3498 test "${cpu:-host}" = host &&
3499 die "--cpu=host not supported with compiler $cc"
3502 # Deal with common $arch aliases
3526 "Power Macintosh"|ppc*|powerpc*)
3541 i[3-6]86|i86pc|BePC|x86pc|x86_64|amd64)
3546 is_in $arch $ARCH_LIST || warn "unknown architecture $arch"
3549 # Add processor-specific flags
3550 if enabled aarch64; then
3554 cpuflags="-march=$cpu"
3557 cpuflags="-mcpu=$cpu"
3561 elif enabled alpha; then
3563 cpuflags="-mcpu=$cpu"
3565 elif enabled arm; then
3568 check_cpp_condition stddef.h \
3569 "defined __ARM_ARCH_${1}__ || defined __TARGET_ARCH_${2:-$1}" \
3574 if check_arm_arch 4; then echo armv4
3575 elif check_arm_arch 4T; then echo armv4t
3576 elif check_arm_arch 5; then echo armv5
3577 elif check_arm_arch 5E; then echo armv5e
3578 elif check_arm_arch 5T; then echo armv5t
3579 elif check_arm_arch 5TE; then echo armv5te
3580 elif check_arm_arch 5TEJ; then echo armv5te
3581 elif check_arm_arch 6; then echo armv6
3582 elif check_arm_arch 6J; then echo armv6j
3583 elif check_arm_arch 6K; then echo armv6k
3584 elif check_arm_arch 6Z; then echo armv6z
3585 elif check_arm_arch 6ZK; then echo armv6zk
3586 elif check_arm_arch 6T2; then echo armv6t2
3587 elif check_arm_arch 7; then echo armv7
3588 elif check_arm_arch 7A 7_A; then echo armv7-a
3589 elif check_arm_arch 7S; then echo armv7-a
3590 elif check_arm_arch 7R 7_R; then echo armv7-r
3591 elif check_arm_arch 7M 7_M; then echo armv7-m
3592 elif check_arm_arch 7EM 7E_M; then echo armv7-m
3593 elif check_arm_arch 8A 8_A; then echo armv8-a
3597 [ "$cpu" = generic ] && cpu=$(probe_arm_arch)
3601 cpuflags="-march=$cpu"
3602 subarch=$(echo $cpu | sed 's/[^a-z0-9]//g')
3605 cpuflags="-mcpu=$cpu"
3607 cortex-a*) subarch=armv7a ;;
3608 cortex-r*) subarch=armv7r ;;
3609 cortex-m*) enable thumb; subarch=armv7m ;;
3610 arm11*) subarch=armv6 ;;
3611 arm[79]*e*|arm9[24]6*|arm96*|arm102[26]) subarch=armv5te ;;
3612 armv4*|arm7*|arm9[24]*) subarch=armv4 ;;
3613 *) subarch=$(probe_arm_arch) ;;
3619 armv5t*) enable fast_clz ;;
3620 armv[6-8]*) enable fast_clz fast_unaligned ;;
3623 elif enabled avr32; then
3628 cpuflags="-mpart=$cpu"
3632 cpuflags="-march=$cpu"
3636 cpuflags="-mcpu=$cpu"
3640 cpuflags="-march=$cpu"
3644 elif enabled bfin; then
3646 cpuflags="-mcpu=$cpu"
3648 elif enabled mips; then
3650 cpuflags="-march=$cpu"
3652 elif enabled ppc; then
3656 case $(tolower $cpu) in
3657 601|ppc601|powerpc601)
3658 cpuflags="-mcpu=601"
3661 603*|ppc603*|powerpc603*)
3662 cpuflags="-mcpu=603"
3665 604*|ppc604*|powerpc604*)
3666 cpuflags="-mcpu=604"
3669 g3|75*|ppc75*|powerpc75*)
3670 cpuflags="-mcpu=750"
3673 g4|745*|ppc745*|powerpc745*)
3674 cpuflags="-mcpu=7450"
3677 74*|ppc74*|powerpc74*)
3678 cpuflags="-mcpu=7400"
3681 g5|970|ppc970|powerpc970)
3682 cpuflags="-mcpu=970"
3686 cpuflags="-mcpu=$cpu"
3690 cpuflags="-mcpu=$cpu"
3694 cpuflags="-mcpu=cell"
3699 cpuflags="-mcpu=e500mc"
3703 cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
3708 cpuflags="-mcpu=8540 -mhard-float"
3714 elif enabled sparc; then
3717 cypress|f93[04]|tsc701|sparcl*|supersparc|hypersparc|niagara|v[789])
3718 cpuflags="-mcpu=$cpu"
3720 ultrasparc*|niagara[234])
3721 cpuflags="-mcpu=$cpu"
3725 elif enabled x86; then
3729 cpuflags="-march=$cpu"
3733 # targets that do NOT support nopl and conditional mov (cmov)
3734 pentium-mmx|k6|k6-[23]|winchip-c6|winchip2|c3)
3735 cpuflags="-march=$cpu"
3738 # targets that do support nopl and conditional mov (cmov)
3739 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*)
3740 cpuflags="-march=$cpu"
3744 # targets that do support conditional mov but on which it's slow
3745 pentium4|pentium4m|prescott|nocona)
3746 cpuflags="-march=$cpu"
3754 if [ "$cpu" != generic ]; then
3755 add_cflags $cpuflags
3756 add_asflags $cpuflags
3757 test "$cc_type" = "$ld_type" && add_ldflags $cpuflags
3760 # compiler sanity check
3762 int main(void){ return 0; }
3764 if test "$?" != 0; then
3765 echo "$cc is unable to create an executable file."
3766 if test -z "$cross_prefix" && ! enabled cross_compile ; then
3767 echo "If $cc is a cross-compiler, use the --enable-cross-compile option."
3768 echo "Only do this if you know what cross compiling means."
3770 die "C compiler test failed."
3773 add_cppflags -D_ISOC99_SOURCE
3775 # some compilers silently accept -std=c11, so we also need to check that the
3776 # version macro is defined properly
3777 check_cpp_condition stdlib.h "__STDC_VERSION__ >= 201112L" -std=c11 &&
3778 add_cflags -std=c11 ||
3779 check_cflags -std=c99
3781 check_cppflags -D_FILE_OFFSET_BITS=64
3782 check_cppflags -D_LARGEFILE_SOURCE
3784 add_host_cppflags -D_ISOC99_SOURCE
3785 check_host_cflags -std=c99
3786 check_host_cflags -Wall
3787 check_host_cflags $host_cflags_speed
3793 check_code cc "" "int test[2*($expr) - 1]" &&
3794 subarch=$arch64 || subarch=$arch32
3802 check_64bit mips mips64 '_MIPS_SIM > 1'
3806 check_64bit parisc parisc64 'sizeof(void *) > 4'
3810 check_64bit ppc ppc64 'sizeof(void *) > 4'
3814 check_64bit s390 s390x 'sizeof(void *) > 4'
3818 check_64bit sparc sparc64 'sizeof(void *) > 4'
3822 check_64bit x86_32 x86_64 'sizeof(void *) > 4'
3823 if test "$subarch" = "x86_64"; then
3830 enabled spic && enable_weak pic
3836 add_cppflags '-I\$(SRC_PATH)/compat/aix'
3837 enabled shared && add_ldflags -Wl,-brtl
3841 enable section_data_rel_ro
3842 SLIB_INSTALL_NAME='$(SLIBNAME)'
3844 SHFLAGS='-shared -Wl,-soname,$(SLIBNAME)'
3847 prefix_default="/boot/common"
3848 network_extralibs="-lnetwork"
3852 SHFLAGS='-shared -Wl,-h,$$(@F)'
3853 enabled x86 && SHFLAGS="-mimpure-text $SHFLAGS"
3854 network_extralibs="-lsocket -lnsl"
3855 # When using suncc to build, the Solaris linker will mark
3856 # an executable with each instruction set encountered by
3857 # the Solaris assembler. As our libraries contain their own
3858 # guards for processor-specific code, instead suppress
3859 # generation of the HWCAPS ELF section on Solaris x86 only.
3860 enabled_all suncc x86 &&
3861 echo "hwcap_1 = OVERRIDE;" > mapfile &&
3862 add_ldflags -Wl,-M,mapfile
3863 nm_default='nm -P -g'
3865 VERSION_SCRIPT_POSTPROCESS_CMD='perl $(SRC_PATH)/compat/solaris/make_sunver.pl - $(OBJS)'
3869 oss_indev_extralibs="-lossaudio"
3870 oss_outdev_extralibs="-lossaudio"
3875 SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBMAJOR).$(LIBMINOR)'
3877 oss_indev_extralibs="-lossaudio"
3878 oss_outdev_extralibs="-lossaudio"
3886 add_extralibs -lpoll -lgnugetopt
3889 enabled ppc && add_asflags -force_cpusubtype_ALL
3890 SHFLAGS='-dynamiclib -Wl,-single_module -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR)'
3891 enabled x86_32 && append SHFLAGS -Wl,-read_only_relocs,suppress
3892 add_ldflags -Wl,-dynamic,-search_paths_first
3894 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME).$(LIBVERSION)$(SLIBSUF)'
3895 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME).$(LIBMAJOR)$(SLIBSUF)'
3897 enabled x86_64 && objformat="macho64"
3898 enabled_any pic shared ||
3899 { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
3900 check_header dispatch/dispatch.h &&
3901 add_cppflags '-I\$(SRC_PATH)/compat/dispatch_semaphore'
3904 die "Native MSYS builds are discouraged, please use the MINGW environment."
3907 if test $target_os = "mingw32ce"; then
3913 if enabled x86_64; then
3914 LIBTARGET="i386:x86-64"
3915 elif enabled arm; then
3918 check_ldflags -Wl,--nxcompat
3919 check_ldflags -Wl,--dynamicbase
3920 shlibdir_default="$bindir_default"
3923 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
3924 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
3925 SLIB_EXTRA_CMD=-'sed -e "s/ @[^ ]*//" $$(@:$(SLIBSUF)=.orig.def) > $$(@:$(SLIBSUF)=.def); $(DLLTOOL) -m $(LIBTARGET) -d $$(@:$(SLIBSUF)=.def) -l $(SUBDIR)$(SLIBNAME:$(SLIBSUF)=.lib) -D $(SLIBNAME_WITH_MAJOR)'
3926 SLIB_INSTALL_NAME='$(SLIBNAME_WITH_MAJOR)'
3928 SLIB_INSTALL_EXTRA_SHLIB='$(SLIBNAME:$(SLIBSUF)=.lib)'
3929 SLIB_INSTALL_EXTRA_LIB='lib$(SLIBNAME:$(SLIBSUF)=.dll.a) $(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.def)'
3930 SHFLAGS='-shared -Wl,--output-def,$$(@:$(SLIBSUF)=.orig.def) -Wl,--out-implib,$(SUBDIR)lib$(SLIBNAME:$(SLIBSUF)=.dll.a) -Wl,--enable-runtime-pseudo-reloc -Wl,--enable-auto-image-base'
3932 dlltool="${cross_prefix}dlltool"
3938 if enabled shared; then
3939 # Link to the import library instead of the normal static library
3942 # Cannot build both shared and static libs with MSVC or icl.
3945 shlibdir_default="$bindir_default"
3948 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
3949 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
3950 SLIB_CREATE_DEF_CMD='$(SRC_PATH)/compat/windows/makedef $(SUBDIR)lib$(NAME).ver $(OBJS) > $$(@:$(SLIBSUF)=.def)'
3951 SLIB_INSTALL_NAME='$(SLIBNAME_WITH_MAJOR)'
3953 SLIB_INSTALL_EXTRA_SHLIB='$(SLIBNAME:$(SLIBSUF)=.lib)'
3954 SLIB_INSTALL_EXTRA_LIB='$(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.def)'
3955 SHFLAGS='-dll -def:$$(@:$(SLIBSUF)=.def) -implib:$(SUBDIR)$(SLIBNAME:$(SLIBSUF)=.lib)'
3962 shlibdir_default="$bindir_default"
3965 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
3966 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
3967 SLIB_INSTALL_NAME='$(SLIBNAME_WITH_MAJOR)'
3969 SLIB_INSTALL_EXTRA_LIB='lib$(NAME).dll.a'
3970 SHFLAGS='-shared -Wl,--out-implib,$(SUBDIR)lib$(NAME).dll.a'
3974 *-dos|freedos|opendos)
3975 network_extralibs="-lsocket"
3978 add_cppflags -U__STRICT_ANSI__
3982 enable section_data_rel_ro
3986 ranlib="echo ignoring ranlib"
3991 add_cppflags -D_GNU_SOURCE
3992 add_ldflags -Zomf -Zbin-files -Zargs-wild -Zhigh-mem -Zmap
3993 SHFLAGS='$(SUBDIR)$(NAME).def -Zdll -Zomf'
3997 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
3998 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(shell echo $(NAME) | cut -c1-6)$(LIBMAJOR)$(SLIBSUF)'
3999 SLIB_CREATE_DEF_CMD='echo LIBRARY $(SLIBNAME_WITH_MAJOR) INITINSTANCE TERMINSTANCE > $(SUBDIR)$(NAME).def; \
4000 echo CODE PRELOAD MOVEABLE DISCARDABLE >> $(SUBDIR)$(NAME).def; \
4001 echo DATA PRELOAD MOVEABLE MULTIPLE NONSHARED >> $(SUBDIR)$(NAME).def; \
4002 echo EXPORTS >> $(SUBDIR)$(NAME).def; \
4003 emxexp $(OBJS) >> $(SUBDIR)$(NAME).def'
4004 SLIB_EXTRA_CMD='emximp -o $(SUBDIR)$(LIBPREF)$(NAME)_dll.a $(SUBDIR)$(NAME).def; \
4005 emximp -o $(SUBDIR)$(LIBPREF)$(NAME)_dll.lib $(SUBDIR)$(NAME).def;'
4006 SLIB_INSTALL_EXTRA_LIB='$(LIBPREF)$(NAME)_dll.a $(LIBPREF)$(NAME)_dll.lib'
4010 add_cppflags -D_BSD_SOURCE
4015 add_cppflags -D_QNX_SOURCE
4016 network_extralibs="-lsocket"
4021 add_cflags --include=$sysinclude/gcce/gcce.h -fvisibility=default
4022 add_cppflags -D__GCCE__ -D__SYMBIAN32__ -DSYMBIAN_OE_POSIX_SIGNALS
4023 add_ldflags -Wl,--target1-abs,--no-undefined \
4024 -Wl,-Ttext,0x80000,-Tdata,0x1000000 -shared \
4025 -Wl,--entry=_E32Startup -Wl,-u,_E32Startup
4026 add_extralibs -l:eexe.lib -l:usrt2_2.lib -l:dfpaeabi.dso \
4027 -l:drtaeabi.dso -l:scppnwdl.dso -lsupc++ -lgcc \
4028 -l:libc.dso -l:libm.dso -l:euser.dso -l:libcrt0.lib
4031 add_cppflags -D_OSF_SOURCE -D_POSIX_PII -D_REENTRANT
4038 die "Unknown OS '$target_os'."
4042 # determine libc flavour
4047 # uclibc defines __GLIBC__, so it needs to be checked before glibc.
4048 if check_${pfx}cpp_condition features.h "defined __UCLIBC__"; then
4049 eval ${pfx}libc_type=uclibc
4050 add_${pfx}cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
4051 elif check_${pfx}cpp_condition features.h "defined __GLIBC__"; then
4052 eval ${pfx}libc_type=glibc
4053 add_${pfx}cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
4054 # MinGW headers can be installed on Cygwin, so check for newlib first.
4055 elif check_${pfx}cpp_condition newlib.h "defined _NEWLIB_VERSION"; then
4056 eval ${pfx}libc_type=newlib
4057 add_${pfx}cppflags -U__STRICT_ANSI__ -D_XOPEN_SOURCE=600
4058 # MinGW64 is backwards compatible with MinGW32, so check for it first.
4059 elif check_${pfx}cpp_condition _mingw.h "defined __MINGW64_VERSION_MAJOR"; then
4060 eval ${pfx}libc_type=mingw64
4061 add_${pfx}cppflags -U__STRICT_ANSI__ -D__USE_MINGW_ANSI_STDIO=1
4062 eval test \$${pfx_no_}cc_type = "gcc" &&
4063 add_${pfx}cppflags -D__printf__=__gnu_printf__
4064 elif check_${pfx}cpp_condition _mingw.h "defined __MINGW_VERSION" ||
4065 check_${pfx}cpp_condition _mingw.h "defined __MINGW32_VERSION"; then
4066 eval ${pfx}libc_type=mingw32
4067 check_${pfx}cpp_condition _mingw.h "__MINGW32_MAJOR_VERSION > 3 || \
4068 (__MINGW32_MAJOR_VERSION == 3 && __MINGW32_MINOR_VERSION >= 15)" ||
4069 die "ERROR: MinGW32 runtime version must be >= 3.15."
4070 add_${pfx}cppflags -U__STRICT_ANSI__ -D__USE_MINGW_ANSI_STDIO=1
4071 check_${pfx}cpp_condition _mingw.h "__MSVCRT_VERSION__ < 0x0700__" &&
4072 add_${pfx}cppflags -D__MSVCRT_VERSION__=0x0700
4073 eval test \$${pfx_no_}cc_type = "gcc" &&
4074 add_${pfx}cppflags -D__printf__=__gnu_printf__
4075 elif check_${pfx}cpp_condition crtversion.h "defined _VC_CRT_MAJOR_VERSION"; then
4076 eval ${pfx}libc_type=msvcrt
4077 if check_${pfx}cpp_condition crtversion.h "_VC_CRT_MAJOR_VERSION < 14"; then
4078 if [ "$pfx" = host_ ]; then
4079 add_host_cppflags -Dsnprintf=_snprintf
4081 add_compat strtod.o strtod=avpriv_strtod
4082 add_compat msvcrt/snprintf.o snprintf=avpriv_snprintf \
4083 _snprintf=avpriv_snprintf \
4084 vsnprintf=avpriv_vsnprintf
4087 add_${pfx}cppflags -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS
4088 # The MSVC 2010 headers (Win 7.0 SDK) set _WIN32_WINNT to
4089 # 0x601 by default unless something else is set by the user.
4090 # This can easily lead to us detecting functions only present
4091 # in such new versions and producing binaries requiring windows 7.0.
4092 # Therefore explicitly set the default to XP unless the user has
4093 # set something else on the command line.
4094 # Don't do this if WINAPI_FAMILY is set and is set to a non-desktop
4095 # family. For these cases, configure is free to use any functions
4096 # found in the SDK headers by default. (Alternatively, we could force
4097 # _WIN32_WINNT to 0x0602 in that case.)
4098 check_${pfx}cpp_condition stdlib.h "defined(_WIN32_WINNT)" ||
4099 { check_${pfx}cpp <<EOF && add_${pfx}cppflags -D_WIN32_WINNT=0x0502; }
4100 #ifdef WINAPI_FAMILY
4101 #include <winapifamily.h>
4102 #if !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
4107 if [ "$pfx" = "" ]; then
4108 check_func strtoll || add_cflags -Dstrtoll=_strtoi64
4110 elif check_${pfx}cpp_condition stddef.h "defined __KLIBC__"; then
4111 eval ${pfx}libc_type=klibc
4112 elif check_${pfx}cpp_condition sys/cdefs.h "defined __BIONIC__"; then
4113 eval ${pfx}libc_type=bionic
4114 elif check_${pfx}cpp_condition sys/brand.h "defined LABELED_BRAND_NAME"; then
4115 eval ${pfx}libc_type=solaris
4116 add_${pfx}cppflags -D__EXTENSIONS__ -D_XOPEN_SOURCE=600
4118 eval ${pfx}libc_type=default
4119 add_${pfx}cppflags -D_DEFAULT_SOURCE
4124 test -n "$libc_type" && enable libc_$libc_type
4126 test -n "$host_libc_type" && enable host_libc_$host_libc_type
4128 # hacks for compiler/libc/os combinations
4132 add_compat strtod.o strtod=avpriv_strtod
4135 if enabled tms470; then
4136 CPPFLAGS="-I${source_path}/compat/tms470 ${CPPFLAGS}"
4137 add_cppflags -D__USER_LABEL_PREFIX__=
4138 add_cppflags -D__builtin_memset=memset
4139 add_cppflags -D__gnuc_va_list=va_list -D_VA_LIST_DEFINED
4140 add_cflags -pds=48 # incompatible redefinition of macro
4141 elif enabled ccc; then
4142 add_ldflags -Wl,-z,now # calls to libots crash without this
4147 check_compile_assert flt_lim "float.h limits.h" "DBL_MAX == (double)DBL_MAX" ||
4148 add_cppflags '-I\$(SRC_PATH)/compat/float'
4151 echo "$*" | sed 's/%/%25/g;s/:/%3a/g'
4154 echo "config:$arch:$subarch:$cpu:$target_os:$(esc $cc_ident):$(esc $LIBAV_CONFIGURATION)" > avbuild/config.fate
4156 check_cpp_condition stdlib.h "defined(__PIC__) || defined(__pic__) || defined(PIC)" && enable_weak pic
4158 set_default $PATHS_LIST
4161 # we need to build at least one lib type
4162 if ! enabled_any static shared; then
4164 At least one library type must be built.
4165 Specify --enable-static to build the static libraries or --enable-shared to
4166 build the shared libraries as well. To only build the shared libraries specify
4167 --disable-static in addition to --enable-shared.
4172 disabled optimizations || check_cflags -fomit-frame-pointer
4175 disabled pic && return
4178 case "$target_os" in
4188 enabled pic && enable_weak_pic
4190 check_cc <<EOF || die "Symbol mangling check failed."
4193 sym=$($nm $TMPO | awk '/ff_extern/{ print substr($0, match($0, /[^ \t]*ff_extern/)) }')
4194 extern_prefix=${sym%%ff_extern*}
4196 check_inline_asm inline_asm '"" ::'
4199 for restrict_keyword in restrict __restrict__ __restrict; do
4200 check_cc <<EOF && _restrict=$restrict_keyword && break
4201 void foo(char * $restrict_keyword p);
4205 check_cc <<EOF && enable pragma_deprecated
4206 void foo(void) { _Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"") }
4209 check_cc <<EOF && enable attribute_packed
4210 struct { int x; } __attribute__((packed)) x;
4213 check_cc <<EOF && enable attribute_may_alias
4214 union { int x; } __attribute__((may_alias)) x;
4217 check_cc <<EOF || die "endian test failed"
4218 unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
4220 od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
4223 log "check_gas using '$as' as AS"
4224 # :vararg is used on aarch64, arm and ppc altivec
4225 check_as <<EOF || return 1
4226 .macro m n, y:vararg=0
4231 # .altmacro is only used in arm asm
4232 ! enabled arm || check_as <<EOF || return 1
4239 if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then
4241 enabled_any arm aarch64 && nogas=die
4242 enabled_all ppc altivec && nogas=warn
4246 arm*) gaspp_as_type=armasm; as_noop=-h ;;
4247 gcc) gaspp_as_type=gas ;;
4248 *) gaspp_as_type=$as_type ;;
4251 [ $target_os = "darwin" ] && gaspp_as_type="apple-$gaspp_as_type"
4253 check_cmd gas-preprocessor.pl -arch $arch -as-type $gaspp_as_type -- $as $as_noop &&
4254 gas="gas-preprocessor.pl -arch $arch -as-type $gaspp_as_type -- $as"
4256 if ! check_gas ; then
4259 $nogas "GNU assembler not found, install/update gas-preprocessor"
4262 check_as <<EOF && enable as_func
4268 check_inline_asm inline_asm_labels '"1:\n"'
4270 if enabled aarch64; then
4271 enabled armv8 && check_insn armv8 'prfm pldl1strm, [x0]'
4272 # internal assembler in clang 3.3 does not support this instruction
4273 enabled neon && check_insn neon 'ext v0.8B, v0.8B, v1.8B, #1'
4274 enabled vfp && check_insn vfp 'fmadd d0, d0, d1, d2'
4276 map 'enabled_any ${v}_external ${v}_inline || disable $v' $ARCH_EXT_LIST_ARM
4278 elif enabled alpha; then
4282 elif enabled arm; then
4284 enabled msvc && check_cpp_condition stddef.h "defined _M_ARMT" && enable thumb
4285 check_cpp_condition stddef.h "defined __thumb__" && enable_weak thumb
4286 enabled thumb && check_cflags -mthumb || check_cflags -marm
4288 if check_cpp_condition stddef.h "defined __ARM_PCS_VFP"; then
4290 elif check_cpp_condition stddef.h "defined _M_ARM_FP && _M_ARM_FP >= 30"; then
4292 elif ! check_cpp_condition stddef.h "defined __ARM_PCS || defined __SOFTFP__" && [ $target_os != darwin ]; then
4293 case "${cross_prefix:-$cc}" in
4294 *hardfloat*) enable vfp_args; fpabi=vfp ;;
4295 *) check_ld <<EOF && enable vfp_args && fpabi=vfp || fpabi=soft ;;
4296 __asm__ (".eabi_attribute 28, 1");
4297 int main(void) { return 0; }
4300 warn "Compiler does not indicate floating-point ABI, guessing $fpabi."
4303 enabled armv5te && check_insn armv5te 'qadd r0, r0, r0'
4304 enabled armv6 && check_insn armv6 'sadd16 r0, r0, r0'
4305 enabled armv6t2 && check_insn armv6t2 'movt r0, #0'
4306 enabled neon && check_insn neon 'vadd.i16 q0, q0, q0'
4307 enabled vfp && check_insn vfp 'fadds s0, s0, s0'
4308 enabled vfpv3 && check_insn vfpv3 'vmov.f32 s0, #1.0'
4310 [ $target_os = linux ] || [ $target_os = android ] ||
4311 map 'enabled_any ${v}_external ${v}_inline || disable $v' \
4314 check_inline_asm asm_mod_q '"add r0, %Q0, %R0" :: "r"((long long)0)'
4316 check_as <<EOF && enable as_dn_directive
4320 check_as <<EOF && enable as_fpu_directive
4324 # llvm's integrated assembler supports .object_arch from llvm 3.5
4325 [ "$objformat" = elf ] && check_as <<EOF && enable as_object_arch
4329 [ $target_os != win32 ] && enabled_all armv6t2 shared !pic && enable_weak_pic
4331 elif enabled mips; then
4333 check_inline_asm loongson '"dmult.g $1, $2, $3"'
4335 # make sure that only an instruction set is enabled
4336 disable mips64r6 mips32r6 mips64r2 mips32r2 mips64r1 mips32r1
4338 if enabled mips64; then
4339 check_inline_asm mips64r6 '"dlsa $0, $0, $0, 1"' ||
4340 check_inline_asm mips64r2 '"dext $0, $0, 0, 1"' ||
4341 check_inline_asm mips64r1 '"daddi $0, $0, 0"'
4343 check_inline_asm mips32r6 '"aui $0, $0, 0"' ||
4344 check_inline_asm mips32r2 '"ext $0, $0, 0, 1"' ||
4345 check_inline_asm mips32r1 '"addi $0, $0, 0"'
4348 elif enabled parisc; then
4350 if enabled gcc; then
4351 case $($cc -dumpversion) in
4352 4.[3-8].*) check_cflags -fno-optimize-sibling-calls ;;
4356 elif enabled ppc; then
4358 enable local_aligned_8 local_aligned_16 local_aligned_32
4360 check_inline_asm dcbzl '"dcbzl 0, %0" :: "r"(0)'
4361 check_inline_asm ibm_asm '"add 0, 0, 0"'
4362 check_inline_asm ppc4xx '"maclhw r10, r11, r12"'
4363 check_inline_asm xform_asm '"lwzx %1, %y0" :: "Z"(*(int*)0), "r"(0)'
4365 # AltiVec flags: The FSF version of GCC differs from the Apple version
4366 if enabled altivec; then
4367 check_cflags -maltivec -mabi=altivec &&
4368 { check_header altivec.h && inc_altivec_h="#include <altivec.h>" ; } ||
4369 check_cflags -faltivec
4371 # check if our compiler supports Motorola AltiVec C API
4372 check_cc <<EOF || disable altivec
4375 vector signed int v1 = (vector signed int) { 0 };
4376 vector signed int v2 = (vector signed int) { 1 };
4377 v1 = vec_add(v1, v2);
4382 enabled altivec || warn "Altivec disabled, possibly missing --cpu flag"
4385 if enabled vsx; then
4386 check_cflags -mvsx &&
4387 check_builtin vec_vsx_ld "altivec.h" "__builtin_vec_vsx_ld" || disable vsx
4390 if enabled power8; then
4391 check_cpp_condition "altivec.h" "defined(_ARCH_PWR8)" || disable power8
4394 elif enabled x86; then
4396 check_builtin rdtsc intrin.h "__rdtsc()"
4397 check_builtin mm_empty mmintrin.h "_mm_empty()"
4399 enable local_aligned_8 local_aligned_16 local_aligned_32
4401 # check whether EBP is available on x86
4402 # As 'i' is stored on the stack, this program will crash
4403 # if the base pointer is used to access it because the
4404 # base pointer is cleared in the inline assembly code.
4405 check_exec_crash <<EOF && enable ebp_available
4407 __asm__ volatile ("xorl %%ebp, %%ebp" ::: "%ebp");
4411 # check whether EBX is available on x86
4412 check_inline_asm ebx_available '""::"b"(0)' &&
4413 check_inline_asm ebx_available '"":::"%ebx"'
4415 # check whether xmm clobbers are supported
4416 check_inline_asm xmm_clobbers '"":::"%xmm0"'
4418 # check whether binutils is new enough to compile SSSE3/MMXEXT
4419 enabled ssse3 && check_inline_asm ssse3_inline '"pabsw %xmm0, %xmm0"'
4420 enabled mmxext && check_inline_asm mmxext_inline '"pmaxub %mm0, %mm1"'
4422 if ! disabled_any asm mmx yasm; then
4423 if check_cmd $yasmexe --version; then
4424 enabled x86_64 && yasm_extra="-m amd64"
4425 yasm_debug="-g dwarf2"
4426 elif check_cmd nasm -v; then
4428 yasm_debug="-g -F dwarf"
4429 enabled x86_64 && test "$objformat" = elf && objformat=elf64
4432 YASMFLAGS="-f $objformat $yasm_extra"
4433 enabled pic && append YASMFLAGS "-DPIC"
4434 test -n "$extern_prefix" && append YASMFLAGS "-DPREFIX"
4435 case "$objformat" in
4436 elf*) enabled debug && append YASMFLAGS $yasm_debug ;;
4439 check_yasm "movbe ecx, [5]" && enable yasm ||
4440 die "yasm/nasm not found or too old. Use --disable-yasm for a crippled build."
4441 check_yasm "vextracti128 xmm0, ymm0, 0" || disable avx2_external
4442 check_yasm "vpmacsdd xmm0, xmm1, xmm2, xmm3" || disable xop_external
4443 check_yasm "vfmadd132ps ymm0, ymm1, ymm2" || disable fma3_external
4444 check_yasm "vfmaddps ymm0, ymm1, ymm2, ymm3" || disable fma4_external
4445 check_yasm "CPU amdnop" || disable cpunop
4449 athlon*|opteron*|k8*|pentium|pentium-mmx|prescott|nocona|atom|geode)
4456 check_code cc arm_neon.h "int16x8_t test = vdupq_n_s16(0)" && enable intrinsics_neon
4458 check_ldflags -Wl,--as-needed
4460 if check_func dlopen; then
4462 elif check_func dlopen -ldl; then
4466 if ! disabled network; then
4467 check_func getaddrinfo $network_extralibs
4468 check_func inet_aton $network_extralibs
4470 check_type netdb.h "struct addrinfo"
4471 check_type netinet/in.h "struct group_source_req" -D_BSD_SOURCE
4472 check_type netinet/in.h "struct ip_mreq_source" -D_BSD_SOURCE
4473 check_type netinet/in.h "struct ipv6_mreq" -D_DARWIN_C_SOURCE
4474 check_type poll.h "struct pollfd"
4475 check_type netinet/sctp.h "struct sctp_event_subscribe"
4476 check_struct "sys/types.h sys/socket.h" "struct sockaddr" sa_len
4477 check_type netinet/in.h "struct sockaddr_in6"
4478 check_type "sys/types.h sys/socket.h" "struct sockaddr_storage"
4479 check_type "sys/types.h sys/socket.h" socklen_t
4481 # Prefer arpa/inet.h over winsock2
4482 if check_header arpa/inet.h ; then
4483 check_func closesocket
4484 elif check_header winsock2.h ; then
4485 check_func_headers winsock2.h closesocket -lws2 &&
4486 network_extralibs="-lws2" ||
4487 { check_func_headers winsock2.h closesocket -lws2_32 &&
4488 network_extralibs="-lws2_32"; } || disable winsock2_h network
4489 check_func_headers ws2tcpip.h getaddrinfo $network_extralibs
4491 check_type ws2tcpip.h socklen_t
4492 check_type ws2tcpip.h "struct addrinfo"
4493 check_type ws2tcpip.h "struct group_source_req"
4494 check_type ws2tcpip.h "struct ip_mreq_source"
4495 check_type ws2tcpip.h "struct ipv6_mreq"
4496 check_type winsock2.h "struct pollfd"
4497 check_struct winsock2.h "struct sockaddr" sa_len
4498 check_type ws2tcpip.h "struct sockaddr_in6"
4499 check_type ws2tcpip.h "struct sockaddr_storage"
4505 check_builtin atomic_cas_ptr atomic.h "void **ptr; void *oldval, *newval; atomic_cas_ptr(ptr, oldval, newval)"
4506 check_builtin machine_rw_barrier mbarrier.h "__machine_rw_barrier()"
4507 check_builtin MemoryBarrier windows.h "MemoryBarrier()"
4508 check_builtin sync_val_compare_and_swap "" "int *ptr; int oldval, newval; __sync_val_compare_and_swap(ptr, oldval, newval)"
4510 case "$custom_allocator" in
4512 # jemalloc by default does not use a prefix
4513 require libjemalloc jemalloc/jemalloc.h malloc -ljemalloc
4516 require_pkg_config libtcmalloc gperftools/tcmalloc.h tc_malloc
4521 check_func_headers malloc.h _aligned_malloc && enable aligned_malloc
4522 check_func ${malloc_prefix}memalign && enable memalign
4523 check_func ${malloc_prefix}posix_memalign && enable posix_memalign
4525 check_cpp_condition unistd.h "defined(_POSIX_MONOTONIC_CLOCK)" &&
4526 check_func_headers time.h clock_gettime ||
4527 { check_lib clock_gettime time.h clock_gettime -lrt && LIBRT="-lrt"; }
4531 check_func gethrtime
4533 check_func getrusage
4534 check_func gettimeofday
4537 check_func localtime_r
4538 check_func mach_absolute_time
4542 # Solaris has nanosleep in -lrt, OpenSolaris no longer needs that
4543 check_func_headers time.h nanosleep || check_lib nanosleep time.h nanosleep -lrt
4544 check_func sched_getaffinity
4545 check_func setrlimit
4546 check_func strerror_r
4551 check_func_headers io.h setmode
4552 check_func_headers stdlib.h getenv
4554 check_func_headers windows.h GetProcessAffinityMask
4555 check_func_headers windows.h GetProcessTimes
4556 check_func_headers windows.h GetSystemTimeAsFileTime
4557 check_func_headers windows.h LoadLibrary
4558 check_func_headers windows.h MapViewOfFile
4559 check_func_headers windows.h SetConsoleTextAttribute
4560 check_func_headers windows.h Sleep
4561 check_func_headers windows.h VirtualAlloc
4562 check_struct windows.h "CONDITION_VARIABLE" Ptr
4564 check_header d3d11.h
4565 check_header direct.h
4566 check_header dlfcn.h
4568 check_header dxva2api.h
4570 check_header mach/mach_time.h
4571 check_header malloc.h
4573 check_header sys/mman.h
4574 check_header sys/param.h
4575 check_header sys/resource.h
4576 check_header sys/select.h
4577 check_header sys/time.h
4578 check_header sys/un.h
4579 check_header unistd.h
4580 check_header valgrind/valgrind.h
4581 check_header VideoDecodeAcceleration/VDADecoder.h
4582 check_header windows.h
4583 check_header X11/extensions/XvMClib.h
4585 # it seems there are versions of clang in some distros that try to use the
4586 # gcc headers, which explodes for stdatomic
4587 # so we also check that atomics actually work here
4588 check_builtin stdatomic_h stdatomic.h "atomic_int foo; atomic_store(&foo, 0)"
4590 check_lib shell32 "windows.h shellapi.h" CommandLineToArgvW -lshell32
4591 check_lib wincrypt "windows.h wincrypt.h" CryptGenRandom -ladvapi32
4592 check_lib psapi "windows.h psapi.h" GetProcessMemoryInfo -lpsapi
4594 check_struct "sys/time.h sys/resource.h" "struct rusage" ru_maxrss
4596 check_type "windows.h dxva.h" "DXVA_PicParams_HEVC" -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -D_CRT_BUILD_DESKTOP_APP=0
4597 check_type "windows.h d3d11.h" "ID3D11VideoDecoder"
4598 check_type "d3d9.h dxva2api.h" DXVA2_ConfigPictureDecode -D_WIN32_WINNT=0x0602
4600 check_type "va/va.h va/va_dec_hevc.h" "VAPictureParameterBufferHEVC"
4601 check_type "va/va.h va/va_dec_vp8.h" "VAPictureParameterBufferVP8"
4602 check_type "va/va.h va/va_vpp.h" "VAProcPipelineParameterBuffer"
4603 check_type "va/va.h va/va_enc_h264.h" "VAEncPictureParameterBufferH264"
4604 check_type "va/va.h va/va_enc_hevc.h" "VAEncPictureParameterBufferHEVC"
4605 check_type "va/va.h va/va_enc_jpeg.h" "VAEncPictureParameterBufferJPEG"
4606 check_type "va/va.h va/va_enc_mpeg2.h" "VAEncPictureParameterBufferMPEG2"
4607 check_type "va/va.h va/va_enc_vp8.h" "VAEncPictureParameterBufferVP8"
4609 check_type "vdpau/vdpau.h" "VdpPictureInfoHEVC"
4611 if ! disabled w32threads && ! enabled pthreads; then
4612 check_lib w32threads "windows.h process.h" _beginthreadex
4615 # check for some common methods of building with pthread support
4616 # do this before the optional library checks as some of them require pthreads
4617 if ! disabled pthreads && ! enabled w32threads; then
4618 if check_lib pthreads pthread.h pthread_join -pthread; then
4620 elif check_lib pthreads pthread.h pthread_join -pthreads; then
4621 add_cflags -pthreads
4622 elif check_lib pthreads pthread.h pthread_join -lpthreadGC2; then
4624 elif check_lib pthreads pthread.h pthread_join -lpthread; then
4626 elif check_func pthread_join; then
4632 check_builtin sem_timedwait semaphore.h "sem_t *s; sem_init(s,0,0); sem_timedwait(s,0); sem_destroy(s)"
4634 disabled zlib || check_lib zlib zlib.h zlibVersion -lz
4635 disabled bzlib || check_lib bzlib bzlib.h BZ2_bzlibVersion -lbz2
4637 check_lib libm math.h sin -lm && LIBM="-lm"
4643 for func in $MATH_FUNCS; do
4644 eval check_mathfunc $func \${${func}_args:-1} $LIBM
4647 # these are off by default, so fail if requested and not available
4648 enabled avisynth && require_header avisynth/avisynth_c.h
4649 enabled avxsynth && require avxsynth "avxsynth/avxsynth_c.h dlfcn.h" dlopen -ldl
4650 enabled cuda && require cuda cuda.h cuInit -lcuda
4651 enabled frei0r && require_header frei0r.h
4652 enabled gnutls && require_pkg_config gnutls gnutls/gnutls.h gnutls_global_init
4653 enabled libbs2b && require_pkg_config libbs2b bs2b.h bs2b_open
4654 enabled libdc1394 && require_pkg_config libdc1394-2 dc1394/dc1394.h dc1394_new
4655 enabled libdcadec && require libdcadec libdcadec/dca_context.h dcadec_context_create -ldcadec
4656 enabled libfaac && require libfaac "stdint.h faac.h" faacEncGetVersion -lfaac
4657 enabled libfdk_aac && require_pkg_config fdk-aac "fdk-aac/aacenc_lib.h" aacEncOpen
4658 enabled libfontconfig && require_pkg_config fontconfig "fontconfig/fontconfig.h" FcInit
4659 enabled libfreetype && require_pkg_config freetype2 "ft2build.h FT_FREETYPE_H" FT_Init_FreeType
4660 enabled libgsm && { for gsm_hdr in "gsm.h" "gsm/gsm.h"; do
4661 check_lib libgsm "${gsm_hdr}" gsm_create -lgsm && break;
4662 done || die "ERROR: libgsm not found"; }
4663 enabled libhdcd && require_pkg_config libhdcd "hdcd/hdcd_simple.h" hdcd_new
4664 enabled libilbc && require libilbc ilbc.h WebRtcIlbcfix_InitDecode -lilbc
4665 enabled libkvazaar && require_pkg_config "kvazaar >= 0.8.1" kvazaar.h kvz_api_get
4666 enabled libmfx && require_pkg_config libmfx "mfx/mfxvideo.h" MFXInit
4667 enabled libmp3lame && require "libmp3lame >= 3.98.3" lame/lame.h lame_set_VBR_quality -lmp3lame
4668 enabled libnpp && require libnpp npp.h nppGetLibVersion -lnppi -lnppc
4669 enabled libopencore_amrnb && require libopencore_amrnb opencore-amrnb/interf_dec.h Decoder_Interface_init -lopencore-amrnb
4670 enabled libopencore_amrwb && require libopencore_amrwb opencore-amrwb/dec_if.h D_IF_init -lopencore-amrwb
4671 enabled libopencv && require_pkg_config opencv opencv/cv.h cvCreateImageHeader
4672 enabled libopenh264 && require_pkg_config openh264 wels/codec_api.h WelsGetCodecVersion
4673 enabled libopenjpeg && { check_lib libopenjpeg openjpeg.h opj_version -lopenjpeg -DOPJ_STATIC ||
4674 require_pkg_config libopenjpeg1 openjpeg.h opj_version -DOPJ_STATIC; }
4675 enabled libopus && require_pkg_config opus opus_multistream.h opus_multistream_decoder_create
4676 enabled libpulse && require_pkg_config libpulse-simple pulse/simple.h pa_simple_new
4677 enabled librtmp && require_pkg_config librtmp librtmp/rtmp.h RTMP_Socket
4678 enabled libschroedinger && require_pkg_config schroedinger-1.0 schroedinger/schro.h schro_init
4679 enabled libsnappy && require libsnappy snappy-c.h snappy_compress -lsnappy
4680 enabled libspeex && require_pkg_config speex speex/speex.h speex_decoder_init -lspeex
4681 enabled libtheora && require libtheora theora/theoraenc.h th_info_init -ltheoraenc -ltheoradec -logg
4682 enabled libtwolame && require libtwolame twolame.h twolame_init -ltwolame
4683 enabled libvo_aacenc && require libvo_aacenc vo-aacenc/voAAC.h voGetAACEncAPI -lvo-aacenc
4684 enabled libvo_amrwbenc && require libvo_amrwbenc vo-amrwbenc/enc_if.h E_IF_init -lvo-amrwbenc
4685 enabled libvorbis && require libvorbis vorbis/vorbisenc.h vorbis_info_init -lvorbisenc -lvorbis -logg
4686 enabled libvpx && require_pkg_config "vpx >= 1.3.0" vpx/vpx_codec.h vpx_codec_version && {
4687 enabled libvpx_vp8_decoder && {
4688 check_pkg_config vpx "vpx/vpx_decoder.h vpx/vp8dx.h" vpx_codec_vp8_dx ||
4689 disable libvpx_vp8_decoder;
4691 enabled libvpx_vp8_encoder && {
4692 check_pkg_config vpx "vpx/vpx_encoder.h vpx/vp8cx.h" vpx_codec_vp8_cx ||
4693 disable libvpx_vp8_encoder;
4695 enabled libvpx_vp9_decoder && {
4696 check_pkg_config vpx "vpx/vpx_decoder.h vpx/vp8dx.h" vpx_codec_vp9_dx ||
4697 disable libvpx_vp9_decoder;
4699 enabled libvpx_vp9_encoder && {
4700 check_pkg_config vpx "vpx/vpx_encoder.h vpx/vp8cx.h" vpx_codec_vp9_cx ||
4701 disable libvpx_vp9_encoder;
4703 if disabled_all libvpx_vp8_decoder libvpx_vp9_decoder libvpx_vp8_encoder libvpx_vp9_encoder; then
4704 die "libvpx enabled but no supported decoders found"
4707 enabled libwavpack && require libwavpack wavpack/wavpack.h WavpackOpenFileOutput -lwavpack
4708 enabled libwebp && require_pkg_config libwebp webp/encode.h WebPGetEncoderVersion
4709 enabled libx264 && require_pkg_config x264 "stdint.h x264.h" x264_encoder_encode &&
4710 require_cpp_condition x264.h "X264_BUILD >= 118" &&
4711 { check_cpp_condition x264.h "X264_MPEG2" &&
4713 enabled libx265 && require_pkg_config x265 x265.h x265_api_get &&
4714 require_cpp_condition x265.h "X265_BUILD >= 57"
4715 enabled libxavs && require libxavs "stdint.h xavs.h" xavs_encoder_encode -lxavs
4716 enabled libxvid && require libxvid xvid.h xvid_global -lxvidcore
4717 enabled mmal && { check_lib mmal interface/mmal/mmal.h mmal_port_connect -lmmal_core -lmmal_util -lmmal_vc_client -lbcm_host ||
4718 { ! enabled cross_compile &&
4719 add_cflags -isystem/opt/vc/include/ -isystem/opt/vc/include/interface/vmcs_host/linux -isystem/opt/vc/include/interface/vcos/pthreads -fgnu89-inline &&
4720 add_ldflags -L/opt/vc/lib/ &&
4721 check_lib mmal interface/mmal/mmal.h mmal_port_connect -lmmal_core -lmmal_util -lmmal_vc_client -lbcm_host; } ||
4722 die "ERROR: mmal not found" &&
4723 check_func_headers interface/mmal/mmal.h "MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS"; }
4724 enabled omx_rpi && { check_header OMX_Core.h ||
4725 { ! enabled cross_compile && add_cflags -isystem/opt/vc/include/IL && check_header OMX_Core.h ; } ||
4726 die "ERROR: OpenMAX IL headers not found"; }
4727 enabled omx && require_header OMX_Core.h
4728 enabled openssl && { { check_pkg_config openssl openssl/ssl.h OPENSSL_init_ssl ||
4729 check_pkg_config openssl openssl/ssl.h SSL_library_init; } && {
4730 add_cflags $openssl_cflags && add_extralibs $openssl_extralibs; } ||
4731 check_lib openssl openssl/ssl.h SSL_library_init -lssl -lcrypto ||
4732 check_lib openssl openssl/ssl.h SSL_library_init -lssl32 -leay32 ||
4733 check_lib openssl openssl/ssl.h SSL_library_init -lssl -lcrypto -lws2_32 -lgdi32 ||
4734 die "ERROR: openssl not found"; }
4736 enabled gnutls && check_lib gmp gmp.h mpz_export -lgmp
4738 if enabled nvenc; then
4739 require_header nvEncodeAPI.h
4740 require_cpp_condition nvEncodeAPI.h "NVENCAPI_MAJOR_VERSION >= 6"
4743 if check_pkg_config sdl SDL_events.h SDL_PollEvent; then
4744 check_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) >= 0x010201" $sdl_cflags &&
4745 check_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) < 0x010300" $sdl_cflags &&
4749 ! disabled pod2man && check_cmd pod2man --help && enable pod2man || disable pod2man
4750 ! disabled texi2html && check_cmd texi2html -version && enable texi2html || disable texi2html
4752 check_header linux/fb.h
4753 check_header linux/videodev2.h
4754 check_struct linux/videodev2.h "struct v4l2_frmivalenum" discrete
4756 check_header AVFoundation/AVFoundation.h
4758 check_header sys/videoio.h
4760 check_lib user32 "windows.h winuser.h" GetShellWindow -luser32
4761 check_lib vfw32 "windows.h vfw.h" capCreateCaptureWindow -lvfw32
4762 # check that WM_CAP_DRIVER_CONNECT is defined to the proper value
4763 # w32api 3.12 had it defined wrong
4764 check_cpp_condition vfw.h "WM_CAP_DRIVER_CONNECT > WM_USER" && enable vfwcap_defines
4766 # check for ioctl_meteor.h, ioctl_bt848.h and alternatives
4767 { check_header dev/bktr/ioctl_meteor.h &&
4768 check_header dev/bktr/ioctl_bt848.h; } ||
4769 { check_header machine/ioctl_meteor.h &&
4770 check_header machine/ioctl_bt848.h; } ||
4771 { check_header dev/video/meteor/ioctl_meteor.h &&
4772 check_header dev/video/bktr/ioctl_bt848.h; } ||
4773 check_header dev/ic/bt8xx.h
4775 check_header sys/soundcard.h
4776 check_header soundcard.h
4778 enabled_any alsa_indev alsa_outdev &&
4779 check_lib alsa alsa/asoundlib.h snd_pcm_htimestamp -lasound
4781 enabled jack_indev && check_lib jack jack/jack.h jack_client_open -ljack &&
4782 check_func jack_port_get_latency_range -ljack
4784 enabled_any sndio_indev sndio_outdev && check_lib sndio sndio.h sio_open -lsndio
4786 if enabled libcdio; then
4787 check_lib libcdio "cdio/cdda.h cdio/paranoia.h" cdio_cddap_open -lcdio_paranoia -lcdio_cdda -lcdio ||
4788 check_lib libcdio "cdio/paranoia/cdda.h cdio/paranoia/paranoia.h" cdio_cddap_open -lcdio_paranoia -lcdio_cdda -lcdio ||
4789 die "ERROR: No usable libcdio/cdparanoia found"
4792 if enabled libxcb; then
4793 require_pkg_config xcb-shape xcb/shape.h xcb_shape_rectangles
4794 disabled libxcb_shm ||
4795 require_pkg_config xcb-shm xcb/shm.h xcb_shm_attach
4796 disabled libxcb_xfixes ||
4797 require_pkg_config xcb-xfixes xcb/xfixes.h xcb_xfixes_get_cursor_image
4801 check_lib dxva2_lib windows.h CoTaskMemFree -lole32
4803 enabled vaapi && require vaapi va/va.h vaInitialize -lva
4806 check_code cc "va/va.h" "vaCreateSurfaces(0, 0, 0, 0, 0, 0, 0, 0)" ||
4810 check_lib vaapi_drm "va/va.h va/va_drm.h" vaGetDisplayDRM -lva -lva-drm
4813 check_lib vaapi_x11 "va/va.h va/va_x11.h" vaGetDisplay -lva -lva-x11 -lX11
4816 check_cpp_condition vdpau/vdpau.h "defined VDP_DECODER_PROFILE_MPEG4_PART2_ASP" ||
4820 check_lib vdpau_x11 "vdpau/vdpau.h vdpau/vdpau_x11.h" vdp_device_create_x11 -lvdpau -lX11
4822 enabled debug && add_cflags -g"$debuglevel" && add_asflags -g"$debuglevel"
4824 # add some useful compiler flags if supported
4825 check_cflags -Wdeclaration-after-statement
4827 check_cflags -Wdisabled-optimization
4828 check_cflags -Wpointer-arith
4829 check_cflags -Wredundant-decls
4830 check_cflags -Wwrite-strings
4831 check_cflags -Wtype-limits
4832 check_cflags -Wundef
4833 check_cflags -Wmissing-prototypes
4834 check_cflags -Wstrict-prototypes
4836 if enabled extra_warnings; then
4837 check_cflags -Wcast-qual
4838 check_cflags -Wextra
4839 check_cflags -Wpedantic
4842 check_disable_warning(){
4843 warning_flag=-W${1#-Wno-}
4844 test_cflags $warning_flag && add_cflags $1
4847 check_disable_warning -Wno-parentheses
4848 check_disable_warning -Wno-switch
4849 check_disable_warning -Wno-format-zero-length
4850 check_disable_warning -Wno-pointer-sign
4852 check_disable_warning_headers(){
4853 warning_flag=-W${1#-Wno-}
4854 test_cflags $warning_flag && add_cflags_headers $1
4857 check_disable_warning_headers -Wno-deprecated-declarations
4858 check_disable_warning_headers -Wno-unused-variable
4860 check_objcflags -fobjc-arc && enable objc_arc
4862 check_cc <<EOF && enable blocks_extension