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
="vaapi_encode golomb"
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
="vaapi_encode golomb"
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 mjpeg2jpeg_bsf_select
="jpegtables"
2328 # external libraries
2329 avisynth_deps
="LoadLibrary"
2330 avxsynth_deps
="libdl"
2331 avisynth_demuxer_deps_any
="avisynth avxsynth"
2332 avisynth_demuxer_select
="riffdec"
2333 libdcadec_decoder_deps
="libdcadec"
2334 libfaac_encoder_deps
="libfaac"
2335 libfaac_encoder_select
="audio_frame_queue"
2336 libfdk_aac_decoder_deps
="libfdk_aac"
2337 libfdk_aac_encoder_deps
="libfdk_aac"
2338 libfdk_aac_encoder_select
="audio_frame_queue"
2339 libgsm_decoder_deps
="libgsm"
2340 libgsm_encoder_deps
="libgsm"
2341 libgsm_ms_decoder_deps
="libgsm"
2342 libgsm_ms_encoder_deps
="libgsm"
2343 libilbc_decoder_deps
="libilbc"
2344 libilbc_encoder_deps
="libilbc"
2345 libkvazaar_encoder_deps
="libkvazaar"
2346 libmp3lame_encoder_deps
="libmp3lame"
2347 libmp3lame_encoder_select
="audio_frame_queue mpegaudioheader"
2348 libopencore_amrnb_decoder_deps
="libopencore_amrnb"
2349 libopencore_amrnb_encoder_deps
="libopencore_amrnb"
2350 libopencore_amrnb_encoder_select
="audio_frame_queue"
2351 libopencore_amrwb_decoder_deps
="libopencore_amrwb"
2352 libopenh264_decoder_deps
="libopenh264"
2353 libopenh264_decoder_select
="h264_mp4toannexb_bsf"
2354 libopenh264_encoder_deps
="libopenh264"
2355 libopenjpeg_decoder_deps
="libopenjpeg"
2356 libopenjpeg_encoder_deps
="libopenjpeg"
2357 libopus_decoder_deps
="libopus"
2358 libopus_encoder_deps
="libopus"
2359 libopus_encoder_select
="audio_frame_queue"
2360 libschroedinger_decoder_deps
="libschroedinger"
2361 libschroedinger_encoder_deps
="libschroedinger"
2362 libspeex_decoder_deps
="libspeex"
2363 libspeex_encoder_deps
="libspeex"
2364 libspeex_encoder_select
="audio_frame_queue"
2365 libtheora_encoder_deps
="libtheora"
2366 libtwolame_encoder_deps
="libtwolame"
2367 libvo_aacenc_encoder_deps
="libvo_aacenc"
2368 libvo_aacenc_encoder_select
="audio_frame_queue"
2369 libvo_amrwbenc_encoder_deps
="libvo_amrwbenc"
2370 libvorbis_encoder_deps
="libvorbis"
2371 libvorbis_encoder_select
="audio_frame_queue"
2372 libvpx_vp8_decoder_deps
="libvpx"
2373 libvpx_vp8_encoder_deps
="libvpx"
2374 libvpx_vp9_decoder_deps
="libvpx"
2375 libvpx_vp9_encoder_deps
="libvpx"
2376 libwavpack_encoder_deps
="libwavpack"
2377 libwavpack_encoder_select
="audio_frame_queue"
2378 libwebp_encoder_deps
="libwebp"
2379 libx262_encoder_deps
="libx262"
2380 libx264_encoder_deps
="libx264"
2381 libx265_encoder_deps
="libx265"
2382 libxavs_encoder_deps
="libxavs"
2383 libxvid_encoder_deps
="libxvid mkstemp"
2386 ac3_demuxer_select
="ac3_parser"
2387 asf_demuxer_select
="riffdec"
2388 asf_muxer_select
="riffenc"
2389 asf_stream_muxer_select
="asf_muxer"
2390 avi_demuxer_select
="iso_media riffdec"
2391 avi_muxer_select
="riffenc"
2392 caf_demuxer_select
="iso_media riffdec"
2393 dash_muxer_select
="mp4_muxer"
2394 dirac_demuxer_select
="dirac_parser"
2395 dv_demuxer_select
="dvprofile"
2396 dv_muxer_select
="dvprofile"
2397 dxa_demuxer_select
="riffdec"
2398 eac3_demuxer_select
="ac3_parser"
2399 f4v_muxer_select
="mov_muxer"
2400 flac_demuxer_select
="flac_parser"
2401 hds_muxer_select
="flv_muxer"
2402 hls_muxer_select
="mpegts_muxer"
2403 ipod_muxer_select
="mov_muxer"
2404 ismv_muxer_select
="mov_muxer"
2405 matroska_audio_muxer_select
="matroska_muxer"
2406 matroska_demuxer_select
="iso_media riffdec"
2407 matroska_demuxer_suggest
="bzlib lzo zlib"
2408 matroska_muxer_select
="iso_media riffenc"
2409 mmf_muxer_select
="riffenc"
2410 mov_demuxer_select
="iso_media riffdec"
2411 mov_demuxer_suggest
="zlib"
2412 mov_muxer_select
="iso_media riffenc rtpenc_chain"
2413 mp3_demuxer_select
="mpegaudio_parser"
2414 mp3_muxer_select
="mpegaudioheader"
2415 mp4_muxer_select
="mov_muxer"
2416 mpegts_demuxer_select
="iso_media"
2417 mpegts_muxer_select
="adts_muxer latm_muxer"
2418 mpegtsraw_demuxer_select
="mpegts_demuxer"
2419 mxf_d10_muxer_select
="mxf_muxer"
2420 nut_muxer_select
="riffenc"
2421 nuv_demuxer_select
="riffdec"
2422 oga_muxer_select
="ogg_muxer"
2423 ogg_demuxer_select
="dirac_parse"
2424 opus_muxer_select
="ogg_muxer"
2425 psp_muxer_select
="mov_muxer"
2426 rtp_demuxer_select
="sdp_demuxer"
2427 rtpdec_select
="asf_demuxer jpegtables mov_demuxer mpegts_demuxer rm_demuxer rtp_protocol srtp"
2428 rtsp_demuxer_select
="http_protocol rtpdec"
2429 rtsp_muxer_select
="rtp_muxer http_protocol rtp_protocol rtpenc_chain"
2430 sap_demuxer_select
="sdp_demuxer"
2431 sap_muxer_select
="rtp_muxer rtp_protocol rtpenc_chain"
2432 sdp_demuxer_select
="rtpdec"
2433 smoothstreaming_muxer_select
="ismv_muxer"
2434 spdif_demuxer_select
="adts_header"
2435 spdif_muxer_select
="adts_header"
2436 spx_muxer_select
="ogg_muxer"
2437 swf_demuxer_suggest
="zlib"
2438 tak_demuxer_select
="tak_parser"
2439 tg2_muxer_select
="mov_muxer"
2440 tgp_muxer_select
="mov_muxer"
2441 w64_demuxer_select
="wav_demuxer"
2442 wav_demuxer_select
="riffdec"
2443 wav_muxer_select
="riffenc"
2444 webm_muxer_select
="iso_media riffenc"
2445 wtv_demuxer_select
="mpegts_demuxer riffdec"
2446 xmv_demuxer_select
="riffdec"
2447 xwma_demuxer_select
="riffdec"
2450 alsa_indev_deps
="alsa"
2451 alsa_outdev_deps
="alsa"
2452 avfoundation_indev_deps
="AVFoundation_AVFoundation_h objc_arc pthreads"
2453 avfoundation_indev_extralibs
="-framework Foundation -framework AVFoundation -framework CoreVideo -framework CoreMedia"
2454 bktr_indev_deps_any
="dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h"
2455 dv1394_indev_deps
="dv1394"
2456 dv1394_indev_select
="dv_demuxer"
2457 fbdev_indev_deps
="linux_fb_h"
2458 jack_indev_deps
="libjack"
2459 jack_indev_deps_any
="sem_timedwait dispatch_dispatch_h"
2460 libcdio_indev_deps
="libcdio"
2461 libdc1394_indev_deps
="libdc1394"
2462 oss_indev_deps_any
="soundcard_h sys_soundcard_h"
2463 oss_outdev_deps_any
="soundcard_h sys_soundcard_h"
2464 pulse_indev_deps
="libpulse"
2465 sndio_indev_deps
="sndio"
2466 sndio_outdev_deps
="sndio"
2467 v4l2_indev_deps_any
="linux_videodev2_h sys_videoio_h"
2468 vfwcap_indev_deps
="vfw32 vfwcap_defines"
2469 xcbgrab_indev_deps
="libxcb libxcb_shape"
2470 xcbgrab_indev_suggest
="libxcb_shm libxcb_xfixes"
2473 ffrtmpcrypt_protocol_conflict
="librtmp_protocol"
2474 ffrtmpcrypt_protocol_deps_any
="gmp openssl"
2475 ffrtmpcrypt_protocol_select
="tcp_protocol"
2476 ffrtmphttp_protocol_conflict
="librtmp_protocol"
2477 ffrtmphttp_protocol_select
="http_protocol"
2478 gopher_protocol_select
="network"
2479 http_protocol_select
="tcp_protocol"
2480 http_protocol_suggest
="zlib"
2481 httpproxy_protocol_select
="tcp_protocol"
2482 httpproxy_protocol_suggest
="zlib"
2483 https_protocol_select
="tls_protocol"
2484 https_protocol_suggest
="zlib"
2485 icecast_protocol_select
="http_protocol"
2486 librtmp_protocol_deps
="librtmp"
2487 librtmpe_protocol_deps
="librtmp"
2488 librtmps_protocol_deps
="librtmp"
2489 librtmpt_protocol_deps
="librtmp"
2490 librtmpte_protocol_deps
="librtmp"
2491 mmsh_protocol_select
="http_protocol"
2492 mmst_protocol_select
="network"
2493 rtmp_protocol_conflict
="librtmp_protocol"
2494 rtmp_protocol_select
="tcp_protocol"
2495 rtmp_protocol_suggest
="zlib"
2496 rtmpe_protocol_select
="ffrtmpcrypt_protocol"
2497 rtmpe_protocol_suggest
="zlib"
2498 rtmps_protocol_conflict
="librtmp_protocol"
2499 rtmps_protocol_select
="tls_protocol"
2500 rtmps_protocol_suggest
="zlib"
2501 rtmpt_protocol_select
="ffrtmphttp_protocol"
2502 rtmpt_protocol_suggest
="zlib"
2503 rtmpte_protocol_select
="ffrtmpcrypt_protocol ffrtmphttp_protocol"
2504 rtmpte_protocol_suggest
="zlib"
2505 rtmpts_protocol_select
="ffrtmphttp_protocol https_protocol"
2506 rtmpts_protocol_suggest
="zlib"
2507 rtp_protocol_select
="udp_protocol"
2508 sctp_protocol_deps
="struct_sctp_event_subscribe"
2509 sctp_protocol_select
="network"
2510 srtp_protocol_select
="rtp_protocol srtp"
2511 tcp_protocol_select
="network"
2512 tls_protocol_deps_any
="gnutls openssl"
2513 tls_protocol_select
="tcp_protocol"
2514 udp_protocol_select
="network"
2515 unix_protocol_deps
="sys_un_h"
2516 unix_protocol_select
="network"
2519 asyncts_filter_deps
="avresample"
2520 blackframe_filter_deps
="gpl"
2521 boxblur_filter_deps
="gpl"
2522 bs2b_filter_deps
="libbs2b"
2523 cropdetect_filter_deps
="gpl"
2524 deinterlace_qsv_filter_deps
="libmfx"
2525 deinterlace_vaapi_filter_deps
="vaapi"
2526 delogo_filter_deps
="gpl"
2527 drawtext_filter_deps
="libfreetype"
2528 drawtext_filter_suggest
="libfontconfig"
2529 frei0r_filter_deps
="frei0r libdl"
2530 frei0r_src_filter_deps
="frei0r libdl"
2531 hdcd_filter_deps
="libhdcd"
2532 hqdn3d_filter_deps
="gpl"
2533 interlace_filter_deps
="gpl"
2534 movie_filter_deps
="avcodec avformat"
2535 ocv_filter_deps
="libopencv"
2536 resample_filter_deps
="avresample"
2537 scale_filter_deps
="swscale"
2538 scale_qsv_filter_deps
="libmfx"
2539 scale_vaapi_filter_deps
="vaapi VAProcPipelineParameterBuffer"
2542 decode_audio_example_deps
="avcodec avutil"
2543 decode_video_example_deps
="avcodec avutil"
2544 encode_audio_example_deps
="avcodec avutil"
2545 encode_video_example_deps
="avcodec avutil"
2546 filter_audio_example_deps
="avfilter avutil"
2547 metadata_example_deps
="avformat avutil"
2548 output_example_deps
="avcodec avformat avresample avutil swscale"
2549 qsvdec_example_deps
="avcodec avutil libmfx h264_qsv_decoder"
2550 transcode_aac_example_deps
="avcodec avformat avresample"
2553 cpu_init_extralibs
="pthreads_extralibs"
2554 cws2fws_extralibs
="zlib_extralibs"
2556 # libraries, in linking order
2557 avcodec_deps
="avutil"
2558 avcodec_select
="null_bsf"
2559 avdevice_deps
="avformat avcodec avutil"
2560 avfilter_deps
="avutil"
2561 avformat_deps
="avcodec avutil"
2562 avformat_suggest
="network"
2563 avresample_deps
="avutil"
2564 swscale_deps
="avutil"
2566 avcodec_extralibs
="pthreads_extralibs libm_extralibs"
2567 avdevice_extralibs
="libm_extralibs"
2568 avformat_extralibs
="libm_extralibs"
2569 avfilter_extralibs
="pthreads_extralibs libm_extralibs"
2570 avresample_extralibs
="libm_extralibs"
2571 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"
2572 swscale_extralibs
="libm_extralibs"
2575 avconv_deps
="avcodec avfilter avformat avresample swscale"
2576 avconv_select
="aformat_filter anull_filter asyncts_filter atrim_filter format_filter
2577 fps_filter null_filter resample_filter scale_filter
2579 avconv_suggest
="psapi shell32"
2580 avplay_deps
="avcodec avfilter avformat avresample sdl"
2581 avplay_select
="rdft format_filter transpose_filter hflip_filter vflip_filter"
2582 avplay_suggest
="shell32"
2583 avprobe_deps
="avcodec avformat"
2584 avprobe_suggest
="shell32"
2588 texi2html_deps
="doc"
2590 # default parameters
2592 logfile
="avbuild/config.log"
2594 # installation paths
2595 prefix_default
="/usr/local"
2596 bindir_default
='${prefix}/bin'
2597 datadir_default
='${prefix}/share/avconv'
2598 docdir_default
='${prefix}/share/doc/libav'
2599 incdir_default
='${prefix}/include'
2600 libdir_default
='${prefix}/lib'
2601 mandir_default
='${prefix}/share/man'
2602 shlibdir_default
="$libdir_default"
2607 host_cc_default
="gcc"
2608 x86asmexe_default
="nasm"
2611 pkg_config_default
=pkg-config
2614 version_script
='--version-script'
2617 arch_default
=$
(uname
-m
)
2622 target_os_default
=$
(tolower $
(uname
-s
))
2623 host_os
=$target_os_default
2625 # configurable options
2626 enable $EXAMPLE_LIST $LIBRARY_LIST $PROGRAM_LIST
2631 enable faan faandct faanidct
2632 enable optimizations
2633 enable safe_bitstream_reader
2635 enable swscale_alpha
2636 enable valgrind_backtrace
2638 # By default, enable only those hwaccels that have no external dependencies.
2639 enable d3d11va dxva2 vda vdpau
2641 # internal components are enabled by default
2642 enable $EXTRALIBS_LIST
2644 # Avoid external, non-system, libraries getting enabled by dependency resolution
2645 disable
$EXTERNAL_LIBRARY_LIST
2648 SHFLAGS
='-shared -Wl,-soname,$$(@F)'
2651 LIBNAME
='$(LIBPREF)$(NAME)$(LIBSUF)'
2654 SLIBNAME
='$(SLIBPREF)$(NAME)$(SLIBSUF)'
2655 SLIBNAME_WITH_VERSION
='$(SLIBNAME).$(LIBVERSION)'
2656 SLIBNAME_WITH_MAJOR
='$(SLIBNAME).$(LIBMAJOR)'
2657 LIB_INSTALL_EXTRA_CMD
='$$(RANLIB) "$(LIBDIR)/$(LIBNAME)"'
2658 SLIB_INSTALL_NAME
='$(SLIBNAME_WITH_VERSION)'
2659 SLIB_INSTALL_LINKS
='$(SLIBNAME_WITH_MAJOR) $(SLIBNAME)'
2660 VERSION_SCRIPT_POSTPROCESS_CMD
="cat"
2683 host_extralibs
='-lm'
2684 host_cflags_filter
=echo
2685 host_ldflags_filter
=echo
2687 target_path
='$(CURDIR)'
2689 # since the object filename is not given with the -MM flag, the compiler
2690 # is only able to print the basename, and we must add the path ourselves
2691 DEPCMD
='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o," > $(@:.o=.d)'
2697 if test -f configure
; then
2700 source_path
=$
(cd $
(dirname "$0"); pwd)
2701 echo "$source_path" |
grep -q
'[[:blank:]]' &&
2702 die
"Out of tree builds are impossible with whitespace in source path."
2703 test -e
"$source_path/config.h" &&
2704 die
"Out of tree builds are impossible with config.h in source dir."
2711 LIBAV_CONFIGURATION
="${LIBAV_CONFIGURATION# } ${l}${r}"
2717 file=$source_path/$3
2718 sed -n
"s/^[^#]*$pattern.*([^,]*, *\([^,]*\)\(,.*\)*).*/\1_$thing/p" "$file"
2721 ENCODER_LIST
=$
(find_things encoder ENC libavcodec
/allcodecs.c
)
2722 DECODER_LIST
=$
(find_things decoder DEC libavcodec
/allcodecs.c
)
2723 HWACCEL_LIST
=$
(find_things hwaccel HWACCEL libavcodec
/allcodecs.c
)
2724 PARSER_LIST
=$
(find_things parser PARSER libavcodec
/allcodecs.c
)
2725 MUXER_LIST
=$
(find_things muxer _MUX libavformat
/allformats.c
)
2726 DEMUXER_LIST
=$
(find_things demuxer DEMUX libavformat
/allformats.c
)
2727 OUTDEV_LIST
=$
(find_things outdev OUTDEV libavdevice
/alldevices.c
)
2728 INDEV_LIST
=$
(find_things indev _IN libavdevice
/alldevices.c
)
2729 FILTER_LIST
=$
(find_things filter FILTER libavfilter
/allfilters.c
)
2731 find_things_extern
(){
2734 file=$source_path/$3
2735 sed -n
"s/^[^#]*extern.*$pattern *ff_\([^ ]*\)_$thing;/\1_$thing/p" "$file"
2738 BSF_LIST
=$
(find_things_extern bsf AVBitStreamFilter libavcodec
/bitstream_filters.c
)
2739 PROTOCOL_LIST
=$
(find_things_extern protocol URLProtocol libavformat
/protocols.c
)
2741 AVCODEC_COMPONENTS_LIST
="
2749 AVDEVICE_COMPONENTS_LIST
="
2754 AVFILTER_COMPONENTS_LIST
="
2758 AVFORMAT_COMPONENTS_LIST
="
2765 $AVCODEC_COMPONENTS_LIST
2766 $AVDEVICE_COMPONENTS_LIST
2767 $AVFILTER_COMPONENTS_LIST
2768 $AVFORMAT_COMPONENTS_LIST
2771 for n
in $COMPONENT_LIST; do
2772 v
=$
(toupper
${n%s})_LIST
2774 eval ${n}_if_any
="\$$v"
2777 enable $ARCH_EXT_LIST
2780 echo "Unknown option \"$1\"."
2781 echo "See $0 --help for available options."
2786 printf "%-25s %-25s %-25s\n" $
(cat |
tr ' ' '\n' |
sort)
2792 echo $
* |
sed s
/$suffix//g | print_3_columns
2804 is_in
${comp} $COMPONENT_LIST && eval comp
=\$$
(toupper
${comp%s})_LIST
2805 echo "prob ${prob:-0.5}"
2813 random_seed
=$
(awk "BEGIN { srand($random_seed); print srand() }")
2814 $action $
(rand_list
"$@" |
awk "BEGIN { srand($random_seed) } \$1 == \"prob\" { prob = \$2; next } rand() < prob { print }")
2823 --extra-ldexeflags
=*)
2824 add_ldexeflags
$optval
2826 --extra-ldsoflags
=*)
2827 add_ldsoflags
$optval
2830 add_extralibs
$optval
2833 disable
$INDEV_LIST $OUTDEV_LIST
2836 debuglevel
="$optval"
2839 disable
$PROGRAM_LIST
2841 --disable-everything
)
2842 map
'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
2845 map
'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
2846 disable
$LIBRARY_LIST $PROGRAM_LIST doc
2848 --enable-random|
--disable-random
)
2849 action
=${opt%%-random}
2850 do_random
${action#--} $COMPONENT_LIST
2852 --enable-random
=*|
--disable-random
=*)
2853 action
=${opt%%-random=*}
2854 do_random
${action#--} $optval
2856 --enable-
*=*|
--disable-
*=*)
2857 eval $
(echo "${opt%%=*}" |
sed 's/--/action=/;s/-/ thing=/')
2858 is_in
"${thing}s" $COMPONENT_LIST || die_unknown
"$opt"
2859 eval list
=\$$
(toupper
$thing)_LIST
2860 name
=$
(echo "${optval}" |
sed "s/,/_${thing}|/g")_
${thing}
2861 $action $
(filter
"$name" $list)
2863 --enable-avserver|
--disable-avserver
*)
2864 warn
"avserver has been removed, the ${opt} option is only"\
2865 "provided for compatibility and will be removed in the future"
2867 --enable-yasm|
--disable-yasm
)
2868 warn
"The ${opt} option is only provided for compatibility and will be\n"\
2869 "removed in the future. Use --enable-x86asm / --disable-x86asm instead."
2870 test $opt = --enable-yasm
&& x86asm
=yes || x86asm
=no
2872 --enable-?
*|
--disable-?
*)
2873 eval $
(echo "$opt" |
sed 's/--/action=/;s/-/ option=/;s/-/_/g')
2874 if is_in
$option $COMPONENT_LIST; then
2875 test $action = disable
&& action
=unset
2876 eval $action \$$
(toupper
${option%s})_LIST
2877 elif is_in
$option $CMDLINE_SELECT; then
2884 NAME
="${opt#--list-}"
2885 is_in
$NAME $COMPONENT_LIST || die_unknown
$opt
2887 eval show_list
$NAME \$$
(toupper
$NAME)_LIST
2889 --help|
-h
) show_help
2891 --quiet|
-q
) quiet
=yes
2894 optname
="${opt%%=*}"
2895 optname
="${optname#--}"
2896 optname
=$
(echo "$optname" |
sed 's/-/_/g')
2897 if is_in
$optname $CMDLINE_SET; then
2898 eval $optname='$optval'
2899 elif is_in
$optname $CMDLINE_APPEND; then
2900 append
$optname "$optval"
2912 disabled logging
&& logfile
=/dev
/null
2914 # Die early if licensing-related configure options are incompatible.
2915 die_license_disabled
() {
2916 enabled
$1 ||
{ enabled
$v && die
"$v is $1 and --enable-$1 is not specified."; }
2919 map
"die_license_disabled gpl" $EXTERNAL_LIBRARY_GPL_LIST
2920 map
"die_license_disabled nonfree" $EXTERNAL_LIBRARY_NONFREE_LIST $HWACCEL_LIBRARY_NONFREE_LIST
2921 map
"die_license_disabled version3" $EXTERNAL_LIBRARY_VERSION3_LIST
2923 enabled version3
&& { enabled gpl
&& enable gplv3 ||
enable lgplv3
; }
2925 enabled_all gnutls openssl
&&
2926 die
"GnuTLS and OpenSSL must not be enabled at the same time."
2928 # Disable all the library-specific components if the library itself
2929 # is disabled, see AVCODEC_LIST and following _LIST variables.
2931 disable_components
(){
2932 disabled
${1} && disable $
(
2933 eval components
="\$$(toupper ${1})_COMPONENTS"
2934 map
'eval echo \${$(toupper ${v%s})_LIST}' $components
2938 map
'disable_components $v' $LIBRARY_LIST
2940 echo "# $0 $LIBAV_CONFIGURATION" > $logfile
2943 case "$toolchain" in
2945 cc_default
="${toolchain%-asan}"
2946 add_cflags
-fsanitize
=address
2947 add_ldflags
-fsanitize
=address
2950 cc_default
="${toolchain%-msan}"
2951 add_cflags
-fsanitize
=memory
-fsanitize-memory-track-origins
2952 add_ldflags
-fsanitize
=memory
2955 cc_default
="${toolchain%-tsan}"
2956 add_cflags
-fsanitize
=thread
-fPIE
2957 add_ldflags
-fsanitize
=thread
-pie
2958 case "$toolchain" in
2966 cc_default
="${toolchain%-usan}"
2967 add_cflags
-fsanitize
=undefined
2968 add_ldflags
-fsanitize
=undefined
2969 case "$toolchain" in
2976 target_exec_default
="valgrind"
2977 case "$toolchain" in
2979 target_exec_args
="--alloc-fn=av_malloc --alloc-fn=av_mallocz"
2982 target_exec_args
="--track-origins=yes --leak-check=full"
2987 # Check whether the current MSVC version needs the C99 converter.
2988 # From MSVC 2013 (compiler major version 18) onwards, it does actually
2989 # support enough of C99 to build libav. Default to the new
2990 # behaviour if the regexp was unable to match anything, since this
2991 # successfully parses the version number of existing supported
2992 # versions that require the converter (MSVC 2010 and 2012).
2993 cl_major_ver
=$
(cl
2>&1 |
sed -n
's/.*Version \([[:digit:]]\{1,\}\)\..*/\1/p')
2994 if [ -z
"$cl_major_ver" ] ||
[ $cl_major_ver -ge
18 ]; then
2997 cc_default
="c99wrap cl"
2999 ld_default
="$source_path/compat/windows/mslink"
3000 nm_default
="dumpbin -symbols"
3007 target_os_default
="win32"
3008 # Use a relative path for TMPDIR. This makes sure all the
3009 # ffconf temp files are written with a relative path, avoiding
3010 # issues with msys/win32 path conversion for MSVC parameters
3011 # such as -Fo<file> or -out:<file>.
3017 nm_default
="dumpbin -symbols"
3019 target_os_default
="win32"
3023 add_cflags
-fprofile-arcs
-ftest-coverage
3024 add_ldflags
-fprofile-arcs
-ftest-coverage
3027 add_cflags
-fprofile-arcs
-ftest-coverage
3028 add_ldflags
--coverage
3031 add_cppflags
-U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE
=2
3032 add_cflags
-fno-strict-overflow
-fstack-protector-all
3033 add_ldflags
-Wl
,-z
,relro
-Wl
,-z
,now
3036 die
"Unknown toolchain $toolchain"
3040 test -n
"$cross_prefix" && enable cross_compile
3042 if enabled cross_compile
; then
3043 test -n
"$arch" && test -n
"$target_os" ||
3044 die
"Must specify target arch (--arch) and OS (--target-os) when cross-compiling"
3047 ar_default
="${cross_prefix}${ar_default}"
3048 cc_default
="${cross_prefix}${cc_default}"
3049 objcc_default
="${cross_prefix}${objcc_default}"
3050 x86asmexe_default
="${cross_prefix}${x86asmexe_default}"
3051 nm_default
="${cross_prefix}${nm_default}"
3052 pkg_config_default
="${cross_prefix}${pkg_config_default}"
3053 ranlib
="${cross_prefix}${ranlib}"
3054 strip
="${cross_prefix}${strip}"
3056 sysinclude_default
="${sysroot}/usr/include"
3058 set_default arch cc pkg_config sysinclude target_exec target_os x86asmexe
3059 enabled cross_compile || host_cc_default
=$cc
3062 if ! $pkg_config --version
>/dev
/null
2>&1; then
3063 warn
"$pkg_config not found, library detection may fail."
3069 mingw32
*|mingw64
*|win32|win64|cygwin
*|
*-dos|freedos|opendos|os
/2*|symbian
) echo .exe
;;
3073 EXESUF
=$
(exesuf
$target_os)
3074 HOSTEXESUF
=$
(exesuf
$host_os)
3076 # set temporary file name
3077 : ${TMPDIR:=$TEMPDIR}
3081 if ! check_cmd mktemp
-u XXXXXX
; then
3082 # simple replacement for missing mktemp
3083 # NOT SAFE FOR GENERAL USE
3085 tmpname
="${2%%XXX*}.${HOSTNAME}.${UID}.$$"
3091 AVTMPDIR
=$
(mktemp
-d
"${TMPDIR}/avconf.XXXXXXXX" 2> /dev
/null
) ||
3092 die
"Unable to create temporary directory in $TMPDIR."
3095 tmp
="${AVTMPDIR}/test"$2
3096 (set -C
; exec > $tmp) 2> /dev
/null ||
3097 die
"Unable to create temporary file in $AVTMPDIR."
3101 trap 'rm -rf -- "$AVTMPDIR"' EXIT
3106 tmpfile TMPE
$EXESUF
3117 # make sure we can execute files in $TMPDIR
3118 cat > $TMPSH 2>> $logfile <<EOF
3121 chmod +x
$TMPSH >> $logfile 2>&1
3122 if ! $TMPSH >> $logfile 2>&1; then
3124 Unable to create and execute files in $TMPDIR. Set the TMPDIR environment
3125 variable to another directory and make sure that it is not mounted noexec.
3127 die
"Sanity test failed."
3133 # Filter out MSVC cl.exe options from cflags that shouldn't
3134 # be passed to gas-preprocessor
3144 -std
=c99
) echo -c99
;;
3145 -mcpu
=*) echo -arch
${flag#*=} ;;
3146 -mieee
) echo -ieee
;;
3147 -O
*|
-fast
) echo $flag ;;
3148 -fno-math-errno
) echo -assume nomath_errno
;;
3150 -Wall
) echo -msg_enable level2
;;
3151 -Wno-pointer-sign
) echo -msg_disable ptrmismatch1
;;
3152 -Wl
,*) echo $flag ;;
3162 -Wno-switch
) echo -Wno-switch-enum
;;
3163 -Wno-format-zero-length
) ;;
3164 -Wdisabled-optimization
) ;;
3165 -Wno-pointer-sign
) echo -Wno-other
;;
3171 msvc_common_flags
(){
3174 # In addition to specifying certain flags under the compiler
3175 # specific filters, they must be specified here as well or else the
3176 # generic catch all at the bottom will print the original flag.
3181 -fomit-frame-pointer
) ;;
3185 -fno-signed-zeros
) ;;
3189 -lz
) echo zlib.lib
;;
3190 -lx264
) echo libx264.lib
;;
3191 -l
*) echo ${flag#-l}.lib
;;
3192 -L
*) echo -libpath
:${flag#-L} ;;
3199 msvc_common_flags
"$@"
3202 -Wall
) echo -W3
-wd4018
-wd4146
-wd4244
-wd4305 \
3204 -Wextra
) echo -W4
-wd4244
-wd4127
-wd4018
-wd4389 \
3205 -wd4146
-wd4057
-wd4204
-wd4706
-wd4305 \
3206 -wd4152
-wd4324
-we4013
-wd4100
-wd4214 \
3207 -wd4273
-wd4554
-wd4701
-wd4703
;;
3213 msvc_common_flags
"$@"
3216 # Despite what Intel's documentation says -Wall, which is supported
3217 # on Windows, does enable remarks so disable them here.
3218 -Wall
) echo $flag -Qdiag-disable
:remark
;;
3219 -std
=c99
) echo -Qstd
=c99
;;
3227 -flto
) echo -Mipa
=fast
,libopt
,libinline
,vestigial
;;
3228 -fomit-frame-pointer
) echo -Mnoframe
;;
3239 case "${flag#*=}" in
3240 native
) echo -xtarget
=native
;;
3241 v9|niagara
) echo -xarch
=sparc
;;
3242 ultrasparc
) echo -xarch
=sparcvis
;;
3243 ultrasparc3|niagara2
) echo -xarch
=sparcvis2
;;
3244 i586|pentium
) echo -xchip
=pentium
;;
3245 i686|pentiumpro|pentium2
) echo -xtarget
=pentium_pro
;;
3246 pentium3
*|c3-2
) echo -xtarget
=pentium3
;;
3247 pentium-m
) echo -xarch
=sse2
-xchip
=pentium3
;;
3248 pentium4
*) echo -xtarget
=pentium4
;;
3249 prescott|nocona
) echo -xarch
=sse3
-xchip
=pentium4
;;
3250 *-sse3
) echo -xarch
=sse3
;;
3251 core2
) echo -xarch
=ssse3
-xchip
=core2
;;
3252 corei7
) echo -xarch
=sse4_2
-xchip
=nehalem
;;
3253 corei7-avx
) echo -xarch
=avx
-xchip
=sandybridge
;;
3254 amdfam10|barcelona|bdver
*) echo -xarch
=sse4_1
;;
3255 athlon-4|athlon-
[mx
]p
) echo -xarch
=ssea
;;
3256 k8|opteron|athlon64|athlon-fx
)
3257 echo -xarch
=sse2a
;;
3258 athlon
*) echo -xarch
=pentium_proa
;;
3261 -std
=c99
) echo -xc99
;;
3262 -fomit-frame-pointer
) echo -xregs
=frameptr
;;
3263 -fPIC
) echo -KPIC
-xcode
=pic32
;;
3264 -W
*,*) echo $flag ;;
3265 -f
*-*|
-W
*|
-mimpure-text
) ;;
3276 case "${flag#*=}" in
3277 armv7-a|cortex-a
*) echo -mv=7a8
;;
3278 armv7-r|cortex-r
*) echo -mv=7r4
;;
3279 armv7-m|cortex-m
*) echo -mv=7m3
;;
3280 armv6
*|arm11
*) echo -mv=6 ;;
3281 armv5
*e|arm
[79]*e
*|arm9
[24]6*|arm96
*|arm102
[26])
3283 armv4
*|arm7
*|arm9
[24]*) echo -mv=4 ;;
3286 -mfpu
=neon
) echo --float_support
=vfpv3
--neon
;;
3287 -mfpu
=vfp
) echo --float_support
=vfpv2
;;
3288 -mfpu
=vfpv3
) echo --float_support
=vfpv3
;;
3289 -mfpu
=vfpv3-d16
) echo --float_support
=vfpv3d16
;;
3290 -msoft-float
) echo --float_support
=vfplib
;;
3291 -O
[0-3]|
-mf
=*) echo $flag ;;
3293 -pds
=*) echo $flag ;;
3294 -D
*|
-I
*) echo $flag ;;
3295 --gcc|
--abi
=*) echo $flag ;;
3305 unset _type _ident _cc_c _cc_e _cc_o _flags _cflags
3306 unset _ld_o _ldflags _ld_lib _ld_path
3307 unset _depflags _DEPCMD _DEPFLAGS
3310 if $_cc -v
2>&1 |
grep -q
'^gcc.*LLVM'; then
3312 gcc_extra_ver
=$
(expr "$($_cc --version 2>/dev/null | head -n1)" : '.*\((.*)\)')
3313 _ident
="llvm-gcc $($_cc -dumpversion 2>/dev/null) $gcc_extra_ver"
3314 _depflags
='-MMD -MF $(@:.o=.d) -MT $@'
3317 elif $_cc -v
2>&1 |
grep -qi ^gcc
; then
3319 gcc_version
=$
($_cc --version |
head -n1
)
3320 gcc_basever
=$
($_cc -dumpversion
)
3321 gcc_pkg_ver
=$
(expr "$gcc_version" : '[^ ]* \(([^)]*)\)')
3322 gcc_ext_ver
=$
(expr "$gcc_version" : ".*$gcc_pkg_ver $gcc_basever \\(.*\\)")
3323 _ident
=$
(cleanws
"gcc $gcc_basever $gcc_pkg_ver $gcc_ext_ver")
3324 if ! $_cc -dumpversion |
grep -q
'^2\.'; then
3325 _depflags
='-MMD -MF $(@:.o=.d) -MT $@'
3329 elif $_cc --version
2>/dev
/null |
grep -q ^icc
; then
3331 _ident
=$
($_cc --version |
head -n1
)
3336 elif $_cc -v
2>&1 |
grep -q xlc
; then
3338 _ident
=$
($_cc -qversion
2>/dev
/null |
head -n1
)
3340 _cflags_size
='-O5 -qcompact'
3341 elif $_cc -V
2>/dev
/null |
grep -q Compaq
; then
3343 _ident
=$
($_cc -V |
head -n1 | cut
-d
' ' -f1-3
)
3345 _cflags_speed
='-fast'
3347 _flags_filter
=ccc_flags
3348 elif $_cc --vsn
2>/dev
/null |
grep -Eq
"ARM (C/C\+\+ )?Compiler"; then
3349 test -d
"$sysroot" || die
"No valid sysroot specified."
3351 _ident
=$
($_cc --vsn |
grep -i build |
head -n1 |
sed 's/.*: //')
3352 armcc_conf
="$PWD/armcc.conf"
3353 $_cc --arm_linux_configure \
3354 --arm_linux_config_file
="$armcc_conf" \
3355 --configure_sysroot
="$sysroot" \
3356 --configure_cpp_headers
="$sysinclude" >>$logfile 2>&1 ||
3357 die
"Error creating armcc configuration file."
3358 $_cc --vsn |
grep -q RVCT
&& armcc_opt
=rvct || armcc_opt
=armcc
3359 _flags
="--arm_linux_config_file=$armcc_conf --translate_gcc"
3360 as_default
="${cross_prefix}gcc"
3364 elif $_cc -version
2>/dev
/null |
grep -Eq
'TMS470|TI ARM'; then
3366 _ident
=$
($_cc -version |
head -n1 |
tr -s
' ')
3367 _flags
='--gcc --abi=eabi -me'
3370 _depflags
='-ppa -ppd=$(@:.o=.d)'
3371 _cflags_speed
='-O3 -mf=5'
3372 _cflags_size
='-O3 -mf=2'
3373 _flags_filter
=tms470_flags
3374 elif $_cc -v
2>&1 |
grep -q clang
; then
3376 _ident
=$
($_cc --version
2>/dev
/null |
head -n1
)
3377 _depflags
='-MMD -MF $(@:.o=.d) -MT $@'
3380 elif $_cc -V
2>&1 |
grep -q Sun
; then
3382 _ident
=$
($_cc -V
2>&1 |
head -n1 | cut
-d
' ' -f
2-)
3383 _DEPCMD
='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< | sed -e "1s,^.*: ,$@: ," -e "\$$!s,\$$, \\\," -e "1!s,^.*: , ," > $(@:.o=.d)'
3384 _DEPFLAGS
='-xM1 -xc99'
3387 _cflags_size
='-O5 -xspace'
3388 _flags_filter
=suncc_flags
3389 elif $_cc -v
2>&1 |
grep -q
'PathScale\|Path64'; then
3391 _ident
=$
($_cc -v
2>&1 |
head -n1 |
tr -d
:)
3392 _depflags
='-MMD -MF $(@:.o=.d) -MT $@'
3395 _flags_filter
='filter_out -Wdisabled-optimization'
3396 elif $_cc -v
2>&1 |
grep -q Open64
; then
3398 _ident
=$
($_cc -v
2>&1 |
head -n1 |
tr -d
:)
3399 _depflags
='-MMD -MF $(@:.o=.d) -MT $@'
3402 _flags_filter
='filter_out -Wdisabled-optimization|-Wtype-limits|-fno-signed-zeros'
3403 elif $_cc -V
2>&1 |
grep -q Portland
; then
3405 _ident
="PGI $($_cc -V 2>&1 | awk '/^pgcc/ { print $2; exit }')"
3406 opt_common
='-alias=ansi -Mdse -Mlre -Mpre'
3407 _cflags_speed
="-O3 -Mautoinline -Munroll=c:4 $opt_common"
3408 _cflags_size
="-O2 -Munroll=c:1 $opt_common"
3410 _flags_filter
=pgi_flags
3411 elif $_cc 2>&1 |
grep -q
'Microsoft.*ARM.*Assembler'; then
3413 _ident
=$
($_cc |
head -n1
)
3414 # 4509: "This form of conditional instruction is deprecated"
3415 _flags
="-nologo -ignore 4509"
3416 _flags_filter
=armasm_flags
3417 elif $_cc -nologo-
2>&1 |
grep -q Microsoft
; then
3419 _ident
=$
($_cc 2>&1 |
head -n1
)
3420 _DEPCMD
='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< 2>&1 | awk '\''/including/ { sub(/^.*file: */, ""); gsub(/\\/, "/"); if (!match($$0, / /)) print "$@:", $$0 }'\'' > $(@:.o=.d)'
3421 _DEPFLAGS
='$(CPPFLAGS) $(CFLAGS) -showIncludes -Zs'
3425 if $_cc -nologo-
2>&1 |
grep -q Linker
; then
3432 _flags_filter
=msvc_flags
3434 _ld_path
='-libpath:'
3436 elif $_cc 2>&1 |
grep -q Intel
; then
3438 _ident
=$
($_cc 2>&1 |
head -n1
)
3439 _depflags
='-QMMD -QMF$(@:.o=.d) -QMT$@'
3440 # Not only is O3 broken on 13.x+ but it is slower on all previous
3441 # versions (tested) as well.
3443 _cflags_size
="-O1 -Oi" # -O1 without -Oi miscompiles stuff
3444 if $_cc 2>&1 |
grep -q Linker
; then
3451 _flags_filter
=icl_flags
3453 _ld_path
='-libpath:'
3454 # -Qdiag-error to make icl error when seeing certain unknown arguments
3455 _flags
='-nologo -Qdiag-error:4044,10157'
3456 # -Qvec- -Qsimd- to prevent miscompilation, -GS for consistency
3457 # with MSVC which enables it by default.
3458 _cflags
='-Qms0 -Qvec- -Qsimd- -GS'
3459 elif $_cc -?
2>/dev
/null |
grep -q
'LLVM.*Linker'; then
3460 # lld can emulate multiple different linkers; in ms link.exe mode,
3461 # the -? parameter gives the help output which contains an identifyable
3462 # string, while it gives an error in other modes.
3464 # The link.exe mode doesn't have a switch for getting the version,
3465 # but we can force it back to gnu mode and get the version from there.
3466 _ident
=$
($_cc -flavor gnu
--version
2>/dev
/null
)
3468 _flags_filter
=msvc_flags
3470 _ld_path
='-libpath:'
3471 elif $_cc --version
2>/dev
/null |
grep -q ^cparser
; then
3473 _ident
=$
($_cc --version |
head -n1
)
3477 _flags_filter
=cparser_flags
3480 eval ${pfx}_type
=\
$_type
3481 eval ${pfx}_ident
=\
$_ident
3485 eval ${1}_C
=\
${_cc_c-\${${1}_C
}}
3486 eval ${1}_E
=\
${_cc_e-\${${1}_E
}}
3487 eval ${1}_O
=\
${_cc_o-\${${1}_O
}}
3489 if [ -n
"$_depflags" ]; then
3490 eval ${1}_DEPFLAGS
=\
$_depflags
3492 eval ${1}DEP
=\
${_DEPCMD:-\$DEPCMD}
3493 eval ${1}DEP_FLAGS
=\
${_DEPFLAGS:-\$DEPFLAGS}
3494 eval DEP
${1}FLAGS
=\
$_flags
3499 cflags_filter
=$_flags_filter
3500 cflags_speed
=$_cflags_speed
3501 cflags_size
=$_cflags_size
3502 cflags_noopt
=$_cflags_noopt
3503 add_cflags
$_flags $_cflags
3504 cc_ldflags
=$_ldflags
3507 probe_cc hostcc
"$host_cc"
3508 host_cflags_filter
=$_flags_filter
3509 host_cflags_speed
=$_cflags_speed
3510 add_host_cflags
$_flags $_cflags
3513 test -n
"$cc_type" && enable $cc_type ||
3514 warn
"Unknown C compiler $cc, unable to select optimal CFLAGS"
3516 : ${as_default:=$cc}
3517 : ${objcc_default:=$cc}
3518 : ${dep_cc_default:=$cc}
3519 : ${ld_default:=$cc}
3520 : ${host_ld_default:=$host_cc}
3521 set_default
ar as objcc dep_cc ld host_ld
3524 asflags_filter
=$_flags_filter
3525 add_asflags
$_flags $_cflags
3528 probe_cc objcc
"$objcc"
3529 objcflags_filter
=$_flags_filter
3530 add_objcflags
$_flags $_cflags
3534 ldflags_filter
=$_flags_filter
3535 add_ldflags
$_flags $_ldflags
3536 test "$cc_type" != "$ld_type" && add_ldflags
$cc_ldflags
3538 LD_LIB
=${_ld_lib-$LD_LIB}
3539 LD_PATH
=${_ld_path-$LD_PATH}
3541 probe_cc hostld
"$host_ld"
3542 host_ldflags_filter
=$_flags_filter
3543 add_host_ldflags
$_flags $_ldflags
3544 HOSTLD_O
=${_ld_o-$HOSTLD_O}
3546 if [ -z
"$CC_DEPFLAGS" ] && [ "$dep_cc" != "$cc" ]; then
3547 probe_cc depcc
"$dep_cc"
3548 CCDEP
=${_DEPCMD:-$DEPCMD}
3549 CCDEP_FLAGS
=${_DEPFLAGS:=$DEPFLAGS}
3553 if $ar 2>&1 |
grep -q Microsoft
; then
3556 elif $ar 2>&1 |
grep -q
'Texas Instruments'; then
3559 elif $ar 2>&1 |
grep -q
'Usage: ar.*-X.*any'; then
3560 arflags
='-Xany -r -c'
3567 add_cflags
$extra_cflags
3568 add_objcflags
$extra_objcflags
3569 add_asflags
$extra_cflags
3571 if test -n
"$sysroot"; then
3574 add_cppflags
--sysroot
="$sysroot"
3575 add_ldflags
--sysroot
="$sysroot"
3578 add_cppflags
-I
"$sysinclude"
3579 add_ldflags
--sysroot
="$sysroot"
3584 if test "$cpu" = host; then
3585 enabled cross_compile
&&
3586 die
"--cpu=host makes no sense when cross-compiling."
3591 $cc $1=native
-v
-c
-o
$TMPO $TMPC >$TMPE 2>&1 ||
return
3593 s/.*$1=\\([^ ]*\\).*/\\1/
3598 cpu
=$
(check_native
-march || check_native
-mcpu
)
3602 test "${cpu:-host}" = host &&
3603 die
"--cpu=host not supported with compiler $cc"
3606 # Deal with common $arch aliases
3630 "Power Macintosh"|ppc
*|powerpc
*)
3645 i
[3-6]86|i86pc|BePC|x86pc|x86_64|amd64
)
3650 is_in
$arch $ARCH_LIST || warn
"unknown architecture $arch"
3653 # Add processor-specific flags
3654 if enabled aarch64
; then
3658 cpuflags
="-march=$cpu"
3661 cpuflags
="-mcpu=$cpu"
3665 elif enabled alpha
; then
3667 cpuflags
="-mcpu=$cpu"
3669 elif enabled arm
; then
3672 check_cpp_condition stddef.h \
3673 "defined __ARM_ARCH_${1}__ || defined __TARGET_ARCH_${2:-$1}" \
3678 if check_arm_arch
4; then echo armv4
3679 elif check_arm_arch
4T
; then echo armv4t
3680 elif check_arm_arch
5; then echo armv5
3681 elif check_arm_arch
5E
; then echo armv5e
3682 elif check_arm_arch
5T
; then echo armv5t
3683 elif check_arm_arch
5TE
; then echo armv5te
3684 elif check_arm_arch
5TEJ
; then echo armv5te
3685 elif check_arm_arch
6; then echo armv6
3686 elif check_arm_arch
6J
; then echo armv6j
3687 elif check_arm_arch
6K
; then echo armv6k
3688 elif check_arm_arch
6Z
; then echo armv6z
3689 elif check_arm_arch
6ZK
; then echo armv6zk
3690 elif check_arm_arch
6T2
; then echo armv6t2
3691 elif check_arm_arch
7; then echo armv7
3692 elif check_arm_arch
7A
7_A
; then echo armv7-a
3693 elif check_arm_arch
7S
; then echo armv7-a
3694 elif check_arm_arch
7R
7_R
; then echo armv7-r
3695 elif check_arm_arch
7M
7_M
; then echo armv7-m
3696 elif check_arm_arch
7EM
7E_M
; then echo armv7-m
3697 elif check_arm_arch
8A
8_A
; then echo armv8-a
3701 [ "$cpu" = generic
] && cpu
=$
(probe_arm_arch
)
3705 cpuflags
="-march=$cpu"
3706 subarch
=$
(echo $cpu |
sed 's/[^a-z0-9]//g')
3709 cpuflags
="-mcpu=$cpu"
3711 cortex-a
*) subarch
=armv7a
;;