3 # Libav configure script
5 # Copyright (c) 2000-2002 Fabrice Bellard
6 # Copyright (c) 2005-2008 Diego Biurrun
7 # Copyright (c) 2005-2008 Mans Rullgard
10 # Prevent locale nonsense from breaking basic text processing.
14 # make sure we are running under a compatible shell
15 # try to make this part work with most shells
18 echo "Trying shell $1"
19 type "$1" > /dev
/null
2>&1 && exec "$@"
23 (: ${foo%%bar}) 2> /dev
/null
26 (: ${foo?}) 2> /dev
/null
29 if test "$E1" != 0 ||
test "$E2" = 0; then
30 echo "Broken shell detected. Trying alternatives."
32 if test "0$FF_CONF_EXEC" -lt
1; then
34 try_exec bash
"$0" "$@"
36 if test "0$FF_CONF_EXEC" -lt
2; then
38 try_exec ksh
"$0" "$@"
40 if test "0$FF_CONF_EXEC" -lt
3; then
42 try_exec
/usr
/xpg4
/bin
/sh
"$0" "$@"
44 echo "No compatible shell script interpreter found."
45 echo "This configure script requires a POSIX-compatible shell"
46 echo "such as bash or ksh."
47 echo "THIS IS NOT A BUG IN LIBAV, DO NOT REPORT IT AS SUCH."
48 echo "Instead, install a working POSIX-compatible shell."
49 echo "Disabling this configure test will create a broken Libav."
50 if test "$BASH_VERSION" = '2.04.0(1)-release'; then
51 echo "This bash version ($BASH_VERSION) is broken on your platform."
52 echo "Upgrade to a later version if available."
57 test -d
/usr
/xpg4
/bin
&& PATH
=/usr
/xpg4
/bin
:$PATH
61 Usage: configure [options]
62 Options: [defaults in brackets after descriptions]
65 --help print this message
66 --quiet Suppress showing informative output
67 --list-decoders show all available decoders
68 --list-encoders show all available encoders
69 --list-hwaccels show all available hardware accelerators
70 --list-demuxers show all available demuxers
71 --list-muxers show all available muxers
72 --list-parsers show all available parsers
73 --list-protocols show all available protocols
74 --list-bsfs show all available bitstream filters
75 --list-indevs show all available input devices
76 --list-filters show all available filters
79 --logfile=FILE log tests and output to FILE [avbuild/config.log]
80 --disable-logging do not log configure debug information
81 --prefix=PREFIX install in PREFIX [$prefix_default]
82 --bindir=DIR install binaries in DIR [PREFIX/bin]
83 --datadir=DIR install data files in DIR [PREFIX/share/avconv]
84 --docdir=DIR install documentation in DIR [PREFIX/share/doc/libav]
85 --libdir=DIR install libs in DIR [PREFIX/lib]
86 --shlibdir=DIR install shared libs in DIR [PREFIX/lib]
87 --incdir=DIR install includes in DIR [PREFIX/include]
88 --mandir=DIR install man page in DIR [PREFIX/share/man]
89 --enable-rpath use rpath when linking programs (USE WITH CARE)
92 --enable-gpl allow use of GPL code, the resulting libs
93 and binaries will be under GPL [no]
94 --enable-version3 upgrade (L)GPL to version 3 [no]
95 --enable-nonfree allow use of nonfree code, the resulting libs
96 and binaries will be unredistributable [no]
98 Configuration options:
99 --disable-static do not build static libraries [no]
100 --enable-shared build shared libraries [no]
101 --enable-small optimize for size instead of speed
102 --enable-runtime-cpudetect detect CPU capabilities at runtime (bigger binary)
103 --enable-gray enable full grayscale support (slower color)
104 --disable-swscale-alpha disable alpha channel support in swscale
105 --disable-all disable building components, libraries and programs
108 --disable-programs do not build command line programs
109 --disable-avconv disable avconv build
110 --disable-avplay disable avplay build
111 --disable-avprobe disable avprobe build
114 --disable-doc do not build documentation
115 --disable-pod2man do not build manual pages
116 --disable-texi2html do not build HTML documentation
117 --disable-avdevice disable libavdevice build
118 --disable-avcodec disable libavcodec build
119 --disable-avformat disable libavformat build
120 --disable-avutil disable libavutil build
121 --disable-swscale disable libswscale build
122 --disable-avfilter disable video filter support [no]
123 --disable-avresample disable libavresample build [no]
124 --disable-pthreads disable pthreads [auto]
125 --disable-w32threads disable Win32 threads [auto]
126 --disable-network disable network support [no]
127 --disable-dct disable DCT code
128 --disable-error-resilience disable error resilience code
129 --disable-lsp disable LSP code
130 --disable-lzo disable LZO decoder code
131 --disable-mdct disable MDCT code
132 --disable-rdft disable RDFT code
133 --disable-fft disable FFT code
134 --disable-faan disable floating point AAN (I)DCT code
136 Individual component options:
137 --disable-everything disable all components listed below
138 --disable-encoder=NAME disable encoder NAME
139 --enable-encoder=NAME enable encoder NAME
140 --disable-encoders disable all encoders
141 --disable-decoder=NAME disable decoder NAME
142 --enable-decoder=NAME enable decoder NAME
143 --disable-decoders disable all decoders
144 --disable-hwaccel=NAME disable hwaccel NAME
145 --enable-hwaccel=NAME enable hwaccel NAME
146 --disable-hwaccels disable all hwaccels
147 --disable-muxer=NAME disable muxer NAME
148 --enable-muxer=NAME enable muxer NAME
149 --disable-muxers disable all muxers
150 --disable-demuxer=NAME disable demuxer NAME
151 --enable-demuxer=NAME enable demuxer NAME
152 --disable-demuxers disable all demuxers
153 --enable-parser=NAME enable parser NAME
154 --disable-parser=NAME disable parser NAME
155 --disable-parsers disable all parsers
156 --enable-bsf=NAME enable bitstream filter NAME
157 --disable-bsf=NAME disable bitstream filter NAME
158 --disable-bsfs disable all bitstream filters
159 --enable-protocol=NAME enable protocol NAME
160 --disable-protocol=NAME disable protocol NAME
161 --disable-protocols disable all protocols
162 --enable-indev=NAME enable input device NAME
163 --disable-indev=NAME disable input device NAME
164 --disable-indevs disable input devices
165 --disable-devices disable all devices
166 --enable-filter=NAME enable filter NAME
167 --disable-filter=NAME disable filter NAME
168 --disable-filters disable all filters
170 External library support:
172 Using any of the following switches will allow Libav to link to the
173 corresponding external library. All the components depending on that library
174 will become enabled, if all their other dependencies are met and they are not
175 explicitly disabled. E.g. --enable-libwavpack will enable linking to
176 libwavpack and allow the libwavpack encoder to be built, unless it is
177 specifically disabled with --disable-encoder=libwavpack.
179 Note that only the system libraries are auto-detected. All the other external
180 libraries must be explicitly enabled.
182 Also note that the following help text describes the purpose of the libraries
183 themselves, not all their features will necessarily be usable by Libav.
185 --enable-avisynth video frameserver
186 --enable-avxsynth Linux version of AviSynth
187 --enable-bzlib bzip2 compression [autodetect]
188 --enable-frei0r video filtering plugins
189 --enable-gnutls crypto
190 --enable-libbs2b Bauer stereophonic-to-binaural DSP
191 --enable-libcdio audio CD input
192 --enable-libdc1394 IEEE 1394/Firewire camera input
193 --enable-libdcadec DCA audio decoding
194 --enable-libfaac AAC audio encoding
195 --enable-libfdk-aac AAC audio encoding/decoding
196 --enable-libfontconfig font configuration and management
197 --enable-libfreetype font rendering
198 --enable-libgsm GSM audio encoding/decoding
199 --enable-libhdcd HDCD decoding filter
200 --enable-libilbc ILBC audio encoding/decoding
201 --enable-libjack JACK audio sound server
202 --enable-libkvazaar HEVC video encoding
203 --enable-libmp3lame MP3 audio encoding
204 --enable-libopencore-amrnb AMR-NB audio encoding/decoding
205 --enable-libopencore-amrwb AMR-WB audio decoding
206 --enable-libopencv computer vision
207 --enable-libopenh264 H.264 video encoding/decoding
208 --enable-libopenjpeg JPEG 2000 image encoding/decoding
209 --enable-libopus Opus audio encoding/decoding
210 --enable-libpulse Pulseaudio sound server
211 --enable-librtmp RTMP streaming
212 --enable-libschroedinger Dirac video encoding/decoding
213 --enable-libsnappy snappy compression
214 --enable-libspeex Speex audio encoding/decoding
215 --enable-libtheora Theora video encoding/decoding
216 --enable-libtwolame MP2 audio encoding
217 --enable-libvo-aacenc AAC audio encoding
218 --enable-libvo-amrwbenc AMR-WB audio encoding
219 --enable-libvorbis Vorbis audio encoding/decoding
220 --enable-libvpx VP* video encoding/decoding
221 --enable-libwavpack Wavpack audio encoding/decoding
222 --enable-libwebp WebP image encoding/decoding
223 --enable-libx264 H.264 video encoding
224 --enable-libx265 HEVC video encoding
225 --enable-libxavs Chinese AVS video encoding
226 --enable-libxcb X window system protocol communication
227 --enable-libxcb-shm X11 shm communication [auto]
228 --enable-libxcb-xfixes X11 mouse rendering [auto]
229 --enable-libxvid MPEG-4 ASP video encoding
230 --enable-openssl crypto
231 --enable-zlib compression [autodetect]
233 The following libraries provide various hardware acceleration features:
234 --enable-cuda Nvidia CUDA (dynamically linked)
235 --enable-cuvid Nvidia CUVID video decode acceleration
236 --enable-d3d11va Microsoft Direct3D 11 video acceleration [auto]
237 --enable-dxva2 Microsoft DirectX 9 video acceleration [auto]
238 --enable-libmfx Intel MediaSDK (AKA Quick Sync Video)
239 --enable-libnpp Nvidia CUDA processing
240 --enable-mmal Broadcom Multi-Media Abstraction Layer (Raspberry Pi)
241 --enable-nvenc Nvidia video encoding
242 --enable-omx OpenMAX IL
243 --enable-omx-rpi OpenMAX IL for Raspberry Pi
244 --enable-vaapi Video Acceleration API (mainly Unix/Intel)
245 --enable-vda Apple Video Decode Acceleration [auto]
246 --enable-vdpau Nvidia Video Decode and Presentation API for Unix [auto]
249 --arch=ARCH select architecture [$arch]
250 --cpu=CPU select the minimum required CPU (affects
251 instruction selection, may crash on older CPUs)
252 --cross-prefix=PREFIX use PREFIX for compilation tools [$cross_prefix]
253 --enable-cross-compile assume a cross-compiler is used
254 --sysroot=PATH root of cross-build tree
255 --sysinclude=PATH location of cross-build system headers
256 --target-os=OS compiler targets OS [$target_os]
257 --target-exec=CMD command to run executables on target
258 --target-path=DIR path to view of build directory on target
259 --target-samples=DIR path to samples directory on target
260 --toolchain=NAME set tool defaults according to NAME
262 --ar=AR use archive tool AR [$ar_default]
263 --as=AS use assembler AS [$as_default]
264 --cc=CC use C compiler CC [$cc_default]
265 --objcc=OCC use ObjC compiler OCC [$cc_default]
266 --dep-cc=DEPCC use dependency generator DEPCC [$cc_default]
267 --ld=LD use linker LD
268 --x86asmexe=X86ASM use x86 assembler X86ASM
269 --pkg-config=PKGCONFIG use pkg-config tool PKGCONFIG [$pkg_config_default]
270 --pkg-config-flags=FLAGS pass additional flags to pkgconf []
271 --host-cc=HOSTCC use host C compiler HOSTCC
272 --host-cflags=HCFLAGS use HCFLAGS when compiling for host
273 --host-cppflags=HCPPFLAGS use HCPPFLAGS when compiling for host
274 --host-ld=HOSTLD use host linker HOSTLD
275 --host-ldflags=HLDFLAGS use HLDFLAGS when linking for host
276 --host-libs=HLIBS use libs HLIBS when linking for host
277 --host-os=OS compiler host OS [$target_os]
278 --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS]
279 --extra-objcflags=FLAGS add FLAGS to OBJCFLAGS [$CFLAGS]
280 --extra-ldflags=ELDFLAGS add ELDFLAGS to LDFLAGS [$LDFLAGS]
281 --extra-ldexeflags=ELDFLAGS add ELDFLAGS to LDEXEFLAGS [$LDEXEFLAGS]
282 --extra-ldsoflags=ELDFLAGS add ELDFLAGS to LDSOFLAGS [$LDSOFLAGS]
283 --extra-libs=ELIBS add ELIBS [$ELIBS]
284 --extra-version=STRING version string suffix []
285 --optflags=OPTFLAGS override optimization-related compiler flags
286 --enable-pic build position-independent code
287 --enable-thumb compile for Thumb instruction set
288 --enable-lto use link-time optimization
289 --env="ENV=override" override the environment variables
291 Advanced options (experts only):
292 --malloc-prefix=PREFIX prefix malloc and related names with PREFIX
293 --custom-allocator=NAME use a supported custom allocator
294 --disable-symver disable symbol versioning
295 --enable-hardcoded-tables use hardcoded tables instead of runtime generation
296 --disable-safe-bitstream-reader
297 disable buffer boundary checking in bitreaders
298 (faster, but may crash)
299 --enable-sram allow use of on-chip SRAM
301 Optimization options (experts only):
302 --disable-asm disable all assembly optimizations
303 --disable-altivec disable AltiVec optimizations
304 --disable-vsx disable VSX optimizations
305 --disable-power8 disable POWER8 optimizations
306 --disable-amd3dnow disable 3DNow! optimizations
307 --disable-amd3dnowext disable 3DNow! extended optimizations
308 --disable-mmx disable MMX optimizations
309 --disable-mmxext disable MMXEXT optimizations
310 --disable-sse disable SSE optimizations
311 --disable-sse2 disable SSE2 optimizations
312 --disable-sse3 disable SSE3 optimizations
313 --disable-ssse3 disable SSSE3 optimizations
314 --disable-sse4 disable SSE4 optimizations
315 --disable-sse42 disable SSE4.2 optimizations
316 --disable-avx disable AVX optimizations
317 --disable-xop disable XOP optimizations
318 --disable-fma3 disable FMA3 optimizations
319 --disable-fma4 disable FMA4 optimizations
320 --disable-avx2 disable AVX2 optimizations
321 --disable-armv5te disable armv5te optimizations
322 --disable-armv6 disable armv6 optimizations
323 --disable-armv6t2 disable armv6t2 optimizations
324 --disable-vfp disable VFP optimizations
325 --disable-neon disable NEON optimizations
326 --disable-inline-asm disable use of inline assembly
327 --disable-x86asm disable use of standalone x86 assembly
329 Developer options (useful when working on Libav itself):
330 --disable-debug disable debugging symbols
331 --enable-debug=LEVEL set the debug level [$debuglevel]
332 --disable-optimizations disable compiler optimizations
333 --enable-extra-warnings enable more compiler warnings
334 --samples=PATH location of test samples for FATE, if not set use
335 \$LIBAV_SAMPLES at make invocation time.
336 --enable-neon-clobber-test check NEON registers for clobbering (should be
337 used only for debugging purposes)
338 --enable-xmm-clobber-test check XMM registers for clobbering (Win64-only;
339 should be used only for debugging purposes)
340 --disable-valgrind-backtrace do not print a backtrace under Valgrind
341 (only applies to --disable-optimizations builds)
342 --ignore-tests=TESTS comma-separated list (without "fate-" prefix
343 in the name) of tests whose result is ignored
345 NOTE: Object files are built at the place where configure is launched.
353 echo "$@" >> $logfile
360 printf '%5s %s\n' "${i}" "${line}"
362 done < $1 >> $logfile
373 WARNINGS
="${WARNINGS}WARNING: $*\n"
380 If you think configure made a mistake, make sure you are using the latest
381 version from Git. If the latest version fails, report the problem to the
382 libav-tools@libav.org mailing list or IRC #libav on irc.freenode.net.
384 if disabled logging
; then
386 Rerun configure with logging enabled (do not use --disable-logging), and
387 include the log this produces with your report.
391 Include the log file "$logfile" produced by configure as this will help
398 # Avoid locale weirdness, besides we really just want to translate ASCII.
400 echo "$@" |
tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
404 echo "$@" |
tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz
408 echo "$*" |
sed 's/["\\]/\\\0/g'
412 v
=$
(echo "$1" |
sed "s/'/'\\\\''/g")
413 test "x$v" = "x${v#*[!A-Za-z0-9_/.+-]}" || v
="'$v'"
418 echo "$@" |
sed 's/^ *//;s/ */ /g;s/ *$//'
425 eval "case '$v' in $pat) printf '%s ' '$v' ;; esac"
433 eval "case '$v' in $pat) ;; *) printf '%s ' '$v' ;; esac"
440 for v
; do eval $m; done
446 for v
; do echo ${v}${suffix}; done
461 eval : \
${$var:=$value}
466 echo $@ |
sed 's/[^A-Za-z0-9_]/_/g'
472 eval $
(sanitize_var_name
"$var")='$*'
476 eval echo \$$
(sanitize_var_name
"$1")
481 eval level
=\
${${pvar}_level
:=0}
482 eval ${pvar}_
${level}="\$$pvar"
483 eval ${pvar}_level
=$
(($level+1))
489 eval level
=\
${${pvar}_level
:-0}
490 test $level = 0 && continue
491 eval level
=$
(($level-1))
492 eval $pvar="\${${pvar}_${level}}"
493 eval ${pvar}_level
=$level
494 eval unset ${pvar}_
${level}
516 enable $
(echo "$var" |
sed 's/[^A-Za-z0-9_]/_/g')
522 disable $
(echo "$var" |
sed 's/[^A-Za-z0-9_]/_/g')
528 enabled
$var && continue
529 eval sel
="\$${var}_select"
530 eval sgs
="\$${var}_suggest"
534 enable_deep_weak
$sgs
546 disabled
$var && continue
555 test "${1#!}" = "$1" && op
== || op
=!=
556 eval test "x\$${1#!}" $op "xyes"
560 test "${1#!}" = "$1" && op
== || op
=!=
561 eval test "x\$${1#!}" $op "xno"
566 enabled
$opt ||
return 1
572 disabled
$opt ||
return 1
578 enabled
$opt && return 0
584 disabled
$opt && return 0
591 eval : \
${$opt:=\$${opt}_default
}
599 [ $var = $value ] && return 0
606 enabled
${cfg}_checking
&& die
"Circular dependency for $cfg."
607 disabled
${cfg}_checking
&& continue
608 enable ${cfg}_checking
610 eval dep_all
="\$${cfg}_deps"
611 eval dep_any
="\$${cfg}_deps_any"
612 eval dep_con
="\$${cfg}_conflict"
613 eval dep_sel
="\$${cfg}_select"
614 eval dep_sgs
="\$${cfg}_suggest"
615 eval dep_ifa
="\$${cfg}_if"
616 eval dep_ifn
="\$${cfg}_if_any"
618 pushvar cfg dep_all dep_any dep_con dep_sel dep_sgs dep_ifa dep_ifn
619 check_deps
$dep_all $dep_any $dep_con $dep_sel $dep_sgs $dep_ifa $dep_ifn
620 popvar cfg dep_all dep_any dep_con dep_sel dep_sgs dep_ifa dep_ifn
622 [ -n
"$dep_ifa" ] && { enabled_all
$dep_ifa && enable_weak
$cfg; }
623 [ -n
"$dep_ifn" ] && { enabled_any
$dep_ifn && enable_weak
$cfg; }
624 enabled_all
$dep_all || disable
$cfg
625 enabled_any
$dep_any || disable
$cfg
626 disabled_all
$dep_con || disable
$cfg
627 disabled_any
$dep_sel && disable
$cfg
629 enabled
$cfg && enable_deep_weak
$dep_sel $dep_sgs
631 for dep
in $dep_all $dep_any $dep_sel $dep_sgs; do
632 # filter out library deps, these do not belong in extralibs
633 is_in
$dep $LIBRARY_LIST && continue
634 enabled
$dep && eval append
${cfg}_extralibs
${dep}_extralibs
637 disable
${cfg}_checking
645 map
'eval echo "$v \${$v:-no}"' "$@" |
646 awk "BEGIN { split(\"$files\", files) }
648 c = \"$pfx\" toupper(\$1);
654 if (file ~ /\\.h\$/) {
655 printf(\"#define %s %d\\n\", c, v) >>file;
656 } else if (file ~ /\\.asm\$/) {
657 printf(\"%%define %s %d\\n\", c, v) >>file;
658 } else if (file ~ /\\.mak\$/) {
659 n = -v ? \"\" : \"!\";
660 printf(\"%s%s=yes\\n\", n, c) >>file;
670 enabled
$v && printf "%s\n" ${v%$suf}
677 eval "$var=\"\$$var $*\""
683 eval "$var=\"$* \$$var\""
689 for tok
in $
(eval echo \$
$var); do
690 uniq_list
="$(filter_out $tok $uniq_list) $tok"
692 eval "$var=\"${uniq_list}\""
698 for entry
in $
(eval echo \$
$var); do
699 tmpvar
="$tmpvar $(eval echo \$${entry})"
701 eval "$var=\"${tmpvar}\""
709 append CFLAGS $
($cflags_filter "$@")
712 add_cflags_headers
(){
713 append CFLAGS_HEADERS $
($cflags_filter "$@")
717 append ASFLAGS $
($asflags_filter "$@")
721 append OBJCFLAGS $
($objcflags_filter "$@")
725 append LDFLAGS $
($ldflags_filter "$@")
729 append LDEXEFLAGS $
($ldflags_filter "$@")
733 append LDSOFLAGS $
($ldflags_filter "$@")
737 append STRIPFLAGS
"$@"
741 prepend extralibs $
($ldflags_filter "$@")
745 append host_cppflags
"$@"
749 append host_cflags $
($host_cflags_filter "$@")
753 append host_ldflags $
($host_ldflags_filter "$@")
757 append compat_objs
$1
759 map
'add_cppflags -D$v' "$@"
764 "$@" >> $logfile 2>&1
768 eval printf '%s\\n' $CC_O
772 eval printf '%s\\n' $CC_E
779 check_cmd
$cc $CPPFLAGS $CFLAGS "$@" $CC_C $
(cc_o
$TMPO) $TMPC
786 check_cmd
$objcc $CPPFLAGS $CFLAGS $OBJCFLAGS "$@" $OBJCC_C $
(cc_o
$TMPO) $TMPC
793 check_cmd
$cc $CPPFLAGS $CFLAGS "$@" $
(cc_e
$TMPO) $TMPC
797 eval printf '%s\\n' $AS_O
804 check_cmd
$as $CPPFLAGS $ASFLAGS "$@" $AS_C $
(as_o
$TMPO) $TMPS
808 log check_inline_asm
"$@"
813 check_cc
"$@" <<EOF && enable $name
814 void foo(void){ __asm__ volatile($code); }
820 check_inline_asm
${1}_inline
"\"$2\""
821 echo "$2" | check_as
&& enable ${1}_external || disable
${1}_external
825 log check_x86asm
"$@"
829 check_cmd
$x86asmexe $X86ASMFLAGS "$@" -o
$TMPO $TMPS
833 eval printf '%s\\n' $LD_O
838 flags
=$
(filter_out
'-l*' "$@")
839 libs
=$
(filter
'-l*' "$@")
840 check_cc $
($cflags_filter $flags) ||
return
841 flags
=$
($ldflags_filter $flags)
842 libs
=$
($ldflags_filter $libs)
843 check_cmd
$ld $LDFLAGS $flags $
(ld_o
$TMPE) $TMPO $libs $extralibs
848 test "${hdr%.h}" = "${hdr}" &&
849 echo "#include $hdr" ||
850 echo "#include <$hdr>"
860 for hdr
in $headers; do
863 echo "int main(void) { $code; return 0; }"
864 } | check_
$check "$@"
868 log check_cppflags
"$@"
869 check_cpp
"$@" <<EOF && append CPPFLAGS "$@"
876 set -- $
($cflags_filter "$@")
883 log check_cflags
"$@"
884 test_cflags
"$@" && add_cflags
"$@"
888 log test_objcflags
"$@"
889 set -- $
($objcflags_filter "$@")
890 check_objcc
"$@" <<EOF
896 log check_objcflags
"$@"
897 test_objcflags
"$@" && add_objcflags
"$@"
901 log test_ldflags
"$@"
903 int main(void){ return 0; }
908 log check_ldflags
"$@"
909 test_ldflags
"$@" && add_ldflags
"$@"
913 log test_stripflags
"$@"
914 # call check_cc to get a fresh TMPO
916 int main(void) { return 0; }
918 check_cmd
$strip $STRIPFLAGS "$@" $TMPO
922 log check_stripflags
"$@"
923 test_stripflags
"$@" && add_stripflags
"$@"
927 log check_header
"$@"
930 disable_sanitized
$headers
932 for hdr
in $headers; do
936 } | check_cpp
"$@" && enable_sanitized
$headers
944 check_ld
"$@" <<EOF && enable $func
946 int main(void){ $func(); }
951 log check_mathfunc
"$@"
955 test $narg = 2 && args
="f, g" || args
="f"
957 check_ld
"$@" <<EOF && enable $func
959 float foo(float f, float g) { return $func($args); }
960 int main(void){ return 0; }
964 check_func_headers
(){
965 log check_func_headers
"$@"
970 for hdr
in $headers; do
973 for func
in $funcs; do
974 echo "long check_$func(void) { return (long) $func; }"
976 echo "int main(void) { return 0; }"
977 } | check_ld
"$@" && enable $funcs && enable_sanitized
$headers
980 check_cpp_condition
(){
981 log check_cpp_condition
"$@"
988 #error "unsatisfied condition: $condition"
994 log test_cflags_cpp
"$@"
998 set -- $
($cflags_filter "$flags")
1001 #error "unsatisfied condition: $condition"
1013 check_func_headers
"$headers" "$funcs" "$@" &&
1014 enable $name && eval ${name}_extralibs
="\$@"
1018 log test_pkg_config
"$@"
1026 check_cmd
$pkg_config --exists
--print-errors
$pkg_version ||
return
1027 pkg_cflags
=$
($pkg_config --cflags
$pkg_config_flags $pkg)
1028 pkg_libs
=$
($pkg_config --libs
$pkg_config_flags $pkg)
1029 check_func_headers
"$headers" "$funcs" $pkg_cflags $pkg_libs "$@" &&
1031 set_sanitized
"${name}_cflags" $pkg_cflags &&
1032 set_sanitized
"${name}_extralibs" $pkg_libs
1036 log check_pkg_config
"$@"
1038 test_pkg_config
"$@" &&
1039 eval add_cflags \$
${name}_cflags
1043 check_ld
"$@" && { enabled cross_compile ||
$TMPE >> $logfile 2>&1; }
1047 log check_exec_crash
"$@"
1050 # exit() is not async signal safe. _Exit (C99) and _exit (POSIX)
1051 # are safe but may not be available everywhere. Thus we use
1052 # raise(SIGTERM) instead. The check is run in a subshell so we
1053 # can redirect the "Terminated" message from the shell. SIGBUS
1054 # is not defined by standard C so it is used conditionally.
1056 (check_exec
"$@") >> $logfile 2>&1 <<EOF
1058 static void sighandler(int sig){
1064 int (*func_ptr)(void) = foo;
1066 signal(SIGILL, sighandler);
1067 signal(SIGFPE, sighandler);
1068 signal(SIGSEGV, sighandler);
1070 signal(SIGBUS, sighandler);
1082 disable_sanitized
"$type"
1083 check_code cc
"$headers" "$type v" "$@" && enable_sanitized
"$type"
1087 log check_struct
"$@"
1092 disable_sanitized
"${struct}_${member}"
1093 check_code cc
"$headers" "const void *p = &(($struct *)0)->$member" "$@" &&
1094 enable_sanitized
"${struct}_${member}"
1098 log check_builtin
"$@"
1104 check_code ld
"$headers" "$builtin" "$@" && enable "$name"
1107 check_compile_assert
(){
1108 log check_compile_assert
"$@"
1114 check_code cc
"$headers" "char c[2 * !!($condition) - 1]" "$@" && enable "$name"
1124 check_lib
$name "$headers" $func "$@" || die
"ERROR: $name_version not found"
1131 check_header
"$headers" "$@" || die
"ERROR: $headers not found"
1134 require_cpp_condition
(){
1139 check_cpp_condition
"$header" "$condition" "$@" || die
"ERROR: $condition not satisfied"
1142 require_pkg_config
(){
1143 log require_pkg_config
"$@"
1145 check_pkg_config
"$@" || die
"ERROR: $pkg_version not found"
1149 eval printf '%s\\n' $HOSTCC_E
1153 eval printf '%s\\n' $HOSTCC_O
1157 log check_host_cc
"$@"
1160 check_cmd
$host_cc $host_cflags "$@" $HOSTCC_C $
(hostcc_o
$TMPO) $TMPC
1164 log check_host_cpp
"$@"
1167 check_cmd
$host_cc $host_cppflags $host_cflags "$@" $
(hostcc_e
$TMPO) $TMPC
1170 check_host_cppflags
(){
1171 log check_host_cppflags
"$@"
1172 check_host_cpp
"$@" <<EOF && append host_cppflags "$@"
1173 #include <stdlib.h>;
1177 check_host_cflags
(){
1178 log check_host_cflags
"$@"
1179 set -- $
($host_cflags_filter "$@")
1180 check_host_cc
"$@" <<EOF && append host_cflags "$@"
1185 check_host_cpp_condition
(){
1186 log check_host_cpp_condition
"$@"
1190 check_host_cpp
"$@" <<EOF
1193 #error "unsatisfied condition: $condition"
1201 "$@" < "$file" > "$file.tmp" && mv "$file.tmp" "$file" ||
rm "$file.tmp"
1205 cmp -s
"$1" "$2" && { test "$quiet" != "yes" && echo "$2 is unchanged"; } && return
1206 mkdir
-p
"$(dirname $2)"
1210 # CONFIG_LIST contains configurable options, while HAVE_LIST is for
1211 # system-dependent things.
1213 AVCODEC_COMPONENTS
="
1221 AVDEVICE_COMPONENTS
="
1224 AVFILTER_COMPONENTS
="
1227 AVFORMAT_COMPONENTS
="
1235 $AVDEVICE_COMPONENTS
1236 $AVFILTER_COMPONENTS
1237 $AVFORMAT_COMPONENTS
1241 decode_audio_example
1242 decode_video_example
1243 encode_audio_example
1244 encode_video_example
1245 filter_audio_example
1249 transcode_aac_example
1252 # catchall list of things that require external libs to link
1258 HWACCEL_LIBRARY_NONFREE_LIST
="
1263 HWACCEL_LIBRARY_LIST
="
1264 $HWACCEL_LIBRARY_NONFREE_LIST
1276 EXTERNAL_LIBRARY_GPL_LIST
="
1284 EXTERNAL_LIBRARY_NONFREE_LIST
="
1290 EXTERNAL_LIBRARY_VERSION3_LIST
="
1297 EXTERNAL_LIBRARY_LIST
="
1298 $EXTERNAL_LIBRARY_GPL_LIST
1299 $EXTERNAL_LIBRARY_NONFREE_LIST
1300 $EXTERNAL_LIBRARY_VERSION3_LIST
1336 SYSTEM_LIBRARY_LIST
="
1346 safe_bitstream_reader
1389 # COMPONENT_LIST needs to come last to ensure correct dependency checking
1392 $EXTERNAL_LIBRARY_LIST
1393 $HWACCEL_LIBRARY_LIST
1399 $SYSTEM_LIBRARY_LIST
1458 ARCH_EXT_LIST_X86_SIMD
="
1486 $ARCH_EXT_LIST_X86_SIMD
1491 ARCH_EXT_LIST_MIPS
="
1528 sync_val_compare_and_swap
1542 AVFoundation_AVFoundation_h
1545 cdio_paranoia_paranoia_h
1547 dev_bktr_ioctl_bt848_h
1548 dev_bktr_ioctl_meteor_h
1550 dev_video_bktr_ioctl_bt848_h
1551 dev_video_meteor_ioctl_meteor_h
1556 machine_ioctl_bt848_h
1557 machine_ioctl_meteor_h
1607 MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS
1622 GetProcessAffinityMask
1623 GetProcessMemoryInfo
1626 GetSystemTimeAsFileTime
1640 SetConsoleTextAttribute
1660 TOOLCHAIN_FEATURES
="
1681 CONDITION_VARIABLE_Ptr
1682 CUVIDDECODECREATEINFO_bitDepthMinus8
1685 struct_group_source_req
1686 struct_ip_mreq_source
1689 struct_rusage_ru_maxrss
1691 struct_sockaddr_sa_len
1692 struct_sockaddr_storage
1693 struct_v4l2_frmivalenum_discrete
1698 $(add_suffix _external $ARCH_EXT_LIST)
1699 $(add_suffix _inline $ARCH_EXT_LIST)
1715 # options emitted with CONFIG_ prefix but not available on the command line
1870 # code dependency declarations
1872 # architecture extensions
1877 armv8_deps
="aarch64"
1878 neon_deps_any
="aarch64 arm"
1879 intrinsics_neon_deps
="neon"
1880 vfp_deps_any
="aarch64 arm"
1883 map
'eval ${v}_inline_deps=inline_asm' $ARCH_EXT_LIST_ARM
1892 loongson_deps
="mips"
1893 mips32r1_deps
="mips32"
1894 mips32r2_deps
="mips32"
1895 mips32r6_deps
="mips32"
1896 mips64r1_deps
="mips64"
1897 mips64r2_deps
="mips64"
1898 mips64r6_deps
="mips64"
1903 x86_64_select
="i686"
1904 x86_64_suggest
="fast_cmov"
1907 amd3dnowext_deps
="amd3dnow"
1923 mmx_external_deps
="x86asm"
1924 mmx_inline_deps
="inline_asm x86"
1925 mmx_suggest
="mmx_external mmx_inline"
1927 for ext
in $
(filter_out mmx
$ARCH_EXT_LIST_X86_SIMD); do
1928 eval dep
=\$
${ext}_deps
1929 eval ${ext}_external_deps
='"${dep}_external"'
1930 eval ${ext}_inline_deps
='"${dep}_inline"'
1931 eval ${ext}_suggest
='"${ext}_external ${ext}_inline"'
1934 aligned_stack_if_any
="aarch64 ppc x86"
1935 fast_64bit_if_any
="aarch64 alpha ia64 mips64 parisc64 ppc64 sparc64 x86_64"
1936 fast_clz_if_any
="aarch64 alpha avr32 mips ppc x86"
1937 fast_unaligned_if_any
="aarch64 ppc x86"
1938 simd_align_16_if_any
="altivec neon sse"
1939 simd_align_32_if_any
="avx"
1941 # system capabilities
1942 symver_if_any
="symver_asm_label symver_gnu_asm"
1943 valgrind_backtrace_conflict
="optimizations"
1944 valgrind_backtrace_deps
="valgrind_valgrind_h"
1947 atomics_gcc_if
="sync_val_compare_and_swap"
1948 atomics_suncc_if
="atomic_cas_ptr machine_rw_barrier"
1949 atomics_win32_if
="MemoryBarrier"
1950 atomics_native_if_any
="$ATOMICS_LIST"
1951 w32threads_deps
="atomics_native"
1952 threads_if_any
="$THREADS_LIST"
1955 cbs_h264_select
="cbs golomb"
1956 cbs_h265_select
="cbs golomb"
1957 cbs_mpeg2_select
="cbs"
1959 dirac_parse_select
="golomb"
1960 error_resilience_select
="me_cmp"
1962 faandct_select
="fdctdsp"
1963 faanidct_deps
="faan"
1964 faanidct_select
="idctdsp"
1965 h264dsp_select
="startcode"
1966 hevcparse_select
="golomb"
1967 intrax8_select
="blockdsp idctdsp"
1970 me_cmp_select
="fdctdsp idctdsp pixblockdsp"
1971 mpeg_er_select
="error_resilience"
1972 mpegaudio_select
="mpegaudiodsp mpegaudioheader"
1973 mpegaudiodsp_select
="dct"
1974 mpegvideo_select
="blockdsp hpeldsp idctdsp me_cmp mpeg_er videodsp"
1975 mpegvideoenc_select
="me_cmp mpegvideo pixblockdsp qpeldsp"
1976 vc1dsp_select
="h264chroma qpeldsp startcode"
1978 # decoders / encoders
1979 aac_decoder_select
="adts_header imdct15 mdct sinewin"
1980 aac_encoder_select
="audio_frame_queue iirfilter mdct sinewin"
1981 aac_latm_decoder_select
="aac_decoder aac_latm_parser"
1982 ac3_decoder_select
="ac3_parser ac3dsp bswapdsp fmtconvert mdct"
1983 ac3_encoder_select
="ac3dsp audiodsp mdct me_cmp"
1984 ac3_fixed_encoder_select
="ac3dsp audiodsp mdct me_cmp"
1985 adpcm_g722_decoder_select
="g722dsp"
1986 adpcm_g722_encoder_select
="g722dsp"
1987 aic_decoder_select
="golomb idctdsp"
1988 alac_encoder_select
="lpc"
1989 als_decoder_select
="bswapdsp"
1990 amrnb_decoder_select
="lsp"
1991 amrwb_decoder_select
="lsp"
1992 amv_decoder_select
="sp5x_decoder"
1993 ape_decoder_select
="bswapdsp"
1994 asv1_decoder_select
="blockdsp bswapdsp idctdsp"
1995 asv1_encoder_select
="bswapdsp fdctdsp pixblockdsp"
1996 asv2_decoder_select
="blockdsp bswapdsp idctdsp"
1997 asv2_encoder_select
="bswapdsp fdctdsp pixblockdsp"
1998 atrac1_decoder_select
="mdct sinewin"
1999 atrac3_decoder_select
="mdct"
2000 atrac3p_decoder_select
="mdct sinewin"
2001 bink_decoder_select
="blockdsp hpeldsp"
2002 binkaudio_dct_decoder_select
="mdct rdft dct sinewin wma_freqs"
2003 binkaudio_rdft_decoder_select
="mdct rdft sinewin wma_freqs"
2004 cavs_decoder_select
="blockdsp golomb h264chroma idctdsp qpeldsp videodsp"
2005 clearvideo_decoder_select
="idctdsp"
2006 cllc_decoder_select
="bswapdsp"
2007 comfortnoise_encoder_select
="lpc"
2008 cook_decoder_select
="audiodsp mdct sinewin"
2009 cscd_decoder_select
="lzo"
2010 cscd_decoder_suggest
="zlib"
2011 dca_decoder_select
="fmtconvert mdct"
2012 dds_decoder_select
="texturedsp"
2013 dnxhd_decoder_select
="blockdsp idctdsp"
2014 dnxhd_encoder_select
="aandcttables blockdsp fdctdsp idctdsp mpegvideoenc pixblockdsp"
2015 dvvideo_decoder_select
="dvprofile idctdsp"
2016 dvvideo_encoder_select
="dvprofile fdctdsp me_cmp pixblockdsp"
2017 dxa_decoder_deps
="zlib"
2018 dxv_decoder_select
="lzf texturedsp"
2019 eac3_decoder_select
="ac3_decoder"
2020 eac3_encoder_select
="ac3_encoder"
2021 eamad_decoder_select
="aandcttables blockdsp bswapdsp idctdsp mpegvideo"
2022 eatgq_decoder_select
="aandcttables idctdsp"
2023 eatqi_decoder_select
="aandcttables blockdsp bswapdsp idctdsp"
2024 exr_decoder_deps
="zlib"
2025 ffv1_decoder_select
="rangecoder"
2026 ffv1_encoder_select
="rangecoder"
2027 ffvhuff_decoder_select
="huffyuv_decoder"
2028 ffvhuff_encoder_select
="huffyuv_encoder"
2029 fic_decoder_select
="golomb"
2030 flac_decoder_select
="flacdsp"
2031 flac_encoder_select
="bswapdsp flacdsp lpc"
2032 flashsv_decoder_deps
="zlib"
2033 flashsv_encoder_deps
="zlib"
2034 flashsv2_decoder_deps
="zlib"
2035 flv_decoder_select
="h263_decoder"
2036 flv_encoder_select
="h263_encoder"
2037 fourxm_decoder_select
="blockdsp bswapdsp"
2038 fraps_decoder_select
="bswapdsp huffman"
2039 g2m_decoder_deps
="zlib"
2040 g2m_decoder_select
="blockdsp idctdsp jpegtables"
2041 h261_decoder_select
="mpeg_er mpegvideo"
2042 h261_encoder_select
="aandcttables mpegvideoenc"
2043 h263_decoder_select
="error_resilience h263_parser h263dsp mpeg_er mpegvideo qpeldsp"
2044 h263_encoder_select
="aandcttables h263dsp mpegvideoenc"
2045 h263i_decoder_select
="h263_decoder"
2046 h263p_encoder_select
="h263_encoder"
2047 h264_decoder_select
="cabac golomb h264chroma h264dsp h264parse h264pred h264qpel videodsp"
2048 h264_decoder_suggest
="error_resilience"
2049 hap_decoder_select
="snappy texturedsp"
2050 hap_encoder_deps
="libsnappy"
2051 hap_encoder_select
="texturedspenc"
2052 hevc_decoder_select
="bswapdsp cabac hevcparse videodsp"
2053 huffyuv_decoder_select
="bswapdsp huffyuvdsp"
2054 huffyuv_encoder_select
="bswapdsp huffman huffyuvencdsp"
2055 iac_decoder_select
="imc_decoder"
2056 imc_decoder_select
="bswapdsp fft mdct sinewin"
2057 indeo3_decoder_select
="hpeldsp"
2058 indeo4_decoder_select
="ividsp"
2059 indeo5_decoder_select
="ividsp"
2060 interplay_video_decoder_select
="hpeldsp"
2061 jpegls_decoder_select
="mjpeg_decoder"
2062 jv_decoder_select
="blockdsp"
2063 lagarith_decoder_select
="huffyuvdsp"
2064 ljpeg_encoder_select
="aandcttables idctdsp jpegtables"
2065 magicyuv_decoder_select
="huffyuvdsp"
2066 mdec_decoder_select
="blockdsp idctdsp mpegvideo"
2067 metasound_decoder_select
="lsp mdct sinewin"
2068 mimic_decoder_select
="blockdsp bswapdsp hpeldsp idctdsp"
2069 mjpeg_decoder_select
="blockdsp hpeldsp idctdsp jpegtables"
2070 mjpeg_encoder_select
="aandcttables jpegtables mpegvideoenc"
2071 mjpegb_decoder_select
="mjpeg_decoder"
2072 mlp_decoder_select
="mlp_parser"
2073 motionpixels_decoder_select
="bswapdsp"
2074 mp1_decoder_select
="mpegaudio"
2075 mp1float_decoder_select
="mpegaudio"
2076 mp2_decoder_select
="mpegaudio"
2077 mp2float_decoder_select
="mpegaudio"
2078 mp3_decoder_select
="mpegaudio"
2079 mp3adu_decoder_select
="mpegaudio"
2080 mp3adufloat_decoder_select
="mpegaudio"
2081 mp3float_decoder_select
="mpegaudio"
2082 mp3on4_decoder_select
="mpegaudio"
2083 mp3on4float_decoder_select
="mpegaudio"
2084 mpc7_decoder_select
="bswapdsp mpegaudiodsp"
2085 mpc8_decoder_select
="mpegaudiodsp"
2086 mpeg1video_decoder_select
="error_resilience mpeg_er mpegvideo"
2087 mpeg1video_encoder_select
="aandcttables mpegvideoenc"
2088 mpeg2video_decoder_select
="error_resilience mpeg_er mpegvideo"
2089 mpeg2video_encoder_select
="aandcttables mpegvideoenc"
2090 mpeg4_decoder_select
="h263_decoder mpeg4video_parser"
2091 mpeg4_encoder_select
="h263_encoder"
2092 msa1_decoder_select
="mss34dsp"
2093 msmpeg4v1_decoder_select
="h263_decoder"
2094 msmpeg4v2_decoder_select
="h263_decoder"
2095 msmpeg4v2_encoder_select
="h263_encoder"
2096 msmpeg4v3_decoder_select
="h263_decoder"
2097 msmpeg4v3_encoder_select
="h263_encoder"
2098 mss2_decoder_select
="error_resilience mpeg_er mpegvideo qpeldsp vc1_decoder"
2099 mts2_decoder_select
="mss34dsp"
2100 mxpeg_decoder_select
="mjpeg_decoder"
2101 nellymoser_decoder_select
="mdct sinewin"
2102 nellymoser_encoder_select
="audio_frame_queue mdct sinewin"
2103 nuv_decoder_select
="idctdsp lzo"
2104 on2avc_decoder_select
="mdct"
2105 opus_decoder_deps
="avresample"
2106 opus_decoder_select
="imdct15"
2107 png_decoder_deps
="zlib"
2108 png_encoder_deps
="zlib"
2109 png_encoder_select
="huffyuvencdsp"
2110 prores_decoder_select
="idctdsp"
2111 prores_encoder_select
="fdctdsp"
2112 qcelp_decoder_select
="lsp"
2113 qdm2_decoder_select
="mdct rdft mpegaudiodsp"
2114 ra_144_encoder_select
="audio_frame_queue lpc"
2115 ralf_decoder_select
="golomb"
2116 rscc_decoder_deps
="zlib"
2117 rv10_decoder_select
="error_resilience h263_decoder h263dsp mpeg_er"
2118 rv10_encoder_select
="h263_encoder"
2119 rv20_decoder_select
="error_resilience h263_decoder h263dsp mpeg_er"
2120 rv20_encoder_select
="h263_encoder"
2121 rv30_decoder_select
="error_resilience golomb h264chroma h264pred h264qpel mpeg_er mpegvideo rv34dsp videodsp"
2122 rv40_decoder_select
="error_resilience golomb h264chroma h264pred h264qpel mpeg_er mpegvideo rv34dsp videodsp"
2123 screenpresso_decoder_deps
="zlib"
2124 sipr_decoder_select
="lsp"
2125 sp5x_decoder_select
="mjpeg_decoder"
2126 svq1_decoder_select
="hpeldsp"
2127 svq1_encoder_select
="aandcttables hpeldsp me_cmp mpegvideoenc"
2128 svq3_decoder_select
="golomb h264dsp h264parse h264pred hpeldsp tpeldsp videodsp"
2129 svq3_decoder_suggest
="zlib"
2130 tak_decoder_select
="audiodsp"
2131 tdsc_decoder_deps
="zlib"
2132 tdsc_decoder_select
="mjpeg_decoder"
2133 theora_decoder_select
="vp3_decoder"
2134 thp_decoder_select
="mjpeg_decoder"
2135 tiff_decoder_suggest
="zlib"
2136 tiff_encoder_suggest
="zlib"
2137 truehd_decoder_select
="mlp_decoder"
2138 truemotion2_decoder_select
="bswapdsp"
2139 truespeech_decoder_select
="bswapdsp"
2140 tscc_decoder_deps
="zlib"
2141 txd_decoder_select
="texturedsp"
2142 twinvq_decoder_select
="mdct lsp sinewin"
2143 utvideo_decoder_select
="bswapdsp huffyuvdsp"
2144 utvideo_encoder_select
="bswapdsp huffman huffyuvencdsp"
2145 vble_decoder_select
="huffyuvdsp"
2146 vc1_decoder_select
="blockdsp error_resilience h263_decoder h264qpel intrax8 mpeg_er mpegvideo vc1dsp"
2147 vc1image_decoder_select
="vc1_decoder"
2148 vorbis_decoder_select
="mdct"
2149 vorbis_encoder_select
="mdct"
2150 vp3_decoder_select
="hpeldsp vp3dsp videodsp"
2151 vp5_decoder_select
="h264chroma hpeldsp videodsp vp3dsp vp56dsp"
2152 vp6_decoder_select
="h264chroma hpeldsp huffman videodsp vp3dsp vp56dsp"
2153 vp6a_decoder_select
="vp6_decoder"
2154 vp6f_decoder_select
="vp6_decoder"
2155 vp7_decoder_select
="h264pred videodsp vp8dsp"
2156 vp8_decoder_select
="h264pred videodsp vp8dsp"
2157 vp9_decoder_select
="videodsp vp9_superframe_split_bsf"
2158 webp_decoder_select
="vp8_decoder"
2159 wmapro_decoder_select
="mdct sinewin wma_freqs"
2160 wmav1_decoder_select
="mdct sinewin wma_freqs"
2161 wmav1_encoder_select
="mdct sinewin wma_freqs"
2162 wmav2_decoder_select
="mdct sinewin wma_freqs"
2163 wmav2_encoder_select
="mdct sinewin wma_freqs"
2164 wmavoice_decoder_select
="lsp rdft dct mdct sinewin"
2165 wmv1_decoder_select
="h263_decoder"
2166 wmv1_encoder_select
="h263_encoder"
2167 wmv2_decoder_select
="blockdsp error_resilience h263_decoder idctdsp intrax8 videodsp wmv2dsp"
2168 wmv2_encoder_select
="h263_encoder wmv2dsp"
2169 wmv3_decoder_select
="vc1_decoder"
2170 wmv3image_decoder_select
="wmv3_decoder"
2171 zerocodec_decoder_deps
="zlib"
2172 zlib_decoder_deps
="zlib"
2173 zlib_encoder_deps
="zlib"
2174 zmbv_decoder_deps
="zlib"
2175 zmbv_encoder_deps
="zlib"
2177 # hardware accelerators
2178 d3d11va_deps
="dxva_h ID3D11VideoDecoder"
2179 dxva2_deps
="dxva2api_h DXVA2_ConfigPictureDecode ole32"
2180 vda_deps
="VideoDecodeAcceleration_VDADecoder_h blocks_extension pthreads"
2181 vda_extralibs
="-framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore"
2183 h263_vaapi_hwaccel_deps
="vaapi"
2184 h263_vaapi_hwaccel_select
="h263_decoder"
2185 h264_cuvid_hwaccel_deps
="cuvid CUVIDH264PICPARAMS"
2186 h264_cuvid_hwaccel_select
="h264_decoder"
2187 h264_d3d11va_hwaccel_deps
="d3d11va"
2188 h264_d3d11va_hwaccel_select
="h264_decoder"
2189 h264_d3d11va2_hwaccel_deps
="d3d11va"
2190 h264_d3d11va2_hwaccel_select
="h264_decoder"
2191 h264_dxva2_hwaccel_deps
="dxva2"
2192 h264_dxva2_hwaccel_select
="h264_decoder"
2193 h264_mmal_hwaccel_deps
="mmal"
2194 h264_qsv_hwaccel_deps
="libmfx"
2195 h264_vaapi_hwaccel_deps
="vaapi"
2196 h264_vaapi_hwaccel_select
="h264_decoder"
2197 h264_vda_hwaccel_deps
="vda"
2198 h264_vda_hwaccel_select
="h264_decoder"
2199 h264_vda_old_hwaccel_deps
="vda"
2200 h264_vda_old_hwaccel_select
="h264_decoder"
2201 h264_vdpau_hwaccel_deps
="vdpau"
2202 h264_vdpau_hwaccel_select
="h264_decoder"
2203 hevc_cuvid_hwaccel_deps
="cuvid CUVIDHEVCPICPARAMS"
2204 hevc_cuvid_hwaccel_select
="hevc_decoder"
2205 hevc_d3d11va_hwaccel_deps
="d3d11va DXVA_PicParams_HEVC"
2206 hevc_d3d11va_hwaccel_select
="hevc_decoder"
2207 hevc_d3d11va2_hwaccel_deps
="d3d11va DXVA_PicParams_HEVC"
2208 hevc_d3d11va2_hwaccel_select
="hevc_decoder"
2209 hevc_dxva2_hwaccel_deps
="dxva2 DXVA_PicParams_HEVC"
2210 hevc_dxva2_hwaccel_select
="hevc_decoder"
2211 hevc_qsv_hwaccel_deps
="libmfx"
2212 hevc_vaapi_hwaccel_deps
="vaapi VAPictureParameterBufferHEVC"
2213 hevc_vaapi_hwaccel_select
="hevc_decoder"
2214 hevc_vdpau_hwaccel_deps
="vdpau VdpPictureInfoHEVC"
2215 hevc_vdpau_hwaccel_select
="hevc_decoder"
2216 mpeg1_vdpau_hwaccel_deps
="vdpau"
2217 mpeg1_vdpau_hwaccel_select
="mpeg1video_decoder"
2218 mpeg2_d3d11va_hwaccel_deps
="d3d11va"
2219 mpeg2_d3d11va_hwaccel_select
="mpeg2video_decoder"
2220 mpeg2_d3d11va2_hwaccel_deps
="d3d11va"
2221 mpeg2_d3d11va2_hwaccel_select
="mpeg2video_decoder"
2222 mpeg2_dxva2_hwaccel_deps
="dxva2"
2223 mpeg2_dxva2_hwaccel_select
="mpeg2video_decoder"
2224 mpeg2_mmal_hwaccel_deps
="mmal"
2225 mpeg2_qsv_hwaccel_deps
="libmfx"
2226 mpeg2_vaapi_hwaccel_deps
="vaapi"
2227 mpeg2_vaapi_hwaccel_select
="mpeg2video_decoder"
2228 mpeg2_vdpau_hwaccel_deps
="vdpau"
2229 mpeg2_vdpau_hwaccel_select
="mpeg2video_decoder"
2230 mpeg4_vaapi_hwaccel_deps
="vaapi"
2231 mpeg4_vaapi_hwaccel_select
="mpeg4_decoder"
2232 mpeg4_vdpau_hwaccel_deps
="vdpau"
2233 mpeg4_vdpau_hwaccel_select
="mpeg4_decoder"
2234 vc1_d3d11va_hwaccel_deps
="d3d11va"
2235 vc1_d3d11va_hwaccel_select
="vc1_decoder"
2236 vc1_d3d11va2_hwaccel_deps
="d3d11va"
2237 vc1_d3d11va2_hwaccel_select
="vc1_decoder"
2238 vc1_dxva2_hwaccel_deps
="dxva2"
2239 vc1_dxva2_hwaccel_select
="vc1_decoder"
2240 vc1_mmal_hwaccel_deps
="mmal"
2241 vc1_qsv_hwaccel_deps
="libmfx"
2242 vc1_vaapi_hwaccel_deps
="vaapi"
2243 vc1_vaapi_hwaccel_select
="vc1_decoder"
2244 vc1_vdpau_hwaccel_deps
="vdpau"
2245 vc1_vdpau_hwaccel_select
="vc1_decoder"
2246 vp8_qsv_hwaccel_deps
="libmfx"
2247 vp8_vaapi_hwaccel_deps
="vaapi VAPictureParameterBufferVP8"
2248 vp8_vaapi_hwaccel_select
="vp8_decoder"
2249 wmv3_d3d11va_hwaccel_select
="vc1_d3d11va_hwaccel"
2250 wmv3_d3d11va2_hwaccel_select
="vc1_d3d11va2_hwaccel"
2251 wmv3_dxva2_hwaccel_select
="vc1_dxva2_hwaccel"
2252 wmv3_vaapi_hwaccel_select
="vc1_vaapi_hwaccel"
2253 wmv3_vdpau_hwaccel_select
="vc1_vdpau_hwaccel"
2255 # hardware-accelerated codecs
2256 nvenc_deps_any
="libdl LoadLibrary"
2257 omx_deps
="libdl pthreads"
2258 omx_rpi_select
="omx"
2263 vaapi_encode_deps
="vaapi"
2265 hwupload_cuda_filter_deps
="cuda"
2266 scale_npp_filter_deps
="cuda libnpp"
2268 h264_mmal_decoder_deps
="mmal"
2269 h264_nvenc_encoder_deps
="nvenc"
2270 h264_omx_encoder_deps
="omx"
2271 h264_qsv_decoder_select
="h264_mp4toannexb_bsf h264_parser qsvdec h264_qsv_hwaccel"
2272 h264_qsv_encoder_select
="qsvenc"
2273 h264_vaapi_encoder_deps
="VAEncPictureParameterBufferH264"
2274 h264_vaapi_encoder_select
="cbs_h264 vaapi_encode"
2275 hevc_nvenc_encoder_deps
="nvenc"
2276 hevc_qsv_decoder_select
="hevc_mp4toannexb_bsf hevc_parser hevc_qsv_hwaccel qsvdec"
2277 hevc_qsv_encoder_select
="hevcparse qsvenc"
2278 hevc_vaapi_encoder_deps
="VAEncPictureParameterBufferHEVC"
2279 hevc_vaapi_encoder_select
="cbs_h265 vaapi_encode"
2280 mjpeg_qsv_encoder_deps
="libmfx"
2281 mjpeg_qsv_encoder_select
="qsvenc"
2282 mjpeg_vaapi_encoder_deps
="VAEncPictureParameterBufferJPEG"
2283 mjpeg_vaapi_encoder_select
="vaapi_encode jpegtables"
2284 mpeg2_mmal_decoder_deps
="mmal"
2285 mpeg2_qsv_decoder_select
="qsvdec mpeg2_qsv_hwaccel mpegvideo_parser"
2286 mpeg2_qsv_encoder_select
="qsvenc"
2287 mpeg2_vaapi_encoder_deps
="VAEncPictureParameterBufferMPEG2"
2288 mpeg2_vaapi_encoder_select
="cbs_mpeg2 vaapi_encode"
2289 mpeg4_omx_encoder_deps
="omx"
2290 vc1_mmal_decoder_deps
="mmal"
2291 vc1_qsv_decoder_select
="qsvdec vc1_qsv_hwaccel vc1_parser"
2292 vp8_qsv_decoder_select
="qsvdec vp8_qsv_hwaccel vp8_parser"
2293 vp8_vaapi_encoder_deps
="VAEncPictureParameterBufferVP8"
2294 vp8_vaapi_encoder_select
="vaapi_encode"
2295 vp9_vaapi_encoder_deps
="VAEncPictureParameterBufferVP9"
2296 vp9_vaapi_encoder_select
="vaapi_encode"
2298 nvenc_h264_encoder_select
="h264_nvenc_encoder"
2299 nvenc_hevc_encoder_select
="hevc_nvenc_encoder"
2302 aac_parser_select
="adts_header"
2303 h264_parser_select
="golomb h264dsp h264parse"
2304 hevc_parser_select
="hevcparse"
2305 mpegaudio_parser_select
="mpegaudioheader"
2306 mpegvideo_parser_select
="mpegvideo"
2307 mpeg4video_parser_select
="error_resilience h263dsp mpegvideo qpeldsp"
2308 vc1_parser_select
="vc1dsp"
2311 aac_adtstoasc_bsf_select
="adts_header"
2312 h264_metadata_bsf_select
="cbs_h264"
2313 h264_redundant_pps_bsf_select
="cbs_h264"
2314 hevc_metadata_bsf_select
="cbs_h265"
2315 mjpeg2jpeg_bsf_select
="jpegtables"
2316 mpeg2_metadata_bsf_select
="cbs_mpeg2"
2317 trace_headers_bsf_select
="cbs_h264 cbs_h265 cbs_mpeg2"
2319 # external libraries
2320 avisynth_deps
="LoadLibrary"
2321 avxsynth_deps
="libdl"
2322 avisynth_demuxer_deps_any
="avisynth avxsynth"
2323 avisynth_demuxer_select
="riffdec"
2324 libdcadec_decoder_deps
="libdcadec"
2325 libfaac_encoder_deps
="libfaac"
2326 libfaac_encoder_select
="audio_frame_queue"
2327 libfdk_aac_decoder_deps
="libfdk_aac"
2328 libfdk_aac_encoder_deps
="libfdk_aac"
2329 libfdk_aac_encoder_select
="audio_frame_queue"
2330 libgsm_decoder_deps
="libgsm"
2331 libgsm_encoder_deps
="libgsm"
2332 libgsm_ms_decoder_deps
="libgsm"
2333 libgsm_ms_encoder_deps
="libgsm"
2334 libilbc_decoder_deps
="libilbc"
2335 libilbc_encoder_deps
="libilbc"
2336 libkvazaar_encoder_deps
="libkvazaar"
2337 libmp3lame_encoder_deps
="libmp3lame"
2338 libmp3lame_encoder_select
="audio_frame_queue mpegaudioheader"
2339 libopencore_amrnb_decoder_deps
="libopencore_amrnb"
2340 libopencore_amrnb_encoder_deps
="libopencore_amrnb"
2341 libopencore_amrnb_encoder_select
="audio_frame_queue"
2342 libopencore_amrwb_decoder_deps
="libopencore_amrwb"
2343 libopenh264_decoder_deps
="libopenh264"
2344 libopenh264_decoder_select
="h264_mp4toannexb_bsf"
2345 libopenh264_encoder_deps
="libopenh264"
2346 libopenjpeg_decoder_deps
="libopenjpeg"
2347 libopenjpeg_encoder_deps
="libopenjpeg"
2348 libopus_decoder_deps
="libopus"
2349 libopus_encoder_deps
="libopus"
2350 libopus_encoder_select
="audio_frame_queue"
2351 libschroedinger_decoder_deps
="libschroedinger"
2352 libschroedinger_encoder_deps
="libschroedinger"
2353 libspeex_decoder_deps
="libspeex"
2354 libspeex_encoder_deps
="libspeex"
2355 libspeex_encoder_select
="audio_frame_queue"
2356 libtheora_encoder_deps
="libtheora"
2357 libtwolame_encoder_deps
="libtwolame"
2358 libvo_aacenc_encoder_deps
="libvo_aacenc"
2359 libvo_aacenc_encoder_select
="audio_frame_queue"
2360 libvo_amrwbenc_encoder_deps
="libvo_amrwbenc"
2361 libvorbis_encoder_deps
="libvorbis"
2362 libvorbis_encoder_select
="audio_frame_queue"
2363 libvpx_vp8_decoder_deps
="libvpx"
2364 libvpx_vp8_encoder_deps
="libvpx"
2365 libvpx_vp9_decoder_deps
="libvpx"
2366 libvpx_vp9_encoder_deps
="libvpx"
2367 libwavpack_encoder_deps
="libwavpack"
2368 libwavpack_encoder_select
="audio_frame_queue"
2369 libwebp_encoder_deps
="libwebp"
2370 libx262_encoder_deps
="libx262"
2371 libx264_encoder_deps
="libx264"
2372 libx265_encoder_deps
="libx265"
2373 libxavs_encoder_deps
="libxavs"
2374 libxvid_encoder_deps
="libxvid mkstemp"
2377 ac3_demuxer_select
="ac3_parser"
2378 asf_demuxer_select
="riffdec"
2379 asf_muxer_select
="riffenc"
2380 asf_stream_muxer_select
="asf_muxer"
2381 avi_demuxer_select
="iso_media riffdec"
2382 avi_muxer_select
="riffenc"
2383 caf_demuxer_select
="iso_media riffdec"
2384 dash_muxer_select
="mp4_muxer"
2385 dirac_demuxer_select
="dirac_parser"
2386 dv_demuxer_select
="dvprofile"
2387 dv_muxer_select
="dvprofile"
2388 dxa_demuxer_select
="riffdec"
2389 eac3_demuxer_select
="ac3_parser"
2390 f4v_muxer_select
="mov_muxer"
2391 flac_demuxer_select
="flac_parser"
2392 hds_muxer_select
="flv_muxer"
2393 hls_muxer_select
="mpegts_muxer"
2394 ipod_muxer_select
="mov_muxer"
2395 ismv_muxer_select
="mov_muxer"
2396 matroska_audio_muxer_select
="matroska_muxer"
2397 matroska_demuxer_select
="iso_media riffdec"
2398 matroska_demuxer_suggest
="bzlib lzo zlib"
2399 matroska_muxer_select
="iso_media riffenc"
2400 mmf_muxer_select
="riffenc"
2401 mov_demuxer_select
="iso_media riffdec"
2402 mov_demuxer_suggest
="zlib"
2403 mov_muxer_select
="iso_media riffenc rtpenc_chain"
2404 mp3_demuxer_select
="mpegaudio_parser"
2405 mp3_muxer_select
="mpegaudioheader"
2406 mp4_muxer_select
="mov_muxer"
2407 mpegts_demuxer_select
="iso_media"
2408 mpegts_muxer_select
="adts_muxer latm_muxer"
2409 mpegtsraw_demuxer_select
="mpegts_demuxer"
2410 mxf_d10_muxer_select
="mxf_muxer"
2411 nut_muxer_select
="riffenc"
2412 nuv_demuxer_select
="riffdec"
2413 oga_muxer_select
="ogg_muxer"
2414 ogg_demuxer_select
="dirac_parse"
2415 opus_muxer_select
="ogg_muxer"
2416 psp_muxer_select
="mov_muxer"
2417 rtp_demuxer_select
="sdp_demuxer"
2418 rtpdec_select
="asf_demuxer jpegtables mov_demuxer mpegts_demuxer rm_demuxer rtp_protocol srtp"
2419 rtsp_demuxer_select
="http_protocol rtpdec"
2420 rtsp_muxer_select
="rtp_muxer http_protocol rtp_protocol rtpenc_chain"
2421 sap_demuxer_select
="sdp_demuxer"
2422 sap_muxer_select
="rtp_muxer rtp_protocol rtpenc_chain"
2423 sdp_demuxer_select
="rtpdec"
2424 smoothstreaming_muxer_select
="ismv_muxer"
2425 spdif_demuxer_select
="adts_header"
2426 spdif_muxer_select
="adts_header"
2427 spx_muxer_select
="ogg_muxer"
2428 swf_demuxer_suggest
="zlib"
2429 tak_demuxer_select
="tak_parser"
2430 tg2_muxer_select
="mov_muxer"
2431 tgp_muxer_select
="mov_muxer"
2432 w64_demuxer_select
="wav_demuxer"
2433 wav_demuxer_select
="riffdec"
2434 wav_muxer_select
="riffenc"
2435 webm_muxer_select
="iso_media riffenc"
2436 wtv_demuxer_select
="mpegts_demuxer riffdec"
2437 xmv_demuxer_select
="riffdec"
2438 xwma_demuxer_select
="riffdec"
2441 alsa_indev_deps
="alsa"
2442 avfoundation_indev_deps
="AVFoundation_AVFoundation_h objc_arc pthreads"
2443 avfoundation_indev_extralibs
="-framework Foundation -framework AVFoundation -framework CoreVideo -framework CoreMedia"
2444 bktr_indev_deps_any
="dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h"
2445 fbdev_indev_deps
="linux_fb_h"
2446 jack_indev_deps
="libjack"
2447 jack_indev_deps_any
="sem_timedwait dispatch_dispatch_h"
2448 libcdio_indev_deps
="libcdio"
2449 libdc1394_indev_deps
="libdc1394"
2450 oss_indev_deps_any
="sys_soundcard_h"
2451 pulse_indev_deps
="libpulse"
2452 sndio_indev_deps
="sndio"
2453 v4l2_indev_deps_any
="linux_videodev2_h sys_videoio_h"
2454 vfwcap_indev_deps
="vfw32 vfwcap_defines"
2455 xcbgrab_indev_deps
="libxcb libxcb_shape"
2456 xcbgrab_indev_suggest
="libxcb_shm libxcb_xfixes"
2459 ffrtmpcrypt_protocol_conflict
="librtmp_protocol"
2460 ffrtmpcrypt_protocol_deps_any
="gmp openssl"
2461 ffrtmpcrypt_protocol_select
="tcp_protocol"
2462 ffrtmphttp_protocol_conflict
="librtmp_protocol"
2463 ffrtmphttp_protocol_select
="http_protocol"
2464 gopher_protocol_select
="network"
2465 http_protocol_select
="tcp_protocol"
2466 http_protocol_suggest
="zlib"
2467 httpproxy_protocol_select
="tcp_protocol"
2468 httpproxy_protocol_suggest
="zlib"
2469 https_protocol_select
="tls_protocol"
2470 https_protocol_suggest
="zlib"
2471 icecast_protocol_select
="http_protocol"
2472 librtmp_protocol_deps
="librtmp"
2473 librtmpe_protocol_deps
="librtmp"
2474 librtmps_protocol_deps
="librtmp"
2475 librtmpt_protocol_deps
="librtmp"
2476 librtmpte_protocol_deps
="librtmp"
2477 mmsh_protocol_select
="http_protocol"
2478 mmst_protocol_select
="network"
2479 rtmp_protocol_conflict
="librtmp_protocol"
2480 rtmp_protocol_select
="tcp_protocol"
2481 rtmp_protocol_suggest
="zlib"
2482 rtmpe_protocol_select
="ffrtmpcrypt_protocol"
2483 rtmpe_protocol_suggest
="zlib"
2484 rtmps_protocol_conflict
="librtmp_protocol"
2485 rtmps_protocol_select
="tls_protocol"
2486 rtmps_protocol_suggest
="zlib"
2487 rtmpt_protocol_select
="ffrtmphttp_protocol"
2488 rtmpt_protocol_suggest
="zlib"
2489 rtmpte_protocol_select
="ffrtmpcrypt_protocol ffrtmphttp_protocol"
2490 rtmpte_protocol_suggest
="zlib"
2491 rtmpts_protocol_select
="ffrtmphttp_protocol https_protocol"
2492 rtmpts_protocol_suggest
="zlib"
2493 rtp_protocol_select
="udp_protocol"
2494 sctp_protocol_deps
="struct_sctp_event_subscribe"
2495 sctp_protocol_select
="network"
2496 srtp_protocol_select
="rtp_protocol srtp"
2497 tcp_protocol_select
="network"
2498 tls_protocol_deps_any
="gnutls openssl"
2499 tls_protocol_select
="tcp_protocol"
2500 udp_protocol_select
="network"
2501 unix_protocol_deps
="sys_un_h"
2502 unix_protocol_select
="network"
2505 asyncts_filter_deps
="avresample"
2506 blackframe_filter_deps
="gpl"
2507 boxblur_filter_deps
="gpl"
2508 bs2b_filter_deps
="libbs2b"
2509 cropdetect_filter_deps
="gpl"
2510 deinterlace_qsv_filter_deps
="libmfx"
2511 deinterlace_vaapi_filter_deps
="vaapi"
2512 delogo_filter_deps
="gpl"
2513 drawtext_filter_deps
="libfreetype"
2514 drawtext_filter_suggest
="libfontconfig"
2515 frei0r_filter_deps
="frei0r libdl"
2516 frei0r_src_filter_deps
="frei0r libdl"
2517 hdcd_filter_deps
="libhdcd"
2518 hqdn3d_filter_deps
="gpl"
2519 interlace_filter_deps
="gpl"
2520 movie_filter_deps
="avcodec avformat"
2521 ocv_filter_deps
="libopencv"
2522 overlay_qsv_filter_deps
="libmfx"
2523 overlay_qsv_filter_select
="qsvvpp"
2524 resample_filter_deps
="avresample"
2525 scale_filter_deps
="swscale"
2526 scale_qsv_filter_deps
="libmfx"
2527 scale_vaapi_filter_deps
="vaapi VAProcPipelineParameterBuffer"
2528 vpp_qsv_filter_deps
="libmfx"
2529 vpp_qsv_filter_select
="qsvvpp"
2532 decode_audio_example_deps
="avcodec avutil"
2533 decode_video_example_deps
="avcodec avutil"
2534 encode_audio_example_deps
="avcodec avutil"
2535 encode_video_example_deps
="avcodec avutil"
2536 filter_audio_example_deps
="avfilter avutil"
2537 metadata_example_deps
="avformat avutil"
2538 output_example_deps
="avcodec avformat avresample avutil swscale"
2539 qsvdec_example_deps
="avcodec avutil libmfx h264_qsv_decoder"
2540 transcode_aac_example_deps
="avcodec avformat avresample"
2543 cpu_init_extralibs
="pthreads_extralibs"
2544 cws2fws_extralibs
="zlib_extralibs"
2546 # libraries, in linking order
2547 avcodec_deps
="avutil"
2548 avcodec_select
="null_bsf"
2549 avdevice_deps
="avformat avcodec avutil"
2550 avfilter_deps
="avutil"
2551 avformat_deps
="avcodec avutil"
2552 avformat_suggest
="network"
2553 avresample_deps
="avutil"
2554 swscale_deps
="avutil"
2556 avcodec_extralibs
="pthreads_extralibs libm_extralibs"
2557 avdevice_extralibs
="libm_extralibs"
2558 avformat_extralibs
="libm_extralibs"
2559 avfilter_extralibs
="pthreads_extralibs libm_extralibs"
2560 avresample_extralibs
="libm_extralibs"
2561 avutil_extralibs
="clock_gettime_extralibs cuda_extralibs cuvid_extralibs d3d11va_extralibs libm_extralibs libmfx_extralibs nanosleep_extralibs pthreads_extralibs user32_extralibs vaapi_extralibs vaapi_drm_extralibs vaapi_x11_extralibs vdpau_x11_extralibs wincrypt_extralibs"
2562 swscale_extralibs
="libm_extralibs"
2565 avconv_deps
="avcodec avfilter avformat avresample swscale"
2566 avconv_select
="aformat_filter anull_filter asyncts_filter atrim_filter format_filter
2567 fps_filter null_filter resample_filter scale_filter
2569 avconv_suggest
="psapi shell32"
2570 avplay_deps
="avcodec avfilter avformat avresample sdl"
2571 avplay_select
="rdft format_filter transpose_filter hflip_filter vflip_filter"
2572 avplay_suggest
="shell32"
2573 avprobe_deps
="avcodec avformat"
2574 avprobe_suggest
="shell32"
2578 texi2html_deps
="doc"
2580 # default parameters
2582 logfile
="avbuild/config.log"
2584 # installation paths
2585 prefix_default
="/usr/local"
2586 bindir_default
='${prefix}/bin'
2587 datadir_default
='${prefix}/share/avconv'
2588 docdir_default
='${prefix}/share/doc/libav'
2589 incdir_default
='${prefix}/include'
2590 libdir_default
='${prefix}/lib'
2591 mandir_default
='${prefix}/share/man'
2592 shlibdir_default
="$libdir_default"
2597 host_cc_default
="gcc"
2598 x86asmexe_default
="nasm"
2601 pkg_config_default
=pkg-config
2604 version_script
='--version-script'
2607 arch_default
=$
(uname
-m
)
2612 target_os_default
=$
(tolower $
(uname
-s
))
2613 host_os
=$target_os_default
2615 # configurable options
2616 enable $EXAMPLE_LIST $LIBRARY_LIST $PROGRAM_LIST
2621 enable faan faandct faanidct
2622 enable optimizations
2623 enable safe_bitstream_reader
2625 enable swscale_alpha
2626 enable valgrind_backtrace
2628 # By default, enable only those hwaccels that have no external dependencies.
2629 enable d3d11va dxva2 vda vdpau
2631 # internal components are enabled by default
2632 enable $EXTRALIBS_LIST
2634 # Avoid external, non-system, libraries getting enabled by dependency resolution
2635 disable
$EXTERNAL_LIBRARY_LIST
2638 SHFLAGS
='-shared -Wl,-soname,$$(@F)'
2641 LIBNAME
='$(LIBPREF)$(NAME)$(LIBSUF)'
2644 SLIBNAME
='$(SLIBPREF)$(NAME)$(SLIBSUF)'
2645 SLIBNAME_WITH_VERSION
='$(SLIBNAME).$(LIBVERSION)'
2646 SLIBNAME_WITH_MAJOR
='$(SLIBNAME).$(LIBMAJOR)'
2647 LIB_INSTALL_EXTRA_CMD
='$$(RANLIB) "$(LIBDIR)/$(LIBNAME)"'
2648 SLIB_INSTALL_NAME
='$(SLIBNAME_WITH_VERSION)'
2649 SLIB_INSTALL_LINKS
='$(SLIBNAME_WITH_MAJOR) $(SLIBNAME)'
2650 VERSION_SCRIPT_POSTPROCESS_CMD
="cat"
2673 host_extralibs
='-lm'
2674 host_cflags_filter
=echo
2675 host_ldflags_filter
=echo
2677 target_path
='$(CURDIR)'
2679 # since the object filename is not given with the -MM flag, the compiler
2680 # is only able to print the basename, and we must add the path ourselves
2681 DEPCMD
='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o," > $(@:.o=.d)'
2687 if test -f configure
; then
2690 source_path
=$
(cd $
(dirname "$0"); pwd)
2691 echo "$source_path" |
grep -q
'[[:blank:]]' &&
2692 die
"Out of tree builds are impossible with whitespace in source path."
2693 test -e
"$source_path/config.h" &&
2694 die
"Out of tree builds are impossible with config.h in source dir."
2701 LIBAV_CONFIGURATION
="${LIBAV_CONFIGURATION# } ${l}${r}"
2707 file=$source_path/$3
2708 sed -n
"s/^[^#]*$pattern.*([^,]*, *\([^,]*\)\(,.*\)*).*/\1_$thing/p" "$file"
2711 ENCODER_LIST
=$
(find_things encoder ENC libavcodec
/allcodecs.c
)
2712 DECODER_LIST
=$
(find_things decoder DEC libavcodec
/allcodecs.c
)
2713 HWACCEL_LIST
=$
(find_things hwaccel HWACCEL libavcodec
/allcodecs.c
)
2714 PARSER_LIST
=$
(find_things parser PARSER libavcodec
/allcodecs.c
)
2715 MUXER_LIST
=$
(find_things muxer _MUX libavformat
/allformats.c
)
2716 DEMUXER_LIST
=$
(find_things demuxer DEMUX libavformat
/allformats.c
)
2717 INDEV_LIST
=$
(find_things indev _IN libavdevice
/alldevices.c
)
2718 FILTER_LIST
=$
(find_things filter FILTER libavfilter
/allfilters.c
)
2720 find_things_extern
(){
2723 file=$source_path/$3
2724 sed -n
"s/^[^#]*extern.*$pattern *ff_\([^ ]*\)_$thing;/\1_$thing/p" "$file"
2727 BSF_LIST
=$
(find_things_extern bsf AVBitStreamFilter libavcodec
/bitstream_filters.c
)
2728 PROTOCOL_LIST
=$
(find_things_extern protocol URLProtocol libavformat
/protocols.c
)
2730 AVCODEC_COMPONENTS_LIST
="
2738 AVDEVICE_COMPONENTS_LIST
="
2742 AVFILTER_COMPONENTS_LIST
="
2746 AVFORMAT_COMPONENTS_LIST
="
2753 $AVCODEC_COMPONENTS_LIST
2754 $AVDEVICE_COMPONENTS_LIST
2755 $AVFILTER_COMPONENTS_LIST
2756 $AVFORMAT_COMPONENTS_LIST
2759 for n
in $COMPONENT_LIST; do
2760 v
=$
(toupper
${n%s})_LIST
2762 eval ${n}_if_any
="\$$v"
2765 enable $ARCH_EXT_LIST
2768 echo "Unknown option \"$1\"."
2769 echo "See $0 --help for available options."
2774 printf "%-25s %-25s %-25s\n" $
(cat |
tr ' ' '\n' |
sort)
2780 echo $
* |
sed s
/$suffix//g | print_3_columns
2790 --extra-ldexeflags
=*)
2791 add_ldexeflags
$optval
2793 --extra-ldsoflags
=*)
2794 add_ldsoflags
$optval
2797 add_extralibs
$optval
2803 debuglevel
="$optval"
2806 disable
$PROGRAM_LIST
2808 --disable-everything
)
2809 map
'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
2812 map
'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
2813 disable
$LIBRARY_LIST $PROGRAM_LIST doc
2815 --enable-
*=*|
--disable-
*=*)
2816 eval $
(echo "${opt%%=*}" |
sed 's/--/action=/;s/-/ thing=/')
2817 is_in
"${thing}s" $COMPONENT_LIST || die_unknown
"$opt"
2818 eval list
=\$$
(toupper
$thing)_LIST
2819 name
=$
(echo "${optval}" |
sed "s/,/_${thing}|/g")_
${thing}
2820 $action $
(filter
"$name" $list)
2822 --enable-yasm|
--disable-yasm
)
2823 warn
"The ${opt} option is only provided for compatibility and will be\n"\
2824 "removed in the future. Use --enable-x86asm / --disable-x86asm instead."
2825 test $opt = --enable-yasm
&& x86asm
=yes || x86asm
=no
2827 --enable-?
*|
--disable-?
*)
2828 eval $
(echo "$opt" |
sed 's/--/action=/;s/-/ option=/;s/-/_/g')
2829 if is_in
$option $COMPONENT_LIST; then
2830 test $action = disable
&& action
=unset
2831 eval $action \$$
(toupper
${option%s})_LIST
2832 elif is_in
$option $CMDLINE_SELECT; then
2839 NAME
="${opt#--list-}"
2840 is_in
$NAME $COMPONENT_LIST || die_unknown
$opt
2842 eval show_list
$NAME \$$
(toupper
$NAME)_LIST
2844 --help|
-h
) show_help
2846 --quiet|
-q
) quiet
=yes
2849 optname
="${opt%%=*}"
2850 optname
="${optname#--}"
2851 optname
=$
(echo "$optname" |
sed 's/-/_/g')
2852 if is_in
$optname $CMDLINE_SET; then
2853 eval $optname='$optval'
2854 elif is_in
$optname $CMDLINE_APPEND; then
2855 append
$optname "$optval"
2867 disabled logging
&& logfile
=/dev
/null
2869 # we need to build at least one lib type
2870 if ! enabled_any static shared
; then
2872 At least one library type must be built.
2873 Specify --enable-static to build the static libraries or --enable-shared to
2874 build the shared libraries as well. To only build the shared libraries specify
2875 --disable-static in addition to --enable-shared.
2880 # Die early if licensing-related configure options are incompatible.
2881 die_license_disabled
() {
2882 enabled
$1 ||
{ enabled
$v && die
"$v is $1 and --enable-$1 is not specified."; }
2885 map
"die_license_disabled gpl" $EXTERNAL_LIBRARY_GPL_LIST
2886 map
"die_license_disabled nonfree" $EXTERNAL_LIBRARY_NONFREE_LIST $HWACCEL_LIBRARY_NONFREE_LIST
2887 map
"die_license_disabled version3" $EXTERNAL_LIBRARY_VERSION3_LIST
2889 enabled version3
&& { enabled gpl
&& enable gplv3 ||
enable lgplv3
; }
2891 enabled_all gnutls openssl
&&
2892 die
"GnuTLS and OpenSSL must not be enabled at the same time."
2894 # Disable all the library-specific components if the library itself
2895 # is disabled, see AVCODEC_LIST and following _LIST variables.
2897 disable_components
(){
2898 disabled
${1} && disable $
(
2899 eval components
="\$$(toupper ${1})_COMPONENTS"
2900 map
'eval echo \${$(toupper ${v%s})_LIST}' $components
2904 map
'disable_components $v' $LIBRARY_LIST
2906 echo "# $0 $LIBAV_CONFIGURATION" > $logfile
2909 case "$toolchain" in
2911 cc_default
="${toolchain%-asan}"
2912 add_cflags
-fsanitize
=address
2913 add_ldflags
-fsanitize
=address
2916 cc_default
="${toolchain%-msan}"
2917 add_cflags
-fsanitize
=memory
-fsanitize-memory-track-origins
2918 add_ldflags
-fsanitize
=memory
2921 cc_default
="${toolchain%-tsan}"
2922 add_cflags
-fsanitize
=thread
-fPIE
2923 add_ldflags
-fsanitize
=thread
-pie
2924 case "$toolchain" in
2932 cc_default
="${toolchain%-usan}"
2933 add_cflags
-fsanitize
=undefined
2934 add_ldflags
-fsanitize
=undefined
2935 case "$toolchain" in
2942 target_exec_default
="valgrind"
2943 case "$toolchain" in
2945 target_exec_args
="--alloc-fn=av_malloc --alloc-fn=av_mallocz"
2948 target_exec_args
="--track-origins=yes --leak-check=full"
2953 # Check whether the current MSVC version needs the C99 converter.
2954 # From MSVC 2013 (compiler major version 18) onwards, it does actually
2955 # support enough of C99 to build libav. Default to the new
2956 # behaviour if the regexp was unable to match anything, since this
2957 # successfully parses the version number of existing supported
2958 # versions that require the converter (MSVC 2010 and 2012).
2959 cl_major_ver
=$
(cl
2>&1 |
sed -n
's/.*Version \([[:digit:]]\{1,\}\)\..*/\1/p')
2960 if [ -z
"$cl_major_ver" ] ||
[ $cl_major_ver -ge
18 ]; then
2963 cc_default
="c99wrap cl"
2965 ld_default
="$source_path/compat/windows/mslink"
2966 nm_default
="dumpbin -symbols"
2970 as_default
="armasm64"
2976 target_os_default
="win32"
2977 # Use a relative path for TMPDIR. This makes sure all the
2978 # ffconf temp files are written with a relative path, avoiding
2979 # issues with msys/win32 path conversion for MSVC parameters
2980 # such as -Fo<file> or -out:<file>.
2986 nm_default
="dumpbin -symbols"
2988 target_os_default
="win32"
2992 add_cflags
-fprofile-arcs
-ftest-coverage
2993 add_ldflags
-fprofile-arcs
-ftest-coverage
2996 add_cflags
-fprofile-arcs
-ftest-coverage
2997 add_ldflags
--coverage
3000 add_cppflags
-U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE
=2
3001 add_cflags
-fno-strict-overflow
-fstack-protector-all
3002 add_ldflags
-Wl
,-z
,relro
-Wl
,-z
,now
3005 die
"Unknown toolchain $toolchain"
3009 test -n
"$cross_prefix" && enable cross_compile
3011 if enabled cross_compile
; then
3012 test -n
"$arch" && test -n
"$target_os" ||
3013 die
"Must specify target arch (--arch) and OS (--target-os) when cross-compiling"
3016 ar_default
="${cross_prefix}${ar_default}"
3017 cc_default
="${cross_prefix}${cc_default}"
3018 objcc_default
="${cross_prefix}${objcc_default}"
3019 x86asmexe_default
="${cross_prefix}${x86asmexe_default}"
3020 nm_default
="${cross_prefix}${nm_default}"
3021 pkg_config_default
="${cross_prefix}${pkg_config_default}"
3022 ranlib
="${cross_prefix}${ranlib}"
3023 strip
="${cross_prefix}${strip}"
3025 sysinclude_default
="${sysroot}/usr/include"
3027 set_default arch cc pkg_config sysinclude target_exec target_os x86asmexe
3028 enabled cross_compile || host_cc_default
=$cc
3031 if ! $pkg_config --version
>/dev
/null
2>&1; then
3032 warn
"$pkg_config not found, library detection may fail."
3038 mingw32
*|mingw64
*|win32|win64|cygwin
*|
*-dos|freedos|opendos|os
/2*|symbian
) echo .exe
;;
3042 EXESUF
=$
(exesuf
$target_os)
3043 HOSTEXESUF
=$
(exesuf
$host_os)
3045 # set temporary file name
3046 : ${TMPDIR:=$TEMPDIR}
3050 if ! check_cmd mktemp
-u XXXXXX
; then
3051 # simple replacement for missing mktemp
3052 # NOT SAFE FOR GENERAL USE
3054 tmpname
="${2%%XXX*}.${HOSTNAME}.${UID}.$$"
3060 AVTMPDIR
=$
(mktemp
-d
"${TMPDIR}/avconf.XXXXXXXX" 2> /dev
/null
) ||
3061 die
"Unable to create temporary directory in $TMPDIR."
3064 tmp
="${AVTMPDIR}/test"$2
3065 (set -C
; exec > $tmp) 2> /dev
/null ||
3066 die
"Unable to create temporary file in $AVTMPDIR."
3070 trap 'rm -rf -- "$AVTMPDIR"' EXIT
3075 tmpfile TMPE
$EXESUF
3086 # make sure we can execute files in $TMPDIR
3087 cat > $TMPSH 2>> $logfile <<EOF
3090 chmod +x
$TMPSH >> $logfile 2>&1
3091 if ! $TMPSH >> $logfile 2>&1; then
3093 Unable to create and execute files in $TMPDIR. Set the TMPDIR environment
3094 variable to another directory and make sure that it is not mounted noexec.
3096 die
"Sanity test failed."
3102 # Filter out MSVC cl.exe options from cflags that shouldn't
3103 # be passed to gas-preprocessor
3113 -Wno-switch
) echo -Wno-switch-enum
;;
3114 -Wno-format-zero-length
) ;;
3115 -Wdisabled-optimization
) ;;
3116 -Wno-pointer-sign
) echo -Wno-other
;;
3122 msvc_common_flags
(){
3125 # In addition to specifying certain flags under the compiler
3126 # specific filters, they must be specified here as well or else the
3127 # generic catch all at the bottom will print the original flag.
3132 -fomit-frame-pointer
) ;;
3136 -fno-signed-zeros
) ;;
3140 -lz
) echo zlib.lib
;;
3141 -lx264
) echo libx264.lib
;;
3142 -l
*) echo ${flag#-l}.lib
;;
3143 -L
*) echo -libpath
:${flag#-L} ;;
3150 msvc_common_flags
"$@"
3153 -Wall
) echo -W3
-wd4018
-wd4146
-wd4244
-wd4305 \
3155 -Wextra
) echo -W4
-wd4244
-wd4127
-wd4018
-wd4389 \
3156 -wd4146
-wd4057
-wd4204
-wd4706
-wd4305 \
3157 -wd4152
-wd4324
-we4013
-wd4100
-wd4214 \
3158 -wd4273
-wd4554
-wd4701
-wd4703
;;
3164 msvc_common_flags
"$@"
3167 # Despite what Intel's documentation says -Wall, which is supported
3168 # on Windows, does enable remarks so disable them here.
3169 -Wall
) echo $flag -Qdiag-disable
:remark
;;
3170 -std
=c99
) echo -Qstd
=c99
;;
3178 -flto
) echo -Mipa
=fast
,libopt
,libinline
,vestigial
;;
3179 -fomit-frame-pointer
) echo -Mnoframe
;;
3190 case "${flag#*=}" in
3191 native
) echo -xtarget
=native
;;
3192 v9|niagara
) echo -xarch
=sparc
;;
3193 ultrasparc
) echo -xarch
=sparcvis
;;
3194 ultrasparc3|niagara2
) echo -xarch
=sparcvis2
;;
3195 i586|pentium
) echo -xchip
=pentium
;;
3196 i686|pentiumpro|pentium2
) echo -xtarget
=pentium_pro
;;
3197 pentium3
*|c3-2
) echo -xtarget
=pentium3
;;
3198 pentium-m
) echo -xarch
=sse2
-xchip
=pentium3
;;
3199 pentium4
*) echo -xtarget
=pentium4
;;
3200 prescott|nocona
) echo -xarch
=sse3
-xchip
=pentium4
;;
3201 *-sse3
) echo -xarch
=sse3
;;
3202 core2
) echo -xarch
=ssse3
-xchip
=core2
;;
3203 corei7
) echo -xarch
=sse4_2
-xchip
=nehalem
;;
3204 corei7-avx
) echo -xarch
=avx
-xchip
=sandybridge
;;
3205 amdfam10|barcelona|bdver
*) echo -xarch
=sse4_1
;;
3206 athlon-4|athlon-
[mx
]p
) echo -xarch
=ssea
;;
3207 k8|opteron|athlon64|athlon-fx
)
3208 echo -xarch
=sse2a
;;
3209 athlon
*) echo -xarch
=pentium_proa
;;
3212 -std
=c99
) echo -xc99
;;
3213 -fomit-frame-pointer
) echo -xregs
=frameptr
;;
3214 -fPIC
) echo -KPIC
-xcode
=pic32
;;
3215 -W
*,*) echo $flag ;;
3216 -f
*-*|
-W
*|
-mimpure-text
) ;;
3227 unset _type _ident _cc_c _cc_e _cc_o _flags _cflags
3228 unset _ld_o _ldflags _ld_lib _ld_path
3229 unset _depflags _DEPCMD _DEPFLAGS
3232 if $_cc -v
2>&1 |
grep -q
'^gcc.*LLVM'; then
3234 gcc_extra_ver
=$
(expr "$($_cc --version 2>/dev/null | head -n1)" : '.*\((.*)\)')
3235 _ident
="llvm-gcc $($_cc -dumpversion 2>/dev/null) $gcc_extra_ver"
3236 _depflags
='-MMD -MF $(@:.o=.d) -MT $@'
3239 elif $_cc -v
2>&1 |
grep -qi ^gcc
; then
3241 gcc_version
=$
($_cc --version |
head -n1
)
3242 gcc_basever
=$
($_cc -dumpversion
)
3243 gcc_pkg_ver
=$
(expr "$gcc_version" : '[^ ]* \(([^)]*)\)')
3244 gcc_ext_ver
=$
(expr "$gcc_version" : ".*$gcc_pkg_ver $gcc_basever \\(.*\\)")
3245 _ident
=$
(cleanws
"gcc $gcc_basever $gcc_pkg_ver $gcc_ext_ver")
3246 if ! $_cc -dumpversion |
grep -q
'^2\.'; then
3247 _depflags
='-MMD -MF $(@:.o=.d) -MT $@'
3251 elif $_cc --version
2>/dev
/null |
grep -q ^icc
; then
3253 _ident
=$
($_cc --version |
head -n1
)
3258 elif $_cc -v
2>&1 |
grep -q xlc
; then
3260 _ident
=$
($_cc -qversion
2>/dev
/null |
head -n1
)
3262 _cflags_size
='-O5 -qcompact'
3263 elif $_cc --vsn
2>/dev
/null |
grep -Eq
"ARM (C/C\+\+ )?Compiler"; then
3264 test -d
"$sysroot" || die
"No valid sysroot specified."
3266 _ident
=$
($_cc --vsn |
grep -i build |
head -n1 |
sed 's/.*: //')
3267 armcc_conf
="$PWD/armcc.conf"
3268 $_cc --arm_linux_configure \
3269 --arm_linux_config_file
="$armcc_conf" \
3270 --configure_sysroot
="$sysroot" \
3271 --configure_cpp_headers
="$sysinclude" >>$logfile 2>&1 ||
3272 die
"Error creating armcc configuration file."
3273 $_cc --vsn |
grep -q RVCT
&& armcc_opt
=rvct || armcc_opt
=armcc
3274 _flags
="--arm_linux_config_file=$armcc_conf --translate_gcc"
3275 as_default
="${cross_prefix}gcc"
3279 elif $_cc -v
2>&1 |
grep -q clang
; then
3281 _ident
=$
($_cc --version
2>/dev
/null |
head -n1
)
3282 _depflags
='-MMD -MF $(@:.o=.d) -MT $@'
3285 elif $_cc -V
2>&1 |
grep -q Sun
; then
3287 _ident
=$
($_cc -V
2>&1 |
head -n1 | cut
-d
' ' -f
2-)
3288 _DEPCMD
='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< | sed -e "1s,^.*: ,$@: ," -e "\$$!s,\$$, \\\," -e "1!s,^.*: , ," > $(@:.o=.d)'
3289 _DEPFLAGS
='-xM1 -xc99'
3292 _cflags_size
='-O5 -xspace'
3293 _flags_filter
=suncc_flags
3294 elif $_cc -v
2>&1 |
grep -q
'PathScale\|Path64'; then
3296 _ident
=$
($_cc -v
2>&1 |
head -n1 |
tr -d
:)
3297 _depflags
='-MMD -MF $(@:.o=.d) -MT $@'
3300 _flags_filter
='filter_out -Wdisabled-optimization'
3301 elif $_cc -v
2>&1 |
grep -q Open64
; then
3303 _ident
=$
($_cc -v
2>&1 |
head -n1 |
tr -d
:)
3304 _depflags
='-MMD -MF $(@:.o=.d) -MT $@'
3307 _flags_filter
='filter_out -Wdisabled-optimization|-Wtype-limits|-fno-signed-zeros'
3308 elif $_cc -V
2>&1 |
grep -q Portland
; then
3310 _ident
="PGI $($_cc -V 2>&1 | awk '/^pgcc/ { print $2; exit }')"
3311 opt_common
='-alias=ansi -Mdse -Mlre -Mpre'
3312 _cflags_speed
="-O3 -Mautoinline -Munroll=c:4 $opt_common"
3313 _cflags_size
="-O2 -Munroll=c:1 $opt_common"
3315 _flags_filter
=pgi_flags
3316 elif $_cc 2>&1 |
grep -q
'Microsoft.*ARM.*Assembler'; then
3318 _ident
=$
($_cc |
head -n1
)
3319 # 4509: "This form of conditional instruction is deprecated"
3320 _flags
="-nologo -ignore 4509"
3321 _flags_filter
=armasm_flags
3322 elif $_cc -nologo-
2>&1 |
grep -q Microsoft
; then
3324 _ident
=$
($_cc 2>&1 |
head -n1
)
3325 _DEPCMD
='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< 2>&1 | awk '\''/including/ { sub(/^.*file: */, ""); gsub(/\\/, "/"); if (!match($$0, / /)) print "$@:", $$0 }'\'' > $(@:.o=.d)'
3326 _DEPFLAGS
='$(CPPFLAGS) $(CFLAGS) -showIncludes -Zs'
3330 if $_cc -nologo-
2>&1 |
grep -q Linker
; then
3337 _flags_filter
=msvc_flags
3339 _ld_path
='-libpath:'
3341 elif $_cc 2>&1 |
grep -q Intel
; then
3343 _ident
=$
($_cc 2>&1 |
head -n1
)
3344 _depflags
='-QMMD -QMF$(@:.o=.d) -QMT$@'
3345 # Not only is O3 broken on 13.x+ but it is slower on all previous
3346 # versions (tested) as well.
3348 _cflags_size
="-O1 -Oi" # -O1 without -Oi miscompiles stuff
3349 if $_cc 2>&1 |
grep -q Linker
; then
3356 _flags_filter
=icl_flags
3358 _ld_path
='-libpath:'
3359 # -Qdiag-error to make icl error when seeing certain unknown arguments
3360 _flags
='-nologo -Qdiag-error:4044,10157'
3361 # -Qvec- -Qsimd- to prevent miscompilation, -GS for consistency
3362 # with MSVC which enables it by default.
3363 _cflags
='-Qms0 -Qvec- -Qsimd- -GS'
3364 elif $_cc -?
2>/dev
/null |
grep -q
'LLVM.*Linker'; then
3365 # lld can emulate multiple different linkers; in ms link.exe mode,
3366 # the -? parameter gives the help output which contains an identifyable
3367 # string, while it gives an error in other modes.
3369 # The link.exe mode doesn't have a switch for getting the version,
3370 # but we can force it back to gnu mode and get the version from there.
3371 _ident
=$
($_cc -flavor gnu
--version
2>/dev
/null
)
3373 _flags_filter
=msvc_flags
3375 _ld_path
='-libpath:'
3376 elif $_cc --version
2>/dev
/null |
grep -q ^cparser
; then
3378 _ident
=$
($_cc --version |
head -n1
)
3382 _flags_filter
=cparser_flags
3385 eval ${pfx}_type
=\
$_type
3386 eval ${pfx}_ident
=\
$_ident
3390 eval ${1}_C
=\
${_cc_c-\${${1}_C
}}
3391 eval ${1}_E
=\
${_cc_e-\${${1}_E
}}
3392 eval ${1}_O
=\
${_cc_o-\${${1}_O
}}
3394 if [ -n
"$_depflags" ]; then
3395 eval ${1}_DEPFLAGS
=\
$_depflags
3397 eval ${1}DEP
=\
${_DEPCMD:-\$DEPCMD}
3398 eval ${1}DEP_FLAGS
=\
${_DEPFLAGS:-\$DEPFLAGS}
3399 eval DEP
${1}FLAGS
=\
$_flags
3404 cflags_filter
=$_flags_filter
3405 cflags_speed
=$_cflags_speed
3406 cflags_size
=$_cflags_size
3407 cflags_noopt
=$_cflags_noopt
3408 add_cflags
$_flags $_cflags
3409 cc_ldflags
=$_ldflags
3412 probe_cc hostcc
"$host_cc"
3413 host_cflags_filter
=$_flags_filter
3414 host_cflags_speed
=$_cflags_speed
3415 add_host_cflags
$_flags $_cflags
3418 test -n
"$cc_type" && enable $cc_type ||
3419 warn
"Unknown C compiler $cc, unable to select optimal CFLAGS"
3421 : ${as_default:=$cc}
3422 : ${objcc_default:=$cc}
3423 : ${dep_cc_default:=$cc}
3424 : ${ld_default:=$cc}
3425 : ${host_ld_default:=$host_cc}
3426 set_default
ar as objcc dep_cc ld host_ld
3429 asflags_filter
=$_flags_filter
3430 add_asflags
$_flags $_cflags
3433 probe_cc objcc
"$objcc"
3434 objcflags_filter
=$_flags_filter
3435 add_objcflags
$_flags $_cflags
3439 ldflags_filter
=$_flags_filter
3440 add_ldflags
$_flags $_ldflags
3441 test "$cc_type" != "$ld_type" && add_ldflags
$cc_ldflags
3443 LD_LIB
=${_ld_lib-$LD_LIB}
3444 LD_PATH
=${_ld_path-$LD_PATH}
3446 probe_cc hostld
"$host_ld"
3447 host_ldflags_filter
=$_flags_filter
3448 add_host_ldflags
$_flags $_ldflags
3449 HOSTLD_O
=${_ld_o-$HOSTLD_O}
3451 if [ -z
"$CC_DEPFLAGS" ] && [ "$dep_cc" != "$cc" ]; then
3452 probe_cc depcc
"$dep_cc"
3453 CCDEP
=${_DEPCMD:-$DEPCMD}
3454 CCDEP_FLAGS
=${_DEPFLAGS:=$DEPFLAGS}
3458 if $ar 2>&1 |
grep -q Microsoft
; then
3461 elif $ar 2>&1 |
grep -q
'Usage: ar.*-X.*any'; then
3462 arflags
='-Xany -r -c'
3469 add_cflags
$extra_cflags
3470 add_objcflags
$extra_objcflags
3471 add_asflags
$extra_cflags
3473 if test -n
"$sysroot"; then
3476 add_cppflags
--sysroot
="$sysroot"
3477 add_ldflags
--sysroot
="$sysroot"
3482 if test "$cpu" = host; then
3483 enabled cross_compile
&&
3484 die
"--cpu=host makes no sense when cross-compiling."
3489 $cc $1=native
-v
-c
-o
$TMPO $TMPC >$TMPE 2>&1 ||
return
3491 s/.*$1=\\([^ ]*\\).*/\\1/
3496 cpu
=$
(check_native
-march || check_native
-mcpu
)
3500 test "${cpu:-host}" = host &&
3501 die
"--cpu=host not supported with compiler $cc"
3504 # Deal with common $arch aliases
3528 "Power Macintosh"|ppc
*|powerpc
*)
3543 i
[3-6]86|i86pc|BePC|x86pc|x86_64|amd64
)
3548 is_in
$arch $ARCH_LIST || warn
"unknown architecture $arch"
3551 # Add processor-specific flags
3552 if enabled aarch64
; then
3556 cpuflags
="-march=$cpu"
3559 cpuflags
="-mcpu=$cpu"
3563 elif enabled alpha
; then
3565 cpuflags
="-mcpu=$cpu"
3567 elif enabled arm
; then
3570 check_cpp_condition stddef.h \
3571 "defined __ARM_ARCH_${1}__ || defined __TARGET_ARCH_${2:-$1}" \
3576 if check_arm_arch
4; then echo armv4
3577 elif check_arm_arch
4T
; then echo armv4t
3578 elif check_arm_arch
5; then echo armv5
3579 elif check_arm_arch
5E
; then echo armv5e
3580 elif check_arm_arch
5T
; then echo armv5t
3581 elif check_arm_arch
5TE
; then echo armv5te
3582 elif check_arm_arch
5TEJ
; then echo armv5te
3583 elif check_arm_arch
6; then echo armv6
3584 elif check_arm_arch
6J
; then echo armv6j
3585 elif check_arm_arch
6K
; then echo armv6k
3586 elif check_arm_arch
6Z
; then echo armv6z
3587 elif check_arm_arch
6ZK
; then echo armv6zk
3588 elif check_arm_arch
6T2
; then echo armv6t2
3589 elif check_arm_arch
7; then echo armv7
3590 elif check_arm_arch
7A
7_A
; then echo armv7-a
3591 elif check_arm_arch
7S
; then echo armv7-a
3592 elif check_arm_arch
7R
7_R
; then echo armv7-r
3593 elif check_arm_arch
7M
7_M
; then echo armv7-m
3594 elif check_arm_arch
7EM
7E_M
; then echo armv7-m
3595 elif check_arm_arch
8A
8_A
; then echo armv8-a
3599 [ "$cpu" = generic
] && cpu
=$
(probe_arm_arch
)
3603 cpuflags
="-march=$cpu"
3604 subarch
=$
(echo $cpu |
sed 's/[^a-z0-9]//g')
3607 cpuflags
="-mcpu=$cpu"
3609 cortex-a
*) subarch
=armv7a
;;
3610 cortex-r
*) subarch
=armv7r
;;
3611 cortex-m
*) enable thumb
; subarch
=armv7m
;;
3612 arm11
*) subarch
=armv6
;;
3613 arm
[79]*e
*|arm9
[24]6*|arm96
*|arm102
[26]) subarch
=armv5te
;;
3614 armv4
*|arm7
*|arm9
[24]*) subarch
=armv4
;;
3615 *) subarch
=$
(probe_arm_arch
) ;;
3621 armv5t
*) enable fast_clz
;;
3622 armv
[6-8]*) enable fast_clz fast_unaligned
;;
3625 elif enabled avr32
; then
3630 cpuflags
="-mpart=$cpu"
3634 cpuflags
="-march=$cpu"
3638 cpuflags
="-mcpu=$cpu"
3642 cpuflags
="-march=$cpu"
3646 elif enabled bfin
; then
3648 cpuflags
="-mcpu=$cpu"
3650 elif enabled mips
; then
3652 cpuflags
="-march=$cpu"
3654 elif enabled ppc
; then
3658 case $
(tolower
$cpu) in
3659 601|ppc601|powerpc601
)
3660 cpuflags
="-mcpu=601"
3663 603*|ppc603
*|powerpc603
*)
3664 cpuflags
="-mcpu=603"
3667 604*|ppc604
*|powerpc604
*)
3668 cpuflags
="-mcpu=604"
3671 g3|
75*|ppc75
*|powerpc75
*)
3672 cpuflags
="-mcpu=750"
3675 g4|
745*|ppc745
*|powerpc745
*)
3676 cpuflags
="-mcpu=7450"
3679 74*|ppc74
*|powerpc74
*)
3680 cpuflags
="-mcpu=7400"
3683 g5|
970|ppc970|powerpc970
)
3684 cpuflags
="-mcpu=970"
3688 cpuflags
="-mcpu=$cpu"
3692 cpuflags
="-mcpu=$cpu"
3696 cpuflags
="-mcpu=cell"
3701 cpuflags
="-mcpu=e500mc"
3705 cpuflags
="-mcpu=8548 -mhard-float -mfloat-gprs=double"
3710 cpuflags
="-mcpu=8540 -mhard-float"
3716 elif enabled sparc
; then
3719 cypress|f93
[04]|tsc701|sparcl
*|supersparc|hypersparc|niagara|v
[789])
3720 cpuflags
="-mcpu=$cpu"
3722 ultrasparc
*|niagara
[234])
3723 cpuflags
="-mcpu=$cpu"
3727 elif enabled x86
; then
3731 cpuflags
="-march=$cpu"