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-libjack JACK audio sound server
207 --enable-libkvazaar HEVC video encoding
208 --enable-libmp3lame MP3 audio encoding
209 --enable-libopencore-amrnb AMR-NB audio encoding/decoding
210 --enable-libopencore-amrwb AMR-WB audio decoding
211 --enable-libopencv computer vision
212 --enable-libopenh264 H.264 video encoding/decoding
213 --enable-libopenjpeg JPEG 2000 image encoding/decoding
214 --enable-libopus Opus audio encoding/decoding
215 --enable-libpulse Pulseaudio sound server
216 --enable-librtmp RTMP streaming
217 --enable-libschroedinger Dirac video encoding/decoding
218 --enable-libsnappy snappy compression
219 --enable-libspeex Speex audio encoding/decoding
220 --enable-libtheora Theora video encoding/decoding
221 --enable-libtwolame MP2 audio encoding
222 --enable-libvo-aacenc AAC audio encoding
223 --enable-libvo-amrwbenc AMR-WB audio encoding
224 --enable-libvorbis Vorbis audio encoding/decoding
225 --enable-libvpx VP* video encoding/decoding
226 --enable-libwavpack Wavpack audio encoding/decoding
227 --enable-libwebp WebP image encoding/decoding
228 --enable-libx264 H.264 video encoding
229 --enable-libx265 HEVC video encoding
230 --enable-libxavs Chinese AVS video encoding
231 --enable-libxcb X window system protocol communication
232 --enable-libxcb-shm X11 shm communication [auto]
233 --enable-libxcb-xfixes X11 mouse rendering [auto]
234 --enable-libxvid MPEG-4 ASP video encoding
235 --enable-openssl crypto
236 --enable-zlib compression [autodetect]
238 The following libraries provide various hardware acceleration features:
239 --enable-cuda Nvidia CUDA (dynamically linked)
240 --enable-cuvid Nvidia CUVID video decode acceleration
241 --enable-d3d11va Microsoft Direct3D 11 video acceleration [auto]
242 --enable-dxva2 Microsoft DirectX 9 video acceleration [auto]
243 --enable-libmfx Intel MediaSDK (AKA Quick Sync Video)
244 --enable-libnpp Nvidia CUDA processing
245 --enable-mmal Broadcom Multi-Media Abstraction Layer (Raspberry Pi)
246 --enable-nvenc Nvidia video encoding
247 --enable-omx OpenMAX IL
248 --enable-omx-rpi OpenMAX IL for Raspberry Pi
249 --enable-vaapi Video Acceleration API (mainly Unix/Intel)
250 --enable-vda Apple Video Decode Acceleration [auto]
251 --enable-vdpau Nvidia Video Decode and Presentation API for Unix [auto]
254 --arch=ARCH select architecture [$arch]
255 --cpu=CPU select the minimum required CPU (affects
256 instruction selection, may crash on older CPUs)
257 --cross-prefix=PREFIX use PREFIX for compilation tools [$cross_prefix]
258 --enable-cross-compile assume a cross-compiler is used
259 --sysroot=PATH root of cross-build tree
260 --sysinclude=PATH location of cross-build system headers
261 --target-os=OS compiler targets OS [$target_os]
262 --target-exec=CMD command to run executables on target
263 --target-path=DIR path to view of build directory on target
264 --target-samples=DIR path to samples directory on target
265 --toolchain=NAME set tool defaults according to NAME
267 --ar=AR use archive tool AR [$ar_default]
268 --as=AS use assembler AS [$as_default]
269 --cc=CC use C compiler CC [$cc_default]
270 --objcc=OCC use ObjC compiler OCC [$cc_default]
271 --dep-cc=DEPCC use dependency generator DEPCC [$cc_default]
272 --ld=LD use linker LD
273 --x86asmexe=X86ASM use x86 assembler X86ASM
274 --pkg-config=PKGCONFIG use pkg-config tool PKGCONFIG [$pkg_config_default]
275 --pkg-config-flags=FLAGS pass additional flags to pkgconf []
276 --host-cc=HOSTCC use host C compiler HOSTCC
277 --host-cflags=HCFLAGS use HCFLAGS when compiling for host
278 --host-cppflags=HCPPFLAGS use HCPPFLAGS when compiling for host
279 --host-ld=HOSTLD use host linker HOSTLD
280 --host-ldflags=HLDFLAGS use HLDFLAGS when linking for host
281 --host-libs=HLIBS use libs HLIBS when linking for host
282 --host-os=OS compiler host OS [$target_os]
283 --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS]
284 --extra-objcflags=FLAGS add FLAGS to OBJCFLAGS [$CFLAGS]
285 --extra-ldflags=ELDFLAGS add ELDFLAGS to LDFLAGS [$LDFLAGS]
286 --extra-ldexeflags=ELDFLAGS add ELDFLAGS to LDEXEFLAGS [$LDEXEFLAGS]
287 --extra-ldsoflags=ELDFLAGS add ELDFLAGS to LDSOFLAGS [$LDSOFLAGS]
288 --extra-libs=ELIBS add ELIBS [$ELIBS]
289 --extra-version=STRING version string suffix []
290 --optflags=OPTFLAGS override optimization-related compiler flags
291 --enable-pic build position-independent code
292 --enable-thumb compile for Thumb instruction set
293 --enable-lto use link-time optimization
294 --env="ENV=override" override the environment variables
296 Advanced options (experts only):
297 --malloc-prefix=PREFIX prefix malloc and related names with PREFIX
298 --custom-allocator=NAME use a supported custom allocator
299 --disable-symver disable symbol versioning
300 --enable-hardcoded-tables use hardcoded tables instead of runtime generation
301 --disable-safe-bitstream-reader
302 disable buffer boundary checking in bitreaders
303 (faster, but may crash)
304 --enable-sram allow use of on-chip SRAM
306 Optimization options (experts only):
307 --disable-asm disable all assembly optimizations
308 --disable-altivec disable AltiVec optimizations
309 --disable-vsx disable VSX optimizations
310 --disable-power8 disable POWER8 optimizations
311 --disable-amd3dnow disable 3DNow! optimizations
312 --disable-amd3dnowext disable 3DNow! extended optimizations
313 --disable-mmx disable MMX optimizations
314 --disable-mmxext disable MMXEXT optimizations
315 --disable-sse disable SSE optimizations
316 --disable-sse2 disable SSE2 optimizations
317 --disable-sse3 disable SSE3 optimizations
318 --disable-ssse3 disable SSSE3 optimizations
319 --disable-sse4 disable SSE4 optimizations
320 --disable-sse42 disable SSE4.2 optimizations
321 --disable-avx disable AVX optimizations
322 --disable-xop disable XOP optimizations
323 --disable-fma3 disable FMA3 optimizations
324 --disable-fma4 disable FMA4 optimizations
325 --disable-avx2 disable AVX2 optimizations
326 --disable-armv5te disable armv5te optimizations
327 --disable-armv6 disable armv6 optimizations
328 --disable-armv6t2 disable armv6t2 optimizations
329 --disable-vfp disable VFP optimizations
330 --disable-neon disable NEON optimizations
331 --disable-inline-asm disable use of inline assembly
332 --disable-x86asm disable use of standalone x86 assembly
334 Developer options (useful when working on Libav itself):
335 --disable-debug disable debugging symbols
336 --enable-debug=LEVEL set the debug level [$debuglevel]
337 --disable-optimizations disable compiler optimizations
338 --enable-extra-warnings enable more compiler warnings
339 --samples=PATH location of test samples for FATE, if not set use
340 \$LIBAV_SAMPLES at make invocation time.
341 --enable-neon-clobber-test check NEON registers for clobbering (should be
342 used only for debugging purposes)
343 --enable-xmm-clobber-test check XMM registers for clobbering (Win64-only;
344 should be used only for debugging purposes)
345 --enable-random randomly enable/disable components
347 --enable-random=LIST randomly enable/disable specific components or
348 --disable-random=LIST component groups. LIST is a comma-separated list
349 of NAME[:PROB] entries where NAME is a component
350 (group) and PROB the probability associated with
352 --random-seed=VALUE seed value for --enable/disable-random
353 --disable-valgrind-backtrace do not print a backtrace under Valgrind
354 (only applies to --disable-optimizations builds)
355 --ignore-tests=TESTS comma-separated list (without "fate-" prefix
356 in the name) of tests whose result is ignored
358 NOTE: Object files are built at the place where configure is launched.
366 echo "$@" >> $logfile
373 printf '%5s %s\n' "${i}" "${line}"
375 done < $1 >> $logfile
386 WARNINGS
="${WARNINGS}WARNING: $*\n"
393 If you think configure made a mistake, make sure you are using the latest
394 version from Git. If the latest version fails, report the problem to the
395 libav-tools@libav.org mailing list or IRC #libav on irc.freenode.net.
397 if disabled logging
; then
399 Rerun configure with logging enabled (do not use --disable-logging), and
400 include the log this produces with your report.
404 Include the log file "$logfile" produced by configure as this will help
411 # Avoid locale weirdness, besides we really just want to translate ASCII.
413 echo "$@" |
tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
417 echo "$@" |
tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz
421 echo "$*" |
sed 's/["\\]/\\\0/g'
425 v
=$
(echo "$1" |
sed "s/'/'\\\\''/g")
426 test "x$v" = "x${v#*[!A-Za-z0-9_/.+-]}" || v
="'$v'"
431 echo "$@" |
sed 's/^ *//;s/ */ /g;s/ *$//'
438 eval "case '$v' in $pat) printf '%s ' '$v' ;; esac"
446 eval "case '$v' in $pat) ;; *) printf '%s ' '$v' ;; esac"
453 for v
; do eval $m; done
459 for v
; do echo ${v}${suffix}; done
474 eval : \
${$var:=$value}
479 echo $@ |
sed 's/[^A-Za-z0-9_]/_/g'
485 eval $
(sanitize_var_name
"$var")='$*'
489 eval echo \$$
(sanitize_var_name
"$1")
494 eval level
=\
${${pvar}_level
:=0}
495 eval ${pvar}_
${level}="\$$pvar"
496 eval ${pvar}_level
=$
(($level+1))
502 eval level
=\
${${pvar}_level
:-0}
503 test $level = 0 && continue
504 eval level
=$
(($level-1))
505 eval $pvar="\${${pvar}_${level}}"
506 eval ${pvar}_level
=$level
507 eval unset ${pvar}_
${level}
529 enable $
(echo "$var" |
sed 's/[^A-Za-z0-9_]/_/g')
535 disable $
(echo "$var" |
sed 's/[^A-Za-z0-9_]/_/g')
541 enabled
$var && continue
542 eval sel
="\$${var}_select"
543 eval sgs
="\$${var}_suggest"
547 enable_deep_weak
$sgs
559 disabled
$var && continue
568 test "${1#!}" = "$1" && op
== || op
=!=
569 eval test "x\$${1#!}" $op "xyes"
573 test "${1#!}" = "$1" && op
== || op
=!=
574 eval test "x\$${1#!}" $op "xno"
579 enabled
$opt ||
return 1
585 disabled
$opt ||
return 1
591 enabled
$opt && return 0
597 disabled
$opt && return 0
604 eval : \
${$opt:=\$${opt}_default
}
612 [ $var = $value ] && return 0
619 enabled
${cfg}_checking
&& die
"Circular dependency for $cfg."
620 disabled
${cfg}_checking
&& continue
621 enable ${cfg}_checking
623 eval dep_all
="\$${cfg}_deps"
624 eval dep_any
="\$${cfg}_deps_any"
625 eval dep_con
="\$${cfg}_conflict"
626 eval dep_sel
="\$${cfg}_select"
627 eval dep_sgs
="\$${cfg}_suggest"
628 eval dep_ifa
="\$${cfg}_if"
629 eval dep_ifn
="\$${cfg}_if_any"
631 pushvar cfg dep_all dep_any dep_con dep_sel dep_sgs dep_ifa dep_ifn
632 check_deps
$dep_all $dep_any $dep_con $dep_sel $dep_sgs $dep_ifa $dep_ifn
633 popvar cfg dep_all dep_any dep_con dep_sel dep_sgs dep_ifa dep_ifn
635 [ -n
"$dep_ifa" ] && { enabled_all
$dep_ifa && enable_weak
$cfg; }
636 [ -n
"$dep_ifn" ] && { enabled_any
$dep_ifn && enable_weak
$cfg; }
637 enabled_all
$dep_all || disable
$cfg
638 enabled_any
$dep_any || disable
$cfg
639 disabled_all
$dep_con || disable
$cfg
640 disabled_any
$dep_sel && disable
$cfg
642 enabled
$cfg && enable_deep_weak
$dep_sel $dep_sgs
644 for dep
in $dep_all $dep_any $dep_sel $dep_sgs; do
645 # filter out library deps, these do not belong in extralibs
646 is_in
$dep $LIBRARY_LIST && continue
647 enabled
$dep && eval append
${cfg}_extralibs
${dep}_extralibs
650 disable
${cfg}_checking
658 map
'eval echo "$v \${$v:-no}"' "$@" |
659 awk "BEGIN { split(\"$files\", files) }
661 c = \"$pfx\" toupper(\$1);
667 if (file ~ /\\.h\$/) {
668 printf(\"#define %s %d\\n\", c, v) >>file;
669 } else if (file ~ /\\.asm\$/) {
670 printf(\"%%define %s %d\\n\", c, v) >>file;
671 } else if (file ~ /\\.mak\$/) {
672 n = -v ? \"\" : \"!\";
673 printf(\"%s%s=yes\\n\", n, c) >>file;
683 enabled
$v && printf "%s\n" ${v%$suf}
690 eval "$var=\"\$$var $*\""
696 eval "$var=\"$* \$$var\""
702 for tok
in $
(eval echo \$
$var); do
703 uniq_list
="$(filter_out $tok $uniq_list) $tok"
705 eval "$var=\"${uniq_list}\""
711 for entry
in $
(eval echo \$
$var); do
712 tmpvar
="$tmpvar $(eval echo \$${entry})"
714 eval "$var=\"${tmpvar}\""
722 append CFLAGS $
($cflags_filter "$@")
725 add_cflags_headers
(){
726 append CFLAGS_HEADERS $
($cflags_filter "$@")
730 append ASFLAGS $
($asflags_filter "$@")
734 append OBJCFLAGS $
($objcflags_filter "$@")
738 append LDFLAGS $
($ldflags_filter "$@")
742 append LDEXEFLAGS $
($ldflags_filter "$@")
746 append LDSOFLAGS $
($ldflags_filter "$@")
750 append STRIPFLAGS
"$@"
754 prepend extralibs $
($ldflags_filter "$@")
758 append host_cppflags
"$@"
762 append host_cflags $
($host_cflags_filter "$@")
766 append host_ldflags $
($host_ldflags_filter "$@")
770 append compat_objs
$1
772 map
'add_cppflags -D$v' "$@"
777 "$@" >> $logfile 2>&1
781 eval printf '%s\\n' $CC_O
785 eval printf '%s\\n' $CC_E
792 check_cmd
$cc $CPPFLAGS $CFLAGS "$@" $CC_C $
(cc_o
$TMPO) $TMPC
799 check_cmd
$objcc $CPPFLAGS $CFLAGS $OBJCFLAGS "$@" $OBJCC_C $
(cc_o
$TMPO) $TMPC
806 check_cmd
$cc $CPPFLAGS $CFLAGS "$@" $
(cc_e
$TMPO) $TMPC
810 eval printf '%s\\n' $AS_O
817 check_cmd
$as $CPPFLAGS $ASFLAGS "$@" $AS_C $
(as_o
$TMPO) $TMPS
821 log check_inline_asm
"$@"
826 check_cc
"$@" <<EOF && enable $name
827 void foo(void){ __asm__ volatile($code); }
833 check_inline_asm
${1}_inline
"\"$2\""
834 echo "$2" | check_as
&& enable ${1}_external || disable
${1}_external
838 log check_x86asm
"$@"
842 check_cmd
$x86asmexe $X86ASMFLAGS "$@" -o
$TMPO $TMPS
846 eval printf '%s\\n' $LD_O
851 flags
=$
(filter_out
'-l*' "$@")
852 libs
=$
(filter
'-l*' "$@")
853 check_cc $
($cflags_filter $flags) ||
return
854 flags
=$
($ldflags_filter $flags)
855 libs
=$
($ldflags_filter $libs)
856 check_cmd
$ld $LDFLAGS $flags $
(ld_o
$TMPE) $TMPO $libs $extralibs
861 test "${hdr%.h}" = "${hdr}" &&
862 echo "#include $hdr" ||
863 echo "#include <$hdr>"
873 for hdr
in $headers; do
876 echo "int main(void) { $code; return 0; }"
877 } | check_
$check "$@"
881 log check_cppflags
"$@"
882 check_cpp
"$@" <<EOF && append CPPFLAGS "$@"
889 set -- $
($cflags_filter "$@")
896 log check_cflags
"$@"
897 test_cflags
"$@" && add_cflags
"$@"
901 log test_objcflags
"$@"
902 set -- $
($objcflags_filter "$@")
903 check_objcc
"$@" <<EOF
909 log check_objcflags
"$@"
910 test_objcflags
"$@" && add_objcflags
"$@"
914 log test_ldflags
"$@"
916 int main(void){ return 0; }
921 log check_ldflags
"$@"
922 test_ldflags
"$@" && add_ldflags
"$@"
926 log test_stripflags
"$@"
927 # call check_cc to get a fresh TMPO
929 int main(void) { return 0; }
931 check_cmd
$strip $STRIPFLAGS "$@" $TMPO
935 log check_stripflags
"$@"
936 test_stripflags
"$@" && add_stripflags
"$@"
940 log check_header
"$@"
943 disable_sanitized
$header
944 check_cpp
"$@" <<EOF && enable_sanitized $header
955 check_ld
"$@" <<EOF && enable $func
957 int main(void){ $func(); }
962 log check_mathfunc
"$@"
966 test $narg = 2 && args
="f, g" || args
="f"
968 check_ld
"$@" <<EOF && enable $func
970 float foo(float f, float g) { return $func($args); }
971 int main(void){ return 0; }
975 check_func_headers
(){
976 log check_func_headers
"$@"
981 for hdr
in $headers; do
984 for func
in $funcs; do
985 echo "long check_$func(void) { return (long) $func; }"
987 echo "int main(void) { return 0; }"
988 } | check_ld
"$@" && enable $funcs && enable_sanitized
$headers
991 check_cpp_condition
(){
992 log check_cpp_condition
"$@"
999 #error "unsatisfied condition: $condition"
1005 log test_cflags_cpp
"$@"
1009 set -- $
($cflags_filter "$flags")
1010 check_cpp
"$@" <<EOF
1012 #error "unsatisfied condition: $condition"
1024 check_func_headers
"$headers" "$funcs" "$@" &&
1025 enable $name && eval ${name}_extralibs
="\$@"
1029 log check_pkg_config
"$@"
1037 check_cmd
$pkg_config --exists
--print-errors
$pkg_version ||
return
1038 pkg_cflags
=$
($pkg_config --cflags
$pkg_config_flags $pkg)
1039 pkg_libs
=$
($pkg_config --libs
$pkg_config_flags $pkg)
1040 check_func_headers
"$headers" "$funcs" $pkg_cflags $pkg_libs "$@" &&
1042 add_cflags
"$pkg_cflags" &&
1043 eval $
(sanitize_var_name
${name}_extralibs
)="\$pkg_libs"
1047 check_ld
"$@" && { enabled cross_compile ||
$TMPE >> $logfile 2>&1; }
1051 log check_exec_crash
"$@"
1054 # exit() is not async signal safe. _Exit (C99) and _exit (POSIX)
1055 # are safe but may not be available everywhere. Thus we use
1056 # raise(SIGTERM) instead. The check is run in a subshell so we
1057 # can redirect the "Terminated" message from the shell. SIGBUS
1058 # is not defined by standard C so it is used conditionally.
1060 (check_exec
"$@") >> $logfile 2>&1 <<EOF
1062 static void sighandler(int sig){
1068 int (*func_ptr)(void) = foo;
1070 signal(SIGILL, sighandler);
1071 signal(SIGFPE, sighandler);
1072 signal(SIGSEGV, sighandler);
1074 signal(SIGBUS, sighandler);
1086 disable_sanitized
"$type"
1087 check_code cc
"$headers" "$type v" "$@" && enable_sanitized
"$type"
1091 log check_struct
"$@"
1096 disable_sanitized
"${struct}_${member}"
1097 check_code cc
"$headers" "const void *p = &(($struct *)0)->$member" "$@" &&
1098 enable_sanitized
"${struct}_${member}"
1102 log check_builtin
"$@"
1108 check_code ld
"$headers" "$builtin" "$@" && enable "$name"
1111 check_compile_assert
(){
1112 log check_compile_assert
"$@"
1118 check_code cc
"$headers" "char c[2 * !!($condition) - 1]" "$@" && enable "$name"
1128 check_lib
$name "$headers" $func "$@" || die
"ERROR: $name_version not found"
1135 check_header
"$header" "$@" || die
"ERROR: $header not found"
1138 require_cpp_condition
(){
1143 check_cpp_condition
"$header" "$condition" "$@" || die
"ERROR: $condition not satisfied"
1146 require_pkg_config
(){
1147 log require_pkg_config
"$@"
1149 check_pkg_config
"$@" || die
"ERROR: $pkg_version not found"
1153 eval printf '%s\\n' $HOSTCC_E
1157 eval printf '%s\\n' $HOSTCC_O
1161 log check_host_cc
"$@"
1164 check_cmd
$host_cc $host_cflags "$@" $HOSTCC_C $
(hostcc_o
$TMPO) $TMPC
1168 log check_host_cpp
"$@"
1171 check_cmd
$host_cc $host_cppflags $host_cflags "$@" $
(hostcc_e
$TMPO) $TMPC
1174 check_host_cppflags
(){
1175 log check_host_cppflags
"$@"
1176 check_host_cpp
"$@" <<EOF && append host_cppflags "$@"
1177 #include <stdlib.h>;
1181 check_host_cflags
(){
1182 log check_host_cflags
"$@"
1183 set -- $
($host_cflags_filter "$@")
1184 check_host_cc
"$@" <<EOF && append host_cflags "$@"
1189 check_host_cpp_condition
(){
1190 log check_host_cpp_condition
"$@"
1194 check_host_cpp
"$@" <<EOF
1197 #error "unsatisfied condition: $condition"
1205 "$@" < "$file" > "$file.tmp" && mv "$file.tmp" "$file" ||
rm "$file.tmp"
1209 cmp -s
"$1" "$2" && { test "$quiet" != "yes" && echo "$2 is unchanged"; } && return
1210 mkdir
-p
"$(dirname $2)"
1214 # CONFIG_LIST contains configurable options, while HAVE_LIST is for
1215 # system-dependent things.
1217 AVCODEC_COMPONENTS
="
1225 AVDEVICE_COMPONENTS
="
1229 AVFILTER_COMPONENTS
="
1232 AVFORMAT_COMPONENTS
="
1238 AVRESAMPLE_COMPONENTS
=""
1239 AVUTIL_COMPONENTS
=""
1243 $AVDEVICE_COMPONENTS
1244 $AVFILTER_COMPONENTS
1245 $AVFORMAT_COMPONENTS
1246 $AVRESAMPLE_COMPONENTS
1251 decode_audio_example
1252 decode_video_example
1253 encode_audio_example
1254 encode_video_example
1255 filter_audio_example
1259 transcode_aac_example
1262 # catchall list of things that require external libs to link
1268 HWACCEL_LIBRARY_NONFREE_LIST
="
1273 HWACCEL_LIBRARY_LIST
="
1274 $HWACCEL_LIBRARY_NONFREE_LIST
1286 EXTERNAL_LIBRARY_GPL_LIST
="
1294 EXTERNAL_LIBRARY_NONFREE_LIST
="
1300 EXTERNAL_LIBRARY_VERSION3_LIST
="
1307 EXTERNAL_LIBRARY_LIST
="
1308 $EXTERNAL_LIBRARY_GPL_LIST
1309 $EXTERNAL_LIBRARY_NONFREE_LIST
1310 $EXTERNAL_LIBRARY_VERSION3_LIST
1346 SYSTEM_LIBRARY_LIST
="
1356 safe_bitstream_reader
1399 # COMPONENT_LIST needs to come last to ensure correct dependency checking
1402 $EXTERNAL_LIBRARY_LIST
1403 $HWACCEL_LIBRARY_LIST
1409 $SYSTEM_LIBRARY_LIST
1468 ARCH_EXT_LIST_X86_SIMD
="
1496 $ARCH_EXT_LIST_X86_SIMD
1501 ARCH_EXT_LIST_MIPS
="
1538 sync_val_compare_and_swap
1552 AVFoundation_AVFoundation_h
1556 cdio_paranoia_paranoia_h
1559 dev_bktr_ioctl_bt848_h
1560 dev_bktr_ioctl_meteor_h
1562 dev_video_bktr_ioctl_bt848_h
1563 dev_video_meteor_ioctl_meteor_h
1571 machine_ioctl_bt848_h
1572 machine_ioctl_meteor_h
1636 GetProcessAffinityMask
1637 GetProcessMemoryInfo
1640 GetSystemTimeAsFileTime
1656 SetConsoleTextAttribute
1667 TOOLCHAIN_FEATURES
="
1690 CONDITION_VARIABLE_Ptr
1691 CUVIDDECODECREATEINFO_bitDepthMinus8
1694 struct_group_source_req
1695 struct_ip_mreq_source
1698 struct_rusage_ru_maxrss
1700 struct_sockaddr_sa_len
1701 struct_sockaddr_storage
1702 struct_v4l2_frmivalenum_discrete
1707 $(add_suffix _external $ARCH_EXT_LIST)
1708 $(add_suffix _inline $ARCH_EXT_LIST)
1722 MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS
1732 # options emitted with CONFIG_ prefix but not available on the command line
1886 # code dependency declarations
1888 # architecture extensions
1893 armv8_deps
="aarch64"
1894 neon_deps_any
="aarch64 arm"
1895 intrinsics_neon_deps
="neon"
1896 vfp_deps_any
="aarch64 arm"
1899 map
'eval ${v}_inline_deps=inline_asm' $ARCH_EXT_LIST_ARM
1908 loongson_deps
="mips"
1909 mips32r1_deps
="mips32"
1910 mips32r2_deps
="mips32"
1911 mips32r6_deps
="mips32"
1912 mips64r1_deps
="mips64"
1913 mips64r2_deps
="mips64"
1914 mips64r6_deps
="mips64"
1919 x86_64_select
="i686"
1920 x86_64_suggest
="fast_cmov"
1923 amd3dnowext_deps
="amd3dnow"
1939 mmx_external_deps
="x86asm"
1940 mmx_inline_deps
="inline_asm x86"
1941 mmx_suggest
="mmx_external mmx_inline"
1943 for ext
in $
(filter_out mmx
$ARCH_EXT_LIST_X86_SIMD); do
1944 eval dep
=\$
${ext}_deps
1945 eval ${ext}_external_deps
='"${dep}_external"'
1946 eval ${ext}_inline_deps
='"${dep}_inline"'
1947 eval ${ext}_suggest
='"${ext}_external ${ext}_inline"'
1950 aligned_stack_if_any
="aarch64 ppc x86"
1951 fast_64bit_if_any
="aarch64 alpha ia64 mips64 parisc64 ppc64 sparc64 x86_64"
1952 fast_clz_if_any
="aarch64 alpha avr32 mips ppc x86"
1953 fast_unaligned_if_any
="aarch64 ppc x86"
1954 simd_align_16_if_any
="altivec neon sse"
1955 simd_align_32_if_any
="avx"
1957 # system capabilities
1958 symver_if_any
="symver_asm_label symver_gnu_asm"
1959 valgrind_backtrace_conflict
="optimizations"
1960 valgrind_backtrace_deps
="valgrind_valgrind_h"
1963 atomics_gcc_if
="sync_val_compare_and_swap"
1964 atomics_suncc_if
="atomic_cas_ptr machine_rw_barrier"
1965 atomics_win32_if
="MemoryBarrier"
1966 atomics_native_if_any
="$ATOMICS_LIST"
1967 w32threads_deps
="atomics_native"
1968 threads_if_any
="$THREADS_LIST"
1971 cbs_h264_select
="cbs golomb"
1972 cbs_h265_select
="cbs golomb"
1974 dirac_parse_select
="golomb"
1975 error_resilience_select
="me_cmp"
1977 faandct_select
="fdctdsp"
1978 faanidct_deps
="faan"
1979 faanidct_select
="idctdsp"
1980 h264dsp_select
="startcode"
1981 hevc_ps_select
="golomb"
1982 intrax8_select
="blockdsp idctdsp"
1985 me_cmp_select
="fdctdsp idctdsp pixblockdsp"
1986 mpeg_er_select
="error_resilience"
1987 mpegaudio_select
="mpegaudiodsp mpegaudioheader"
1988 mpegaudiodsp_select
="dct"
1989 mpegvideo_select
="blockdsp hpeldsp idctdsp me_cmp mpeg_er videodsp"
1990 mpegvideoenc_select
="me_cmp mpegvideo pixblockdsp qpeldsp"
1991 vc1dsp_select
="h264chroma qpeldsp startcode"
1993 # decoders / encoders
1994 aac_decoder_select
="adts_header imdct15 mdct sinewin"
1995 aac_encoder_select
="audio_frame_queue iirfilter mdct sinewin"
1996 aac_latm_decoder_select
="aac_decoder aac_latm_parser"
1997 ac3_decoder_select
="ac3_parser ac3dsp bswapdsp fmtconvert mdct"
1998 ac3_encoder_select
="ac3dsp audiodsp mdct me_cmp"
1999 ac3_fixed_encoder_select
="ac3dsp audiodsp mdct me_cmp"
2000 adpcm_g722_decoder_select
="g722dsp"
2001 adpcm_g722_encoder_select
="g722dsp"
2002 aic_decoder_select
="golomb idctdsp"
2003 alac_encoder_select
="lpc"
2004 als_decoder_select
="bswapdsp"
2005 amrnb_decoder_select
="lsp"
2006 amrwb_decoder_select
="lsp"
2007 amv_decoder_select
="sp5x_decoder"
2008 ape_decoder_select
="bswapdsp"
2009 asv1_decoder_select
="blockdsp bswapdsp idctdsp"
2010 asv1_encoder_select
="bswapdsp fdctdsp pixblockdsp"
2011 asv2_decoder_select
="blockdsp bswapdsp idctdsp"
2012 asv2_encoder_select
="bswapdsp fdctdsp pixblockdsp"
2013 atrac1_decoder_select
="mdct sinewin"
2014 atrac3_decoder_select
="mdct"
2015 atrac3p_decoder_select
="mdct sinewin"
2016 bink_decoder_select
="blockdsp hpeldsp"
2017 binkaudio_dct_decoder_select
="mdct rdft dct sinewin wma_freqs"
2018 binkaudio_rdft_decoder_select
="mdct rdft sinewin wma_freqs"
2019 cavs_decoder_select
="blockdsp golomb h264chroma idctdsp qpeldsp videodsp"
2020 clearvideo_decoder_select
="idctdsp"
2021 cllc_decoder_select
="bswapdsp"
2022 comfortnoise_encoder_select
="lpc"
2023 cook_decoder_select
="audiodsp mdct sinewin"
2024 cscd_decoder_select
="lzo"
2025 cscd_decoder_suggest
="zlib"
2026 dca_decoder_select
="fmtconvert mdct"
2027 dds_decoder_select
="texturedsp"
2028 dnxhd_decoder_select
="blockdsp idctdsp"
2029 dnxhd_encoder_select
="aandcttables blockdsp fdctdsp idctdsp mpegvideoenc pixblockdsp"
2030 dvvideo_decoder_select
="dvprofile idctdsp"
2031 dvvideo_encoder_select
="dvprofile fdctdsp me_cmp pixblockdsp"
2032 dxa_decoder_deps
="zlib"
2033 dxv_decoder_select
="lzf texturedsp"
2034 eac3_decoder_select
="ac3_decoder"
2035 eac3_encoder_select
="ac3_encoder"
2036 eamad_decoder_select
="aandcttables blockdsp bswapdsp idctdsp mpegvideo"
2037 eatgq_decoder_select
="aandcttables idctdsp"
2038 eatqi_decoder_select
="aandcttables blockdsp bswapdsp idctdsp"
2039 exr_decoder_deps
="zlib"
2040 ffv1_decoder_select
="rangecoder"
2041 ffv1_encoder_select
="rangecoder"
2042 ffvhuff_decoder_select
="huffyuv_decoder"
2043 ffvhuff_encoder_select
="huffyuv_encoder"
2044 fic_decoder_select
="golomb"
2045 flac_decoder_select
="flacdsp"
2046 flac_encoder_select
="bswapdsp flacdsp lpc"
2047 flashsv_decoder_deps
="zlib"
2048 flashsv_encoder_deps
="zlib"
2049 flashsv2_decoder_deps
="zlib"
2050 flv_decoder_select
="h263_decoder"
2051 flv_encoder_select
="h263_encoder"
2052 fourxm_decoder_select
="blockdsp bswapdsp"
2053 fraps_decoder_select
="bswapdsp huffman"
2054 g2m_decoder_deps
="zlib"
2055 g2m_decoder_select
="blockdsp idctdsp jpegtables"
2056 h261_decoder_select
="mpeg_er mpegvideo"
2057 h261_encoder_select
="aandcttables mpegvideoenc"
2058 h263_decoder_select
="error_resilience h263_parser h263dsp mpeg_er mpegvideo qpeldsp"
2059 h263_encoder_select
="aandcttables h263dsp mpegvideoenc"
2060 h263i_decoder_select
="h263_decoder"
2061 h263p_encoder_select
="h263_encoder"
2062 h264_decoder_select
="cabac golomb h264chroma h264dsp h264parse h264pred h264qpel videodsp"
2063 h264_decoder_suggest
="error_resilience"
2064 hap_decoder_select
="snappy texturedsp"
2065 hap_encoder_deps
="libsnappy"
2066 hap_encoder_select
="texturedspenc"
2067 hevc_decoder_select
="bswapdsp cabac hevc_ps videodsp"
2068 huffyuv_decoder_select
="bswapdsp huffyuvdsp"
2069 huffyuv_encoder_select
="bswapdsp huffman huffyuvencdsp"
2070 iac_decoder_select
="imc_decoder"
2071 imc_decoder_select
="bswapdsp fft mdct sinewin"
2072 indeo3_decoder_select
="hpeldsp"
2073 indeo4_decoder_select
="ividsp"
2074 indeo5_decoder_select
="ividsp"
2075 interplay_video_decoder_select
="hpeldsp"
2076 jpegls_decoder_select
="mjpeg_decoder"
2077 jv_decoder_select
="blockdsp"
2078 lagarith_decoder_select
="huffyuvdsp"
2079 ljpeg_encoder_select
="aandcttables idctdsp jpegtables"
2080 magicyuv_decoder_select
="huffyuvdsp"
2081 mdec_decoder_select
="blockdsp idctdsp mpegvideo"
2082 metasound_decoder_select
="lsp mdct sinewin"
2083 mimic_decoder_select
="blockdsp bswapdsp hpeldsp idctdsp"
2084 mjpeg_decoder_select
="blockdsp hpeldsp idctdsp jpegtables"
2085 mjpeg_encoder_select
="aandcttables jpegtables mpegvideoenc"
2086 mjpegb_decoder_select
="mjpeg_decoder"
2087 mlp_decoder_select
="mlp_parser"
2088 motionpixels_decoder_select
="bswapdsp"
2089 mp1_decoder_select
="mpegaudio"
2090 mp1float_decoder_select
="mpegaudio"
2091 mp2_decoder_select
="mpegaudio"
2092 mp2float_decoder_select
="mpegaudio"
2093 mp3_decoder_select
="mpegaudio"
2094 mp3adu_decoder_select
="mpegaudio"
2095 mp3adufloat_decoder_select
="mpegaudio"
2096 mp3float_decoder_select
="mpegaudio"
2097 mp3on4_decoder_select
="mpegaudio"
2098 mp3on4float_decoder_select
="mpegaudio"
2099 mpc7_decoder_select
="bswapdsp mpegaudiodsp"
2100 mpc8_decoder_select
="mpegaudiodsp"
2101 mpeg1video_decoder_select
="error_resilience mpeg_er mpegvideo"
2102 mpeg1video_encoder_select
="aandcttables mpegvideoenc"
2103 mpeg2video_decoder_select
="error_resilience mpeg_er mpegvideo"
2104 mpeg2video_encoder_select
="aandcttables mpegvideoenc"
2105 mpeg4_decoder_select
="h263_decoder mpeg4video_parser"
2106 mpeg4_encoder_select
="h263_encoder"
2107 msa1_decoder_select
="mss34dsp"
2108 msmpeg4v1_decoder_select
="h263_decoder"
2109 msmpeg4v2_decoder_select
="h263_decoder"
2110 msmpeg4v2_encoder_select
="h263_encoder"
2111 msmpeg4v3_decoder_select
="h263_decoder"
2112 msmpeg4v3_encoder_select
="h263_encoder"
2113 mss2_decoder_select
="error_resilience mpeg_er mpegvideo qpeldsp vc1_decoder"
2114 mts2_decoder_select
="mss34dsp"
2115 mxpeg_decoder_select
="mjpeg_decoder"
2116 nellymoser_decoder_select
="mdct sinewin"
2117 nellymoser_encoder_select
="audio_frame_queue mdct sinewin"
2118 nuv_decoder_select
="idctdsp lzo"
2119 on2avc_decoder_select
="mdct"
2120 opus_decoder_deps
="avresample"
2121 opus_decoder_select
="imdct15"
2122 png_decoder_deps
="zlib"
2123 png_encoder_deps
="zlib"
2124 png_encoder_select
="huffyuvencdsp"
2125 prores_decoder_select
="idctdsp"
2126 prores_encoder_select
="fdctdsp"
2127 qcelp_decoder_select
="lsp"
2128 qdm2_decoder_select
="mdct rdft mpegaudiodsp"
2129 ra_144_encoder_select
="audio_frame_queue lpc"
2130 ralf_decoder_select
="golomb"
2131 rscc_decoder_deps
="zlib"
2132 rv10_decoder_select
="error_resilience h263_decoder h263dsp mpeg_er"
2133 rv10_encoder_select
="h263_encoder"
2134 rv20_decoder_select
="error_resilience h263_decoder h263dsp mpeg_er"
2135 rv20_encoder_select
="h263_encoder"
2136 rv30_decoder_select
="error_resilience golomb h264chroma h264pred h264qpel mpeg_er mpegvideo rv34dsp videodsp"
2137 rv40_decoder_select
="error_resilience golomb h264chroma h264pred h264qpel mpeg_er mpegvideo rv34dsp videodsp"
2138 screenpresso_decoder_deps
="zlib"
2139 sipr_decoder_select
="lsp"
2140 sp5x_decoder_select
="mjpeg_decoder"
2141 svq1_decoder_select
="hpeldsp"
2142 svq1_encoder_select
="aandcttables hpeldsp me_cmp mpegvideoenc"
2143 svq3_decoder_select
="golomb h264dsp h264parse h264pred hpeldsp tpeldsp videodsp"
2144 svq3_decoder_suggest
="zlib"
2145 tak_decoder_select
="audiodsp"
2146 tdsc_decoder_deps
="zlib"
2147 tdsc_decoder_select
="mjpeg_decoder"
2148 theora_decoder_select
="vp3_decoder"
2149 thp_decoder_select
="mjpeg_decoder"
2150 tiff_decoder_suggest
="zlib"
2151 tiff_encoder_suggest
="zlib"
2152 truehd_decoder_select
="mlp_decoder"
2153 truemotion2_decoder_select
="bswapdsp"
2154 truespeech_decoder_select
="bswapdsp"
2155 tscc_decoder_deps
="zlib"
2156 txd_decoder_select
="texturedsp"
2157 twinvq_decoder_select
="mdct lsp sinewin"
2158 utvideo_decoder_select
="bswapdsp huffyuvdsp"
2159 utvideo_encoder_select
="bswapdsp huffman huffyuvencdsp"
2160 vble_decoder_select
="huffyuvdsp"
2161 vc1_decoder_select
="blockdsp error_resilience h263_decoder h264qpel intrax8 mpeg_er mpegvideo vc1dsp"
2162 vc1image_decoder_select
="vc1_decoder"
2163 vorbis_decoder_select
="mdct"
2164 vorbis_encoder_select
="mdct"
2165 vp3_decoder_select
="hpeldsp vp3dsp videodsp"
2166 vp5_decoder_select
="h264chroma hpeldsp videodsp vp3dsp vp56dsp"
2167 vp6_decoder_select
="h264chroma hpeldsp huffman videodsp vp3dsp vp56dsp"
2168 vp6a_decoder_select
="vp6_decoder"
2169 vp6f_decoder_select
="vp6_decoder"
2170 vp7_decoder_select
="h264pred videodsp vp8dsp"
2171 vp8_decoder_select
="h264pred videodsp vp8dsp"
2172 vp9_decoder_select
="videodsp vp9_superframe_split_bsf"
2173 webp_decoder_select
="vp8_decoder"
2174 wmapro_decoder_select
="mdct sinewin wma_freqs"
2175 wmav1_decoder_select
="mdct sinewin wma_freqs"
2176 wmav1_encoder_select
="mdct sinewin wma_freqs"
2177 wmav2_decoder_select
="mdct sinewin wma_freqs"
2178 wmav2_encoder_select
="mdct sinewin wma_freqs"
2179 wmavoice_decoder_select
="lsp rdft dct mdct sinewin"
2180 wmv1_decoder_select
="h263_decoder"
2181 wmv1_encoder_select
="h263_encoder"
2182 wmv2_decoder_select
="blockdsp error_resilience h263_decoder idctdsp intrax8 videodsp wmv2dsp"
2183 wmv2_encoder_select
="h263_encoder wmv2dsp"
2184 wmv3_decoder_select
="vc1_decoder"
2185 wmv3image_decoder_select
="wmv3_decoder"
2186 zerocodec_decoder_deps
="zlib"
2187 zlib_decoder_deps
="zlib"
2188 zlib_encoder_deps
="zlib"
2189 zmbv_decoder_deps
="zlib"
2190 zmbv_encoder_deps
="zlib"
2192 # hardware accelerators
2193 d3d11va_deps
="d3d11_h dxva_h ID3D11VideoDecoder"
2194 dxva2_deps
="dxva2api_h DXVA2_ConfigPictureDecode ole32"
2195 vda_deps
="VideoDecodeAcceleration_VDADecoder_h blocks_extension pthreads"
2196 vda_extralibs
="-framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore"
2198 h263_vaapi_hwaccel_deps
="vaapi"
2199 h263_vaapi_hwaccel_select
="h263_decoder"
2200 h264_cuvid_hwaccel_deps
="cuvid CUVIDH264PICPARAMS"
2201 h264_cuvid_hwaccel_select
="h264_decoder"
2202 h264_d3d11va_hwaccel_deps
="d3d11va"
2203 h264_d3d11va_hwaccel_select
="h264_decoder"
2204 h264_d3d11va2_hwaccel_deps
="d3d11va"
2205 h264_d3d11va2_hwaccel_select
="h264_decoder"
2206 h264_dxva2_hwaccel_deps
="dxva2"
2207 h264_dxva2_hwaccel_select
="h264_decoder"
2208 h264_mmal_hwaccel_deps
="mmal"
2209 h264_qsv_hwaccel_deps
="libmfx"
2210 h264_vaapi_hwaccel_deps
="vaapi"
2211 h264_vaapi_hwaccel_select
="h264_decoder"
2212 h264_vda_hwaccel_deps
="vda"
2213 h264_vda_hwaccel_select
="h264_decoder"
2214 h264_vda_old_hwaccel_deps
="vda"
2215 h264_vda_old_hwaccel_select
="h264_decoder"
2216 h264_vdpau_hwaccel_deps
="vdpau"
2217 h264_vdpau_hwaccel_select
="h264_decoder"
2218 hevc_cuvid_hwaccel_deps
="cuvid CUVIDHEVCPICPARAMS"
2219 hevc_cuvid_hwaccel_select
="hevc_decoder"
2220 hevc_d3d11va_hwaccel_deps
="d3d11va DXVA_PicParams_HEVC"
2221 hevc_d3d11va_hwaccel_select
="hevc_decoder"
2222 hevc_d3d11va2_hwaccel_deps
="d3d11va DXVA_PicParams_HEVC"
2223 hevc_d3d11va2_hwaccel_select
="hevc_decoder"
2224 hevc_dxva2_hwaccel_deps
="dxva2 DXVA_PicParams_HEVC"
2225 hevc_dxva2_hwaccel_select
="hevc_decoder"
2226 hevc_qsv_hwaccel_deps
="libmfx"
2227 hevc_vaapi_hwaccel_deps
="vaapi VAPictureParameterBufferHEVC"
2228 hevc_vaapi_hwaccel_select
="hevc_decoder"
2229 hevc_vdpau_hwaccel_deps
="vdpau VdpPictureInfoHEVC"
2230 hevc_vdpau_hwaccel_select
="hevc_decoder"
2231 mpeg1_vdpau_hwaccel_deps
="vdpau"
2232 mpeg1_vdpau_hwaccel_select
="mpeg1video_decoder"
2233 mpeg2_d3d11va_hwaccel_deps
="d3d11va"
2234 mpeg2_d3d11va_hwaccel_select
="mpeg2video_decoder"
2235 mpeg2_d3d11va2_hwaccel_deps
="d3d11va"
2236 mpeg2_d3d11va2_hwaccel_select
="mpeg2video_decoder"
2237 mpeg2_dxva2_hwaccel_deps
="dxva2"
2238 mpeg2_dxva2_hwaccel_select
="mpeg2video_decoder"
2239 mpeg2_mmal_hwaccel_deps
="mmal"
2240 mpeg2_qsv_hwaccel_deps
="libmfx"
2241 mpeg2_vaapi_hwaccel_deps
="vaapi"
2242 mpeg2_vaapi_hwaccel_select
="mpeg2video_decoder"
2243 mpeg2_vdpau_hwaccel_deps
="vdpau"
2244 mpeg2_vdpau_hwaccel_select
="mpeg2video_decoder"
2245 mpeg4_vaapi_hwaccel_deps
="vaapi"
2246 mpeg4_vaapi_hwaccel_select
="mpeg4_decoder"
2247 mpeg4_vdpau_hwaccel_deps
="vdpau"
2248 mpeg4_vdpau_hwaccel_select
="mpeg4_decoder"
2249 vc1_d3d11va_hwaccel_deps
="d3d11va"
2250 vc1_d3d11va_hwaccel_select
="vc1_decoder"
2251 vc1_d3d11va2_hwaccel_deps
="d3d11va"
2252 vc1_d3d11va2_hwaccel_select
="vc1_decoder"
2253 vc1_dxva2_hwaccel_deps
="dxva2"
2254 vc1_dxva2_hwaccel_select
="vc1_decoder"
2255 vc1_mmal_hwaccel_deps
="mmal"
2256 vc1_qsv_hwaccel_deps
="libmfx"
2257 vc1_vaapi_hwaccel_deps
="vaapi"
2258 vc1_vaapi_hwaccel_select
="vc1_decoder"
2259 vc1_vdpau_hwaccel_deps
="vdpau"
2260 vc1_vdpau_hwaccel_select
="vc1_decoder"
2261 vp8_qsv_hwaccel_deps
="libmfx"
2262 vp8_vaapi_hwaccel_deps
="vaapi VAPictureParameterBufferVP8"
2263 vp8_vaapi_hwaccel_select
="vp8_decoder"
2264 wmv3_d3d11va_hwaccel_select
="vc1_d3d11va_hwaccel"
2265 wmv3_d3d11va2_hwaccel_select
="vc1_d3d11va2_hwaccel"
2266 wmv3_dxva2_hwaccel_select
="vc1_dxva2_hwaccel"
2267 wmv3_vaapi_hwaccel_select
="vc1_vaapi_hwaccel"
2268 wmv3_vdpau_hwaccel_select
="vc1_vdpau_hwaccel"
2270 # hardware-accelerated codecs
2271 nvenc_deps_any
="libdl LoadLibrary"
2272 omx_deps
="libdl pthreads"
2273 omx_rpi_select
="omx"
2277 vaapi_encode_deps
="vaapi"
2279 hwupload_cuda_filter_deps
="cuda"
2280 scale_npp_filter_deps
="cuda libnpp"
2282 h264_mmal_decoder_deps
="mmal"
2283 h264_nvenc_encoder_deps
="nvenc"
2284 h264_omx_encoder_deps
="omx"
2285 h264_qsv_decoder_select
="h264_mp4toannexb_bsf h264_parser qsvdec h264_qsv_hwaccel"
2286 h264_qsv_encoder_select
="qsvenc"
2287 h264_vaapi_encoder_deps
="VAEncPictureParameterBufferH264"
2288 h264_vaapi_encoder_select
="cbs_h264 vaapi_encode"
2289 hevc_nvenc_encoder_deps
="nvenc"
2290 hevc_qsv_decoder_select
="hevc_mp4toannexb_bsf hevc_parser hevc_qsv_hwaccel qsvdec"
2291 hevc_qsv_encoder_select
="hevc_ps qsvenc"
2292 hevc_vaapi_encoder_deps
="VAEncPictureParameterBufferHEVC"
2293 hevc_vaapi_encoder_select
="cbs_h265 vaapi_encode"
2294 mjpeg_qsv_encoder_deps
="libmfx"
2295 mjpeg_qsv_encoder_select
="qsvenc"
2296 mjpeg_vaapi_encoder_deps
="VAEncPictureParameterBufferJPEG"
2297 mjpeg_vaapi_encoder_select
="vaapi_encode jpegtables"
2298 mpeg2_mmal_decoder_deps
="mmal"
2299 mpeg2_qsv_decoder_select
="qsvdec mpeg2_qsv_hwaccel mpegvideo_parser"
2300 mpeg2_qsv_encoder_select
="qsvenc"
2301 mpeg2_vaapi_encoder_deps
="VAEncPictureParameterBufferMPEG2"
2302 mpeg2_vaapi_encoder_select
="vaapi_encode"
2303 mpeg4_omx_encoder_deps
="omx"
2304 vc1_mmal_decoder_deps
="mmal"
2305 vc1_qsv_decoder_select
="qsvdec vc1_qsv_hwaccel vc1_parser"
2306 vp8_qsv_decoder_select
="qsvdec vp8_qsv_hwaccel vp8_parser"
2307 vp8_vaapi_encoder_deps
="VAEncPictureParameterBufferVP8"
2308 vp8_vaapi_encoder_select
="vaapi_encode"
2309 vp9_vaapi_encoder_deps
="VAEncPictureParameterBufferVP9"
2310 vp9_vaapi_encoder_select
="vaapi_encode"
2312 nvenc_h264_encoder_select
="h264_nvenc_encoder"
2313 nvenc_hevc_encoder_select
="hevc_nvenc_encoder"
2316 aac_parser_select
="adts_header"
2317 h264_parser_select
="golomb h264dsp h264parse"
2318 hevc_parser_select
="hevc_ps"
2319 mpegaudio_parser_select
="mpegaudioheader"
2320 mpegvideo_parser_select
="mpegvideo"
2321 mpeg4video_parser_select
="error_resilience h263dsp mpegvideo qpeldsp"
2322 vc1_parser_select
="vc1dsp"
2325 aac_adtstoasc_bsf_select
="adts_header"
2326 h264_metadata_bsf_select
="cbs_h264"
2327 h264_redundant_pps_bsf_select
="cbs_h264"
2328 hevc_metadata_bsf_select
="cbs_h265"
2329 mjpeg2jpeg_bsf_select
="jpegtables"
2330 trace_headers_bsf_select
="cbs_h264 cbs_h265"
2332 # external libraries
2333 avisynth_deps
="LoadLibrary"
2334 avxsynth_deps
="libdl"
2335 avisynth_demuxer_deps_any
="avisynth avxsynth"
2336 avisynth_demuxer_select
="riffdec"
2337 libdcadec_decoder_deps
="libdcadec"
2338 libfaac_encoder_deps
="libfaac"
2339 libfaac_encoder_select
="audio_frame_queue"
2340 libfdk_aac_decoder_deps
="libfdk_aac"
2341 libfdk_aac_encoder_deps
="libfdk_aac"
2342 libfdk_aac_encoder_select
="audio_frame_queue"
2343 libgsm_decoder_deps
="libgsm"
2344 libgsm_encoder_deps
="libgsm"
2345 libgsm_ms_decoder_deps
="libgsm"
2346 libgsm_ms_encoder_deps
="libgsm"
2347 libilbc_decoder_deps
="libilbc"
2348 libilbc_encoder_deps
="libilbc"
2349 libkvazaar_encoder_deps
="libkvazaar"
2350 libmp3lame_encoder_deps
="libmp3lame"
2351 libmp3lame_encoder_select
="audio_frame_queue mpegaudioheader"
2352 libopencore_amrnb_decoder_deps
="libopencore_amrnb"
2353 libopencore_amrnb_encoder_deps
="libopencore_amrnb"
2354 libopencore_amrnb_encoder_select
="audio_frame_queue"
2355 libopencore_amrwb_decoder_deps
="libopencore_amrwb"
2356 libopenh264_decoder_deps
="libopenh264"
2357 libopenh264_decoder_select
="h264_mp4toannexb_bsf"
2358 libopenh264_encoder_deps
="libopenh264"
2359 libopenjpeg_decoder_deps
="libopenjpeg"
2360 libopenjpeg_encoder_deps
="libopenjpeg"
2361 libopus_decoder_deps
="libopus"
2362 libopus_encoder_deps
="libopus"
2363 libopus_encoder_select
="audio_frame_queue"
2364 libschroedinger_decoder_deps
="libschroedinger"
2365 libschroedinger_encoder_deps
="libschroedinger"
2366 libspeex_decoder_deps
="libspeex"
2367 libspeex_encoder_deps
="libspeex"
2368 libspeex_encoder_select
="audio_frame_queue"
2369 libtheora_encoder_deps
="libtheora"
2370 libtwolame_encoder_deps
="libtwolame"
2371 libvo_aacenc_encoder_deps
="libvo_aacenc"
2372 libvo_aacenc_encoder_select
="audio_frame_queue"
2373 libvo_amrwbenc_encoder_deps
="libvo_amrwbenc"
2374 libvorbis_encoder_deps
="libvorbis"
2375 libvorbis_encoder_select
="audio_frame_queue"
2376 libvpx_vp8_decoder_deps
="libvpx"
2377 libvpx_vp8_encoder_deps
="libvpx"
2378 libvpx_vp9_decoder_deps
="libvpx"
2379 libvpx_vp9_encoder_deps
="libvpx"
2380 libwavpack_encoder_deps
="libwavpack"
2381 libwavpack_encoder_select
="audio_frame_queue"
2382 libwebp_encoder_deps
="libwebp"
2383 libx262_encoder_deps
="libx262"
2384 libx264_encoder_deps
="libx264"
2385 libx265_encoder_deps
="libx265"
2386 libxavs_encoder_deps
="libxavs"
2387 libxvid_encoder_deps
="libxvid mkstemp"
2390 ac3_demuxer_select
="ac3_parser"
2391 asf_demuxer_select
="riffdec"
2392 asf_muxer_select
="riffenc"
2393 asf_stream_muxer_select
="asf_muxer"
2394 avi_demuxer_select
="iso_media riffdec"
2395 avi_muxer_select
="riffenc"
2396 caf_demuxer_select
="iso_media riffdec"
2397 dash_muxer_select
="mp4_muxer"
2398 dirac_demuxer_select
="dirac_parser"
2399 dv_demuxer_select
="dvprofile"
2400 dv_muxer_select
="dvprofile"
2401 dxa_demuxer_select
="riffdec"
2402 eac3_demuxer_select
="ac3_parser"
2403 f4v_muxer_select
="mov_muxer"
2404 flac_demuxer_select
="flac_parser"
2405 hds_muxer_select
="flv_muxer"
2406 hls_muxer_select
="mpegts_muxer"
2407 ipod_muxer_select
="mov_muxer"
2408 ismv_muxer_select
="mov_muxer"
2409 matroska_audio_muxer_select
="matroska_muxer"
2410 matroska_demuxer_select
="iso_media riffdec"
2411 matroska_demuxer_suggest
="bzlib lzo zlib"
2412 matroska_muxer_select
="iso_media riffenc"
2413 mmf_muxer_select
="riffenc"
2414 mov_demuxer_select
="iso_media riffdec"
2415 mov_demuxer_suggest
="zlib"
2416 mov_muxer_select
="iso_media riffenc rtpenc_chain"
2417 mp3_demuxer_select
="mpegaudio_parser"
2418 mp3_muxer_select
="mpegaudioheader"
2419 mp4_muxer_select
="mov_muxer"
2420 mpegts_demuxer_select
="iso_media"
2421 mpegts_muxer_select
="adts_muxer latm_muxer"
2422 mpegtsraw_demuxer_select
="mpegts_demuxer"
2423 mxf_d10_muxer_select
="mxf_muxer"
2424 nut_muxer_select
="riffenc"
2425 nuv_demuxer_select
="riffdec"
2426 oga_muxer_select
="ogg_muxer"
2427 ogg_demuxer_select
="dirac_parse"
2428 opus_muxer_select
="ogg_muxer"
2429 psp_muxer_select
="mov_muxer"
2430 rtp_demuxer_select
="sdp_demuxer"
2431 rtpdec_select
="asf_demuxer jpegtables mov_demuxer mpegts_demuxer rm_demuxer rtp_protocol srtp"
2432 rtsp_demuxer_select
="http_protocol rtpdec"
2433 rtsp_muxer_select
="rtp_muxer http_protocol rtp_protocol rtpenc_chain"
2434 sap_demuxer_select
="sdp_demuxer"
2435 sap_muxer_select
="rtp_muxer rtp_protocol rtpenc_chain"
2436 sdp_demuxer_select
="rtpdec"
2437 smoothstreaming_muxer_select
="ismv_muxer"
2438 spdif_demuxer_select
="adts_header"
2439 spdif_muxer_select
="adts_header"
2440 spx_muxer_select
="ogg_muxer"
2441 swf_demuxer_suggest
="zlib"
2442 tak_demuxer_select
="tak_parser"
2443 tg2_muxer_select
="mov_muxer"
2444 tgp_muxer_select
="mov_muxer"
2445 w64_demuxer_select
="wav_demuxer"
2446 wav_demuxer_select
="riffdec"
2447 wav_muxer_select
="riffenc"
2448 webm_muxer_select
="iso_media riffenc"
2449 wtv_demuxer_select
="mpegts_demuxer riffdec"
2450 xmv_demuxer_select
="riffdec"
2451 xwma_demuxer_select
="riffdec"
2454 alsa_indev_deps
="alsa"
2455 alsa_outdev_deps
="alsa"
2456 avfoundation_indev_deps
="AVFoundation_AVFoundation_h objc_arc pthreads"
2457 avfoundation_indev_extralibs
="-framework Foundation -framework AVFoundation -framework CoreVideo -framework CoreMedia"
2458 bktr_indev_deps_any
="dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h"
2459 dv1394_indev_deps
="dv1394"
2460 dv1394_indev_select
="dv_demuxer"
2461 fbdev_indev_deps
="linux_fb_h"
2462 jack_indev_deps
="libjack"
2463 jack_indev_deps_any
="sem_timedwait dispatch_dispatch_h"
2464 libcdio_indev_deps
="libcdio"
2465 libdc1394_indev_deps
="libdc1394"
2466 oss_indev_deps_any
="soundcard_h sys_soundcard_h"
2467 oss_outdev_deps_any
="soundcard_h sys_soundcard_h"
2468 pulse_indev_deps
="libpulse"
2469 sndio_indev_deps
="sndio"
2470 sndio_outdev_deps
="sndio"
2471 v4l2_indev_deps_any
="linux_videodev2_h sys_videoio_h"
2472 vfwcap_indev_deps
="vfw32 vfwcap_defines"
2473 xcbgrab_indev_deps
="libxcb libxcb_shape"
2474 xcbgrab_indev_suggest
="libxcb_shm libxcb_xfixes"
2477 ffrtmpcrypt_protocol_conflict
="librtmp_protocol"
2478 ffrtmpcrypt_protocol_deps_any
="gmp openssl"
2479 ffrtmpcrypt_protocol_select
="tcp_protocol"
2480 ffrtmphttp_protocol_conflict
="librtmp_protocol"
2481 ffrtmphttp_protocol_select
="http_protocol"
2482 gopher_protocol_select
="network"
2483 http_protocol_select
="tcp_protocol"
2484 http_protocol_suggest
="zlib"
2485 httpproxy_protocol_select
="tcp_protocol"
2486 httpproxy_protocol_suggest
="zlib"
2487 https_protocol_select
="tls_protocol"
2488 https_protocol_suggest
="zlib"
2489 icecast_protocol_select
="http_protocol"
2490 librtmp_protocol_deps
="librtmp"
2491 librtmpe_protocol_deps
="librtmp"
2492 librtmps_protocol_deps
="librtmp"
2493 librtmpt_protocol_deps
="librtmp"
2494 librtmpte_protocol_deps
="librtmp"
2495 mmsh_protocol_select
="http_protocol"
2496 mmst_protocol_select
="network"
2497 rtmp_protocol_conflict
="librtmp_protocol"
2498 rtmp_protocol_select
="tcp_protocol"
2499 rtmp_protocol_suggest
="zlib"
2500 rtmpe_protocol_select
="ffrtmpcrypt_protocol"
2501 rtmpe_protocol_suggest
="zlib"
2502 rtmps_protocol_conflict
="librtmp_protocol"
2503 rtmps_protocol_select
="tls_protocol"
2504 rtmps_protocol_suggest
="zlib"
2505 rtmpt_protocol_select
="ffrtmphttp_protocol"
2506 rtmpt_protocol_suggest
="zlib"
2507 rtmpte_protocol_select
="ffrtmpcrypt_protocol ffrtmphttp_protocol"
2508 rtmpte_protocol_suggest
="zlib"
2509 rtmpts_protocol_select
="ffrtmphttp_protocol https_protocol"
2510 rtmpts_protocol_suggest
="zlib"
2511 rtp_protocol_select
="udp_protocol"
2512 sctp_protocol_deps
="struct_sctp_event_subscribe"
2513 sctp_protocol_select
="network"
2514 srtp_protocol_select
="rtp_protocol srtp"
2515 tcp_protocol_select
="network"
2516 tls_protocol_deps_any
="gnutls openssl"
2517 tls_protocol_select
="tcp_protocol"
2518 udp_protocol_select
="network"
2519 unix_protocol_deps
="sys_un_h"
2520 unix_protocol_select
="network"
2523 asyncts_filter_deps
="avresample"
2524 blackframe_filter_deps
="gpl"
2525 boxblur_filter_deps
="gpl"
2526 bs2b_filter_deps
="libbs2b"
2527 cropdetect_filter_deps
="gpl"
2528 deinterlace_qsv_filter_deps
="libmfx"
2529 deinterlace_vaapi_filter_deps
="vaapi"
2530 delogo_filter_deps
="gpl"
2531 drawtext_filter_deps
="libfreetype"
2532 drawtext_filter_suggest
="libfontconfig"
2533 frei0r_filter_deps
="frei0r libdl"
2534 frei0r_src_filter_deps
="frei0r libdl"
2535 hdcd_filter_deps
="libhdcd"
2536 hqdn3d_filter_deps
="gpl"
2537 interlace_filter_deps
="gpl"
2538 movie_filter_deps
="avcodec avformat"
2539 ocv_filter_deps
="libopencv"
2540 resample_filter_deps
="avresample"
2541 scale_filter_deps
="swscale"
2542 scale_qsv_filter_deps
="libmfx"
2543 scale_vaapi_filter_deps
="vaapi VAProcPipelineParameterBuffer"
2546 decode_audio_example_deps
="avcodec avutil"
2547 decode_video_example_deps
="avcodec avutil"
2548 encode_audio_example_deps
="avcodec avutil"
2549 encode_video_example_deps
="avcodec avutil"
2550 filter_audio_example_deps
="avfilter avutil"
2551 metadata_example_deps
="avformat avutil"
2552 output_example_deps
="avcodec avformat avresample avutil swscale"
2553 qsvdec_example_deps
="avcodec avutil libmfx h264_qsv_decoder"
2554 transcode_aac_example_deps
="avcodec avformat avresample"
2557 cpu_init_extralibs
="pthreads_extralibs"
2558 cws2fws_extralibs
="zlib_extralibs"
2560 # libraries, in linking order
2561 avcodec_deps
="avutil"
2562 avcodec_select
="null_bsf"
2563 avdevice_deps
="avformat avcodec avutil"
2564 avfilter_deps
="avutil"
2565 avformat_deps
="avcodec avutil"
2566 avformat_suggest
="network"
2567 avresample_deps
="avutil"
2568 swscale_deps
="avutil"
2570 avcodec_extralibs
="pthreads_extralibs libm_extralibs"
2571 avdevice_extralibs
="libm_extralibs"
2572 avformat_extralibs
="libm_extralibs"
2573 avfilter_extralibs
="pthreads_extralibs libm_extralibs"
2574 avresample_extralibs
="libm_extralibs"
2575 avutil_extralibs
="clock_gettime_extralibs cuda_extralibs cuvid_extralibs libm_extralibs libmfx_extralibs nanosleep_extralibs pthreads_extralibs user32_extralibs vaapi_extralibs vaapi_drm_extralibs vaapi_x11_extralibs vdpau_x11_extralibs wincrypt_extralibs"
2576 swscale_extralibs
="libm_extralibs"
2579 avconv_deps
="avcodec avfilter avformat avresample swscale"
2580 avconv_select
="aformat_filter anull_filter asyncts_filter atrim_filter format_filter
2581 fps_filter null_filter resample_filter scale_filter
2583 avconv_suggest
="psapi shell32"
2584 avplay_deps
="avcodec avfilter avformat avresample sdl"
2585 avplay_select
="rdft format_filter transpose_filter hflip_filter vflip_filter"
2586 avplay_suggest
="shell32"
2587 avprobe_deps
="avcodec avformat"
2588 avprobe_suggest
="shell32"
2592 texi2html_deps
="doc"
2594 # default parameters
2596 logfile
="avbuild/config.log"
2598 # installation paths
2599 prefix_default
="/usr/local"
2600 bindir_default
='${prefix}/bin'
2601 datadir_default
='${prefix}/share/avconv'
2602 docdir_default
='${prefix}/share/doc/libav'
2603 incdir_default
='${prefix}/include'
2604 libdir_default
='${prefix}/lib'
2605 mandir_default
='${prefix}/share/man'
2606 shlibdir_default
="$libdir_default"
2611 host_cc_default
="gcc"
2612 x86asmexe_default
="nasm"
2615 pkg_config_default
=pkg-config
2618 version_script
='--version-script'
2621 arch_default
=$
(uname
-m
)
2626 target_os_default
=$
(tolower $
(uname
-s
))
2627 host_os
=$target_os_default
2629 # configurable options
2630 enable $EXAMPLE_LIST $LIBRARY_LIST $PROGRAM_LIST
2635 enable faan faandct faanidct
2636 enable optimizations
2637 enable safe_bitstream_reader
2639 enable swscale_alpha
2640 enable valgrind_backtrace
2642 # By default, enable only those hwaccels that have no external dependencies.
2643 enable d3d11va dxva2 vda vdpau
2645 # internal components are enabled by default
2646 enable $EXTRALIBS_LIST
2648 # Avoid external, non-system, libraries getting enabled by dependency resolution
2649 disable
$EXTERNAL_LIBRARY_LIST
2652 SHFLAGS
='-shared -Wl,-soname,$$(@F)'
2655 LIBNAME
='$(LIBPREF)$(NAME)$(LIBSUF)'
2658 SLIBNAME
='$(SLIBPREF)$(NAME)$(SLIBSUF)'
2659 SLIBNAME_WITH_VERSION
='$(SLIBNAME).$(LIBVERSION)'
2660 SLIBNAME_WITH_MAJOR
='$(SLIBNAME).$(LIBMAJOR)'
2661 LIB_INSTALL_EXTRA_CMD
='$$(RANLIB) "$(LIBDIR)/$(LIBNAME)"'
2662 SLIB_INSTALL_NAME
='$(SLIBNAME_WITH_VERSION)'
2663 SLIB_INSTALL_LINKS
='$(SLIBNAME_WITH_MAJOR) $(SLIBNAME)'
2664 VERSION_SCRIPT_POSTPROCESS_CMD
="cat"
2687 host_extralibs
='-lm'
2688 host_cflags_filter
=echo
2689 host_ldflags_filter
=echo
2691 target_path
='$(CURDIR)'
2693 # since the object filename is not given with the -MM flag, the compiler
2694 # is only able to print the basename, and we must add the path ourselves
2695 DEPCMD
='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o," > $(@:.o=.d)'
2701 if test -f configure
; then
2704 source_path
=$
(cd $
(dirname "$0"); pwd)
2705 echo "$source_path" |
grep -q
'[[:blank:]]' &&
2706 die
"Out of tree builds are impossible with whitespace in source path."
2707 test -e
"$source_path/config.h" &&
2708 die
"Out of tree builds are impossible with config.h in source dir."
2715 LIBAV_CONFIGURATION
="${LIBAV_CONFIGURATION# } ${l}${r}"
2721 file=$source_path/$3
2722 sed -n
"s/^[^#]*$pattern.*([^,]*, *\([^,]*\)\(,.*\)*).*/\1_$thing/p" "$file"
2725 ENCODER_LIST
=$
(find_things encoder ENC libavcodec
/allcodecs.c
)
2726 DECODER_LIST
=$
(find_things decoder DEC libavcodec
/allcodecs.c
)
2727 HWACCEL_LIST
=$
(find_things hwaccel HWACCEL libavcodec
/allcodecs.c
)
2728 PARSER_LIST
=$
(find_things parser PARSER libavcodec
/allcodecs.c
)
2729 MUXER_LIST
=$
(find_things muxer _MUX libavformat
/allformats.c
)
2730 DEMUXER_LIST
=$
(find_things demuxer DEMUX libavformat
/allformats.c
)
2731 OUTDEV_LIST
=$
(find_things outdev OUTDEV libavdevice
/alldevices.c
)
2732 INDEV_LIST
=$
(find_things indev _IN libavdevice
/alldevices.c
)
2733 FILTER_LIST
=$
(find_things filter FILTER libavfilter
/allfilters.c
)
2735 find_things_extern
(){
2738 file=$source_path/$3
2739 sed -n
"s/^[^#]*extern.*$pattern *ff_\([^ ]*\)_$thing;/\1_$thing/p" "$file"
2742 BSF_LIST
=$
(find_things_extern bsf AVBitStreamFilter libavcodec
/bitstream_filters.c
)
2743 PROTOCOL_LIST
=$
(find_things_extern protocol URLProtocol libavformat
/protocols.c
)
2745 AVCODEC_COMPONENTS_LIST
="
2753 AVDEVICE_COMPONENTS_LIST
="
2758 AVFILTER_COMPONENTS_LIST
="
2762 AVFORMAT_COMPONENTS_LIST
="
2769 $AVCODEC_COMPONENTS_LIST
2770 $AVDEVICE_COMPONENTS_LIST
2771 $AVFILTER_COMPONENTS_LIST
2772 $AVFORMAT_COMPONENTS_LIST
2775 for n
in $COMPONENT_LIST; do
2776 v
=$
(toupper
${n%s})_LIST
2778 eval ${n}_if_any
="\$$v"
2781 enable $ARCH_EXT_LIST
2784 echo "Unknown option \"$1\"."
2785 echo "See $0 --help for available options."
2790 printf "%-25s %-25s %-25s\n" $
(cat |
tr ' ' '\n' |
sort)
2796 echo $
* |
sed s
/$suffix//g | print_3_columns
2808 is_in
${comp} $COMPONENT_LIST && eval comp
=\$$
(toupper
${comp%s})_LIST
2809 echo "prob ${prob:-0.5}"
2817 random_seed
=$
(awk "BEGIN { srand($random_seed); print srand() }")
2818 $action $
(rand_list
"$@" |
awk "BEGIN { srand($random_seed) } \$1 == \"prob\" { prob = \$2; next } rand() < prob { print }")
2827 --extra-ldexeflags
=*)
2828 add_ldexeflags
$optval
2830 --extra-ldsoflags
=*)
2831 add_ldsoflags
$optval
2834 add_extralibs
$optval
2837 disable
$INDEV_LIST $OUTDEV_LIST
2840 debuglevel
="$optval"
2843 disable
$PROGRAM_LIST
2845 --disable-everything
)
2846 map
'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
2849 map
'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
2850 disable
$LIBRARY_LIST $PROGRAM_LIST doc
2852 --enable-random|
--disable-random
)
2853 action
=${opt%%-random}
2854 do_random
${action#--} $COMPONENT_LIST
2856 --enable-random
=*|
--disable-random
=*)
2857 action
=${opt%%-random=*}
2858 do_random
${action#--} $optval
2860 --enable-
*=*|
--disable-
*=*)
2861 eval $
(echo "${opt%%=*}" |
sed 's/--/action=/;s/-/ thing=/')
2862 is_in
"${thing}s" $COMPONENT_LIST || die_unknown
"$opt"
2863 eval list
=\$$
(toupper
$thing)_LIST
2864 name
=$
(echo "${optval}" |
sed "s/,/_${thing}|/g")_
${thing}
2865 $action $
(filter
"$name" $list)
2867 --enable-avserver|
--disable-avserver
*)
2868 warn
"avserver has been removed, the ${opt} option is only"\
2869 "provided for compatibility and will be removed in the future"
2871 --enable-yasm|
--disable-yasm
)
2872 warn
"The ${opt} option is only provided for compatibility and will be\n"\
2873 "removed in the future. Use --enable-x86asm / --disable-x86asm instead."
2874 test $opt = --enable-yasm
&& x86asm
=yes || x86asm
=no
2876 --enable-?
*|
--disable-?
*)
2877 eval $
(echo "$opt" |
sed 's/--/action=/;s/-/ option=/;s/-/_/g')
2878 if is_in
$option $COMPONENT_LIST; then
2879 test $action = disable
&& action
=unset
2880 eval $action \$$
(toupper
${option%s})_LIST
2881 elif is_in
$option $CMDLINE_SELECT; then
2888 NAME
="${opt#--list-}"
2889 is_in
$NAME $COMPONENT_LIST || die_unknown
$opt
2891 eval show_list
$NAME \$$
(toupper
$NAME)_LIST
2893 --help|
-h
) show_help
2895 --quiet|
-q
) quiet
=yes
2898 optname
="${opt%%=*}"
2899 optname
="${optname#--}"
2900 optname
=$
(echo "$optname" |
sed 's/-/_/g')
2901 if is_in
$optname $CMDLINE_SET; then
2902 eval $optname='$optval'
2903 elif is_in
$optname $CMDLINE_APPEND; then
2904 append
$optname "$optval"
2916 disabled logging
&& logfile
=/dev
/null
2918 # Die early if licensing-related configure options are incompatible.
2919 die_license_disabled
() {
2920 enabled
$1 ||
{ enabled
$v && die
"$v is $1 and --enable-$1 is not specified."; }
2923 map
"die_license_disabled gpl" $EXTERNAL_LIBRARY_GPL_LIST
2924 map
"die_license_disabled nonfree" $EXTERNAL_LIBRARY_NONFREE_LIST $HWACCEL_LIBRARY_NONFREE_LIST
2925 map
"die_license_disabled version3" $EXTERNAL_LIBRARY_VERSION3_LIST
2927 enabled version3
&& { enabled gpl
&& enable gplv3 ||
enable lgplv3
; }
2929 enabled_all gnutls openssl
&&
2930 die
"GnuTLS and OpenSSL must not be enabled at the same time."
2932 # Disable all the library-specific components if the library itself
2933 # is disabled, see AVCODEC_LIST and following _LIST variables.
2935 disable_components
(){
2936 disabled
${1} && disable $
(
2937 eval components
="\$$(toupper ${1})_COMPONENTS"
2938 map
'eval echo \${$(toupper ${v%s})_LIST}' $components
2942 map
'disable_components $v' $LIBRARY_LIST
2944 echo "# $0 $LIBAV_CONFIGURATION" > $logfile
2947 case "$toolchain" in
2949 cc_default
="${toolchain%-asan}"
2950 add_cflags
-fsanitize
=address
2951 add_ldflags
-fsanitize
=address
2954 cc_default
="${toolchain%-msan}"
2955 add_cflags
-fsanitize
=memory
-fsanitize-memory-track-origins
2956 add_ldflags
-fsanitize
=memory
2959 cc_default
="${toolchain%-tsan}"
2960 add_cflags
-fsanitize
=thread
-fPIE
2961 add_ldflags
-fsanitize
=thread
-pie
2962 case "$toolchain" in
2970 cc_default
="${toolchain%-usan}"
2971 add_cflags
-fsanitize
=undefined
2972 add_ldflags
-fsanitize
=undefined
2973 case "$toolchain" in
2980 target_exec_default
="valgrind"
2981 case "$toolchain" in
2983 target_exec_args
="--alloc-fn=av_malloc --alloc-fn=av_mallocz"
2986 target_exec_args
="--track-origins=yes --leak-check=full"
2991 # Check whether the current MSVC version needs the C99 converter.
2992 # From MSVC 2013 (compiler major version 18) onwards, it does actually
2993 # support enough of C99 to build libav. Default to the new
2994 # behaviour if the regexp was unable to match anything, since this
2995 # successfully parses the version number of existing supported
2996 # versions that require the converter (MSVC 2010 and 2012).
2997 cl_major_ver
=$
(cl
2>&1 |
sed -n
's/.*Version \([[:digit:]]\{1,\}\)\..*/\1/p')
2998 if [ -z
"$cl_major_ver" ] ||
[ $cl_major_ver -ge
18 ]; then
3001 cc_default
="c99wrap cl"
3003 ld_default
="$source_path/compat/windows/mslink"
3004 nm_default
="dumpbin -symbols"
3011 target_os_default
="win32"
3012 # Use a relative path for TMPDIR. This makes sure all the
3013 # ffconf temp files are written with a relative path, avoiding
3014 # issues with msys/win32 path conversion for MSVC parameters
3015 # such as -Fo<file> or -out:<file>.
3021 nm_default
="dumpbin -symbols"
3023 target_os_default
="win32"
3027 add_cflags
-fprofile-arcs
-ftest-coverage
3028 add_ldflags
-fprofile-arcs
-ftest-coverage
3031 add_cflags
-fprofile-arcs
-ftest-coverage
3032 add_ldflags
--coverage
3035 add_cppflags
-U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE
=2
3036 add_cflags
-fno-strict-overflow
-fstack-protector-all
3037 add_ldflags
-Wl
,-z
,relro
-Wl
,-z
,now
3040 die
"Unknown toolchain $toolchain"
3044 test -n
"$cross_prefix" && enable cross_compile
3046 if enabled cross_compile
; then
3047 test -n
"$arch" && test -n
"$target_os" ||
3048 die
"Must specify target arch (--arch) and OS (--target-os) when cross-compiling"
3051 ar_default
="${cross_prefix}${ar_default}"
3052 cc_default
="${cross_prefix}${cc_default}"
3053 objcc_default
="${cross_prefix}${objcc_default}"
3054 x86asmexe_default
="${cross_prefix}${x86asmexe_default}"
3055 nm_default
="${cross_prefix}${nm_default}"
3056 pkg_config_default
="${cross_prefix}${pkg_config_default}"
3057 ranlib
="${cross_prefix}${ranlib}"
3058 strip
="${cross_prefix}${strip}"
3060 sysinclude_default
="${sysroot}/usr/include"
3062 set_default arch cc pkg_config sysinclude target_exec target_os x86asmexe
3063 enabled cross_compile || host_cc_default
=$cc
3066 if ! $pkg_config --version
>/dev
/null
2>&1; then
3067 warn
"$pkg_config not found, library detection may fail."
3073 mingw32
*|mingw64
*|win32|win64|cygwin
*|
*-dos|freedos|opendos|os
/2*|symbian
) echo .exe
;;
3077 EXESUF
=$
(exesuf
$target_os)
3078 HOSTEXESUF
=$
(exesuf
$host_os)
3080 # set temporary file name
3081 : ${TMPDIR:=$TEMPDIR}
3085 if ! check_cmd mktemp
-u XXXXXX
; then
3086 # simple replacement for missing mktemp
3087 # NOT SAFE FOR GENERAL USE
3089 tmpname
="${2%%XXX*}.${HOSTNAME}.${UID}.$$"
3095 AVTMPDIR
=$
(mktemp
-d
"${TMPDIR}/avconf.XXXXXXXX" 2> /dev
/null
) ||
3096 die
"Unable to create temporary directory in $TMPDIR."
3099 tmp
="${AVTMPDIR}/test"$2
3100 (set -C
; exec > $tmp) 2> /dev
/null ||
3101 die
"Unable to create temporary file in $AVTMPDIR."
3105 trap 'rm -rf -- "$AVTMPDIR"' EXIT
3110 tmpfile TMPE
$EXESUF
3121 # make sure we can execute files in $TMPDIR
3122 cat > $TMPSH 2>> $logfile <<EOF
3125 chmod +x
$TMPSH >> $logfile 2>&1
3126 if ! $TMPSH >> $logfile 2>&1; then
3128 Unable to create and execute files in $TMPDIR. Set the TMPDIR environment
3129 variable to another directory and make sure that it is not mounted noexec.
3131 die
"Sanity test failed."
3137 # Filter out MSVC cl.exe options from cflags that shouldn't
3138 # be passed to gas-preprocessor
3148 -std
=c99
) echo -c99
;;
3149 -mcpu
=*) echo -arch
${flag#*=} ;;
3150 -mieee
) echo -ieee
;;
3151 -O
*|
-fast
) echo $flag ;;
3152 -fno-math-errno
) echo -assume nomath_errno
;;
3154 -Wall
) echo -msg_enable level2
;;
3155 -Wno-pointer-sign
) echo -msg_disable ptrmismatch1
;;
3156 -Wl
,*) echo $flag ;;
3166 -Wno-switch
) echo -Wno-switch-enum
;;
3167 -Wno-format-zero-length
) ;;
3168 -Wdisabled-optimization
) ;;
3169 -Wno-pointer-sign
) echo -Wno-other
;;
3175 msvc_common_flags
(){
3178 # In addition to specifying certain flags under the compiler
3179 # specific filters, they must be specified here as well or else the
3180 # generic catch all at the bottom will print the original flag.
3185 -fomit-frame-pointer
) ;;
3189 -fno-signed-zeros
) ;;
3193 -lz
) echo zlib.lib
;;
3194 -lx264
) echo libx264.lib
;;
3195 -l
*) echo ${flag#-l}.lib
;;
3196 -L
*) echo -libpath
:${flag#-L} ;;
3203 msvc_common_flags
"$@"
3206 -Wall
) echo -W3
-wd4018
-wd4146
-wd4244
-wd4305 \
3208 -Wextra
) echo -W4
-wd4244
-wd4127
-wd4018
-wd4389 \
3209 -wd4146
-wd4057
-wd4204
-wd4706
-wd4305 \
3210 -wd4152
-wd4324
-we4013
-wd4100
-wd4214 \
3211 -wd4273
-wd4554
-wd4701
-wd4703
;;
3217 msvc_common_flags
"$@"
3220 # Despite what Intel's documentation says -Wall, which is supported
3221 # on Windows, does enable remarks so disable them here.
3222 -Wall
) echo $flag -Qdiag-disable
:remark
;;
3223 -std
=c99
) echo -Qstd
=c99
;;
3231 -flto
) echo -Mipa
=fast
,libopt
,libinline
,vestigial
;;
3232 -fomit-frame-pointer
) echo -Mnoframe
;;
3243 case "${flag#*=}" in
3244 native
) echo -xtarget
=native
;;
3245 v9|niagara
) echo -xarch
=sparc
;;
3246 ultrasparc
) echo -xarch
=sparcvis
;;
3247 ultrasparc3|niagara2
) echo -xarch
=sparcvis2
;;
3248 i586|pentium
) echo -xchip
=pentium
;;
3249 i686|pentiumpro|pentium2
) echo -xtarget
=pentium_pro
;;
3250 pentium3
*|c3-2
) echo -xtarget
=pentium3
;;
3251 pentium-m
) echo -xarch
=sse2
-xchip
=pentium3
;;
3252 pentium4
*) echo -xtarget
=pentium4
;;
3253 prescott|nocona
) echo -xarch
=sse3
-xchip
=pentium4
;;
3254 *-sse3
) echo -xarch
=sse3
;;
3255 core2
) echo -xarch
=ssse3
-xchip
=core2
;;
3256 corei7
) echo -xarch
=sse4_2
-xchip
=nehalem
;;
3257 corei7-avx
) echo -xarch
=avx
-xchip
=sandybridge
;;
3258 amdfam10|barcelona|bdver
*) echo -xarch
=sse4_1
;;
3259 athlon-4|athlon-
[mx
]p
) echo -xarch
=ssea
;;
3260 k8|opteron|athlon64|athlon-fx
)
3261 echo -xarch
=sse2a
;;
3262 athlon
*) echo -xarch
=pentium_proa
;;
3265 -std
=c99
) echo -xc99
;;
3266 -fomit-frame-pointer
) echo -xregs
=frameptr
;;
3267 -fPIC
) echo -KPIC
-xcode
=pic32
;;
3268 -W
*,*) echo $flag ;;
3269 -f
*-*|
-W
*|
-mimpure-text
) ;;
3280 case "${flag#*=}" in
3281 armv7-a|cortex-a
*) echo -mv=7a8
;;
3282 armv7-r|cortex-r
*) echo -mv=7r4
;;
3283 armv7-m|cortex-m
*) echo -mv=7m3
;;
3284 armv6
*|arm11
*) echo -mv=6 ;;
3285 armv5
*e|arm
[79]*e
*|arm9
[24]6*|arm96
*|arm102
[26])
3287 armv4
*|arm7
*|arm9
[24]*) echo -mv=4 ;;
3290 -mfpu
=neon
) echo --float_support
=vfpv3
--neon
;;
3291 -mfpu
=vfp
) echo --float_support
=vfpv2
;;
3292 -mfpu
=vfpv3
) echo --float_support
=vfpv3
;;
3293 -mfpu
=vfpv3-d16
) echo --float_support
=vfpv3d16
;;
3294 -msoft-float
) echo --float_support
=vfplib
;;
3295 -O
[0-3]|
-mf
=*) echo $flag ;;
3297 -pds
=*) echo $flag ;;
3298 -D
*|
-I
*) echo $flag ;;
3299 --gcc|
--abi
=*) echo $flag ;;
3309 unset _type _ident _cc_c _cc_e _cc_o _flags _cflags
3310 unset _ld_o _ldflags _ld_lib _ld_path
3311 unset _depflags _DEPCMD _DEPFLAGS
3314 if $_cc -v
2>&1 |
grep -q
'^gcc.*LLVM'; then
3316 gcc_extra_ver
=$
(expr "$($_cc --version 2>/dev/null | head -n1)" : '.*\((.*)\)')
3317 _ident
="llvm-gcc $($_cc -dumpversion 2>/dev/null) $gcc_extra_ver"
3318 _depflags
='-MMD -MF $(@:.o=.d) -MT $@'
3321 elif $_cc -v
2>&1 |
grep -qi ^gcc
; then
3323 gcc_version
=$
($_cc --version |
head -n1
)
3324 gcc_basever
=$
($_cc -dumpversion
)
3325 gcc_pkg_ver
=$
(expr "$gcc_version" : '[^ ]* \(([^)]*)\)')
3326 gcc_ext_ver
=$
(expr "$gcc_version" : ".*$gcc_pkg_ver $gcc_basever \\(.*\\)")
3327 _ident
=$
(cleanws
"gcc $gcc_basever $gcc_pkg_ver $gcc_ext_ver")
3328 if ! $_cc -dumpversion |
grep -q
'^2\.'; then
3329 _depflags
='-MMD -MF $(@:.o=.d) -MT $@'
3333 elif $_cc --version
2>/dev
/null |
grep -q ^icc
; then
3335 _ident
=$
($_cc --version |
head -n1
)
3340 elif $_cc -v
2>&1 |
grep -q xlc
; then
3342 _ident
=$
($_cc -qversion
2>/dev
/null |
head -n1
)
3344 _cflags_size
='-O5 -qcompact'
3345 elif $_cc -V
2>/dev
/null |
grep -q Compaq
; then
3347 _ident
=$
($_cc -V |
head -n1 | cut
-d
' ' -f1-3
)
3349 _cflags_speed
='-fast'
3351 _flags_filter
=ccc_flags
3352 elif $_cc --vsn
2>/dev
/null |
grep -Eq
"ARM (C/C\+\+ )?Compiler"; then
3353 test -d
"$sysroot" || die
"No valid sysroot specified."
3355 _ident
=$
($_cc --vsn |
grep -i build |
head -n1 |
sed 's/.*: //')
3356 armcc_conf
="$PWD/armcc.conf"
3357 $_cc --arm_linux_configure \
3358 --arm_linux_config_file
="$armcc_conf" \
3359 --configure_sysroot
="$sysroot" \
3360 --configure_cpp_headers
="$sysinclude" >>$logfile 2>&1 ||
3361 die
"Error creating armcc configuration file."
3362 $_cc --vsn |
grep -q RVCT
&& armcc_opt
=rvct || armcc_opt
=armcc
3363 _flags
="--arm_linux_config_file=$armcc_conf --translate_gcc"
3364 as_default
="${cross_prefix}gcc"
3368 elif $_cc -version
2>/dev
/null |
grep -Eq
'TMS470|TI ARM'; then
3370 _ident
=$
($_cc -version |
head -n1 |
tr -s
' ')
3371 _flags
='--gcc --abi=eabi -me'
3374 _depflags
='-ppa -ppd=$(@:.o=.d)'
3375 _cflags_speed
='-O3 -mf=5'
3376 _cflags_size
='-O3 -mf=2'
3377 _flags_filter
=tms470_flags
3378 elif $_cc -v
2>&1 |
grep -q clang
; then
3380 _ident
=$
($_cc --version
2>/dev
/null |
head -n1
)
3381 _depflags
='-MMD -MF $(@:.o=.d) -MT $@'
3384 elif $_cc -V
2>&1 |
grep -q Sun
; then
3386 _ident
=$
($_cc -V
2>&1 |
head -n1 | cut
-d
' ' -f
2-)
3387 _DEPCMD
='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< | sed -e "1s,^.*: ,$@: ," -e "\$$!s,\$$, \\\," -e "1!s,^.*: , ," > $(@:.o=.d)'
3388 _DEPFLAGS
='-xM1 -xc99'
3391 _cflags_size
='-O5 -xspace'
3392 _flags_filter
=suncc_flags
3393 elif $_cc -v
2>&1 |
grep -q
'PathScale\|Path64'; then
3395 _ident
=$
($_cc -v
2>&1 |
head -n1 |
tr -d
:)
3396 _depflags
='-MMD -MF $(@:.o=.d) -MT $@'
3399 _flags_filter
='filter_out -Wdisabled-optimization'
3400 elif $_cc -v
2>&1 |
grep -q Open64
; then
3402 _ident
=$
($_cc -v
2>&1 |
head -n1 |
tr -d
:)
3403 _depflags
='-MMD -MF $(@:.o=.d) -MT $@'
3406 _flags_filter
='filter_out -Wdisabled-optimization|-Wtype-limits|-fno-signed-zeros'
3407 elif $_cc -V
2>&1 |
grep -q Portland
; then
3409 _ident
="PGI $($_cc -V 2>&1 | awk '/^pgcc/ { print $2; exit }')"
3410 opt_common
='-alias=ansi -Mdse -Mlre -Mpre'
3411 _cflags_speed
="-O3 -Mautoinline -Munroll=c:4 $opt_common"
3412 _cflags_size
="-O2 -Munroll=c:1 $opt_common"
3414 _flags_filter
=pgi_flags
3415 elif $_cc 2>&1 |
grep -q
'Microsoft.*ARM.*Assembler'; then
3417 _ident
=$
($_cc |
head -n1
)
3418 # 4509: "This form of conditional instruction is deprecated"
3419 _flags
="-nologo -ignore 4509"
3420 _flags_filter
=armasm_flags
3421 elif $_cc -nologo-
2>&1 |
grep -q Microsoft
; then
3423 _ident
=$
($_cc 2>&1 |
head -n1
)
3424 _DEPCMD
='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< 2>&1 | awk '\''/including/ { sub(/^.*file: */, ""); gsub(/\\/, "/"); if (!match($$0, / /)) print "$@:", $$0 }'\'' > $(@:.o=.d)'
3425 _DEPFLAGS
='$(CPPFLAGS) $(CFLAGS) -showIncludes -Zs'
3429 if $_cc -nologo-
2>&1 |
grep -q Linker
; then
3436 _flags_filter
=msvc_flags
3438 _ld_path
='-libpath:'
3440 elif $_cc 2>&1 |
grep -q Intel
; then
3442 _ident
=$
($_cc 2>&1 |
head -n1
)
3443 _depflags
='-QMMD -QMF$(@:.o=.d) -QMT$@'
3444 # Not only is O3 broken on 13.x+ but it is slower on all previous
3445 # versions (tested) as well.
3447 _cflags_size
="-O1 -Oi" # -O1 without -Oi miscompiles stuff
3448 if $_cc 2>&1 |
grep -q Linker
; then
3455 _flags_filter
=icl_flags
3457 _ld_path
='-libpath:'
3458 # -Qdiag-error to make icl error when seeing certain unknown arguments
3459 _flags
='-nologo -Qdiag-error:4044,10157'
3460 # -Qvec- -Qsimd- to prevent miscompilation, -GS for consistency
3461 # with MSVC which enables it by default.
3462 _cflags
='-Qms0 -Qvec- -Qsimd- -GS'
3463 elif $_cc -?
2>/dev
/null |
grep -q
'LLVM.*Linker'; then
3464 # lld can emulate multiple different linkers; in ms link.exe mode,
3465 # the -? parameter gives the help output which contains an identifyable
3466 # string, while it gives an error in other modes.
3468 # The link.exe mode doesn't have a switch for getting the version,
3469 # but we can force it back to gnu mode and get the version from there.
3470 _ident
=$
($_cc -flavor gnu
--version
2>/dev
/null
)
3472 _flags_filter
=msvc_flags
3474 _ld_path
='-libpath:'
3475 elif $_cc --version
2>/dev
/null |
grep -q ^cparser
; then
3477 _ident
=$
($_cc --version |
head -n1
)
3481 _flags_filter
=cparser_flags
3484 eval ${pfx}_type
=\
$_type
3485 eval ${pfx}_ident
=\
$_ident
3489 eval ${1}_C
=\
${_cc_c-\${${1}_C
}}
3490 eval ${1}_E
=\
${_cc_e-\${${1}_E
}}
3491 eval ${1}_O
=\
${_cc_o-\${${1}_O
}}
3493 if [ -n
"$_depflags" ]; then
3494 eval ${1}_DEPFLAGS
=\
$_depflags
3496 eval ${1}DEP
=\
${_DEPCMD:-\$DEPCMD}
3497 eval ${1}DEP_FLAGS
=\
${_DEPFLAGS:-\$DEPFLAGS}
3498 eval DEP
${1}FLAGS
=\
$_flags
3503 cflags_filter
=$_flags_filter
3504 cflags_speed
=$_cflags_speed
3505 cflags_size
=$_cflags_size
3506 cflags_noopt
=$_cflags_noopt
3507 add_cflags
$_flags $_cflags
3508 cc_ldflags
=$_ldflags
3511 probe_cc hostcc
"$host_cc"
3512 host_cflags_filter
=$_flags_filter
3513 host_cflags_speed
=$_cflags_speed
3514 add_host_cflags
$_flags $_cflags
3517 test -n
"$cc_type" && enable $cc_type ||
3518 warn
"Unknown C compiler $cc, unable to select optimal CFLAGS"
3520 : ${as_default:=$cc}
3521 : ${objcc_default:=$cc}
3522 : ${dep_cc_default:=$cc}
3523 : ${ld_default:=$cc}
3524 : ${host_ld_default:=$host_cc}
3525 set_default
ar as objcc dep_cc ld host_ld
3528 asflags_filter
=$_flags_filter
3529 add_asflags
$_flags $_cflags
3532 probe_cc objcc
"$objcc"
3533 objcflags_filter
=$_flags_filter
3534 add_objcflags
$_flags $_cflags
3538 ldflags_filter
=$_flags_filter
3539 add_ldflags
$_flags $_ldflags
3540 test "$cc_type" != "$ld_type" && add_ldflags
$cc_ldflags
3542 LD_LIB
=${_ld_lib-$LD_LIB}
3543 LD_PATH
=${_ld_path-$LD_PATH}
3545 probe_cc hostld
"$host_ld"
3546 host_ldflags_filter
=$_flags_filter
3547 add_host_ldflags
$_flags $_ldflags
3548 HOSTLD_O
=${_ld_o-$HOSTLD_O}
3550 if [ -z
"$CC_DEPFLAGS" ] && [ "$dep_cc" != "$cc" ]; then
3551 probe_cc depcc
"$dep_cc"
3552 CCDEP
=${_DEPCMD:-$DEPCMD}
3553 CCDEP_FLAGS
=${_DEPFLAGS:=$DEPFLAGS}
3557 if $ar 2>&1 |
grep -q Microsoft
; then
3560 elif $ar 2>&1 |
grep -q
'Texas Instruments'; then
3563 elif $ar 2>&1 |
grep -q
'Usage: ar.*-X.*any'; then
3564 arflags
='-Xany -r -c'
3571 add_cflags
$extra_cflags
3572 add_objcflags
$extra_objcflags
3573 add_asflags
$extra_cflags
3575 if test -n
"$sysroot"; then
3578 add_cppflags
--sysroot
="$sysroot"
3579 add_ldflags
--sysroot
="$sysroot"
3582 add_cppflags
-I
"$sysinclude"
3583 add_ldflags
--sysroot
="$sysroot"
3588 if test "$cpu" = host; then
3589 enabled cross_compile
&&
3590 die
"--cpu=host makes no sense when cross-compiling."
3595 $cc $1=native
-v
-c
-o
$TMPO $TMPC >$TMPE 2>&1 ||
return
3597 s/.*$1=\\([^ ]*\\).*/\\1/
3602 cpu
=$
(check_native
-march || check_native
-mcpu
)
3606 test "${cpu:-host}" = host &&
3607 die
"--cpu=host not supported with compiler $cc"
3610 # Deal with common $arch aliases
3634 "Power Macintosh"|ppc
*|powerpc
*)
3649 i
[3-6]86|i86pc|BePC|x86pc|x86_64|amd64
)
3654 is_in
$arch $ARCH_LIST || warn
"unknown architecture $arch"
3657 # Add processor-specific flags
3658 if enabled aarch64
; then
3662 cpuflags
="-march=$cpu"
3665 cpuflags
="-mcpu=$cpu"
3669 elif enabled alpha
; then
3671 cpuflags
="-mcpu=$cpu"
3673 elif enabled arm
; then
3676 check_cpp_condition stddef.h \
3677 "defined __ARM_ARCH_${1}__ || defined __TARGET_ARCH_${2:-$1}" \
3682 if check_arm_arch
4; then echo armv4
3683 elif check_arm_arch
4T
; then echo armv4t
3684 elif check_arm_arch
5; then echo armv5
3685 elif check_arm_arch
5E
; then echo armv5e
3686 elif check_arm_arch
5T
; then echo armv5t
3687 elif check_arm_arch
5TE
; then echo armv5te
3688 elif check_arm_arch
5TEJ
; then echo armv5te
3689 elif check_arm_arch
6; then echo armv6
3690 elif check_arm_arch
6J
; then echo armv6j
3691 elif check_arm_arch
6K
; then echo armv6k
3692 elif check_arm_arch
6Z
; then echo armv6z
3693 elif check_arm_arch
6ZK
; then echo armv6zk
3694 elif check_arm_arch
6T2
; then echo armv6t2
3695 elif check_arm_arch
7; then echo armv7
3696 elif check_arm_arch
7A
7_A
; then echo armv7-a
3697 elif check_arm_arch
7S
; then echo armv7-a
3698 elif check_arm_arch
7R
7_R
; then echo armv7-r
3699 elif check_arm_arch
7M
7_M
; then echo armv7-m
3700 elif check_arm_arch
7EM
7E_M
; then echo armv7-m
3701 elif check_arm_arch
8A
8_A
; then echo armv8-a
3705 [ "$cpu" = generic
] && cpu
=$
(probe_arm_arch
)
3709 cpuflags
="-march=$cpu"
3710 subarch
=$
(echo $cpu |
sed 's/[^a-z0-9]//g')