3 # FFmpeg 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 FFMPEG, 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 FFmpeg."
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."
59 Usage: configure [options]
60 Options: [defaults in brackets after descriptions]
63 --help print this message
64 --logfile=FILE log tests and output to FILE [config.log]
65 --disable-logging do not log configure debug information
66 --prefix=PREFIX install in PREFIX [$prefix]
67 --bindir=DIR install binaries in DIR [PREFIX/bin]
68 --datadir=DIR install data files in DIR [PREFIX/share/ffmpeg]
69 --libdir=DIR install libs in DIR [PREFIX/lib]
70 --shlibdir=DIR install shared libs in DIR [PREFIX/lib]
71 --incdir=DIR install includes in DIR [PREFIX/include]
72 --mandir=DIR install man page in DIR [PREFIX/share/man]
74 Configuration options:
75 --disable-static do not build static libraries [no]
76 --enable-shared build shared libraries [no]
77 --enable-gpl allow use of GPL code, the resulting libs
78 and binaries will be under GPL [no]
79 --enable-version3 upgrade (L)GPL to version 3 [no]
80 --enable-nonfree allow use of nonfree code, the resulting libs
81 and binaries will be unredistributable [no]
82 --disable-doc do not build documentation
83 --disable-ffmpeg disable ffmpeg build
84 --disable-ffplay disable ffplay build
85 --disable-ffprobe disable ffprobe build
86 --disable-ffserver disable ffserver build
87 --disable-avdevice disable libavdevice build
88 --disable-avcodec disable libavcodec build
89 --disable-avformat disable libavformat build
90 --disable-swscale disable libswscale build
91 --enable-postproc enable GPLed postprocessing support [no]
92 --disable-avfilter disable video filter support [no]
93 --enable-avfilter-lavf video filters dependent on avformat [no]
94 --disable-pthreads disable pthreads [auto]
95 --enable-w32threads use Win32 threads [no]
96 --enable-x11grab enable X11 grabbing [no]
97 --disable-network disable network support [no]
98 --disable-mpegaudio-hp faster (but less accurate) MPEG audio decoding [no]
99 --enable-gray enable full grayscale support (slower color)
100 --disable-swscale-alpha disable alpha channel support in swscale
101 --disable-fastdiv disable table-based division
102 --enable-small optimize for size instead of speed
103 --disable-aandct disable AAN DCT code
104 --disable-dct disable DCT code
105 --disable-fft disable FFT code
106 --disable-golomb disable Golomb code
107 --disable-lpc disable LPC code
108 --disable-mdct disable MDCT code
109 --disable-rdft disable RDFT code
110 --disable-vaapi disable VAAPI code
111 --disable-vdpau disable VDPAU code
112 --disable-dxva2 disable DXVA2 code
113 --enable-runtime-cpudetect detect cpu capabilities at runtime (bigger binary)
114 --enable-hardcoded-tables use hardcoded tables instead of runtime generation
115 --enable-memalign-hack emulate memalign, interferes with memory debuggers
116 --disable-everything disable all components listed below
117 --disable-encoder=NAME disable encoder NAME
118 --enable-encoder=NAME enable encoder NAME
119 --disable-encoders disable all encoders
120 --disable-decoder=NAME disable decoder NAME
121 --enable-decoder=NAME enable decoder NAME
122 --disable-decoders disable all decoders
123 --disable-hwaccel=NAME disable hwaccel NAME
124 --enable-hwaccel=NAME enable hwaccel NAME
125 --disable-hwaccels disable all hwaccels
126 --disable-muxer=NAME disable muxer NAME
127 --enable-muxer=NAME enable muxer NAME
128 --disable-muxers disable all muxers
129 --disable-demuxer=NAME disable demuxer NAME
130 --enable-demuxer=NAME enable demuxer NAME
131 --disable-demuxers disable all demuxers
132 --enable-parser=NAME enable parser NAME
133 --disable-parser=NAME disable parser NAME
134 --disable-parsers disable all parsers
135 --enable-bsf=NAME enable bitstream filter NAME
136 --disable-bsf=NAME disable bitstream filter NAME
137 --disable-bsfs disable all bitstream filters
138 --enable-protocol=NAME enable protocol NAME
139 --disable-protocol=NAME disable protocol NAME
140 --disable-protocols disable all protocols
141 --disable-indev=NAME disable input device NAME
142 --disable-outdev=NAME disable output device NAME
143 --disable-indevs disable input devices
144 --disable-outdevs disable output devices
145 --disable-devices disable all devices
146 --enable-filter=NAME enable filter NAME
147 --disable-filter=NAME disable filter NAME
148 --disable-filters disable all filters
149 --list-decoders show all available decoders
150 --list-encoders show all available encoders
151 --list-hwaccels show all available hardware accelerators
152 --list-muxers show all available muxers
153 --list-demuxers show all available demuxers
154 --list-parsers show all available parsers
155 --list-protocols show all available protocols
156 --list-bsfs show all available bitstream filters
157 --list-indevs show all available input devices
158 --list-outdevs show all available output devices
159 --list-filters show all available filters
161 External library support:
162 --enable-avisynth enable reading of AVISynth script files [no]
163 --enable-bzlib enable bzlib [autodetect]
164 --enable-libopencore-amrnb enable AMR-NB de/encoding via libopencore-amrnb [no]
165 --enable-libopencore-amrwb enable AMR-WB decoding via libopencore-amrwb [no]
166 --enable-libdc1394 enable IIDC-1394 grabbing using libdc1394
168 --enable-libdirac enable Dirac support via libdirac [no]
169 --enable-libfaac enable FAAC support via libfaac [no]
170 --enable-libgsm enable GSM support via libgsm [no]
171 --enable-libmp3lame enable MP3 encoding via libmp3lame [no]
172 --enable-libnut enable NUT (de)muxing via libnut,
173 native (de)muxer exists [no]
174 --enable-libopenjpeg enable JPEG 2000 decoding via OpenJPEG [no]
175 --enable-librtmp enable RTMP[E] support via librtmp [no]
176 --enable-libschroedinger enable Dirac support via libschroedinger [no]
177 --enable-libspeex enable Speex decoding via libspeex [no]
178 --enable-libtheora enable Theora encoding via libtheora [no]
179 --enable-libvorbis enable Vorbis encoding via libvorbis,
180 native implementation exists [no]
181 --enable-libvpx enable VP8 support via libvpx [no]
182 --enable-libx264 enable H.264 encoding via x264 [no]
183 --enable-libxvid enable Xvid encoding via xvidcore,
184 native MPEG-4/Xvid encoder exists [no]
185 --enable-mlib enable Sun medialib [no]
186 --enable-zlib enable zlib [autodetect]
188 Advanced options (experts only):
189 --source-path=PATH path to source code [$source_path]
190 --cross-prefix=PREFIX use PREFIX for compilation tools [$cross_prefix]
191 --enable-cross-compile assume a cross-compiler is used
192 --sysroot=PATH root of cross-build tree
193 --sysinclude=PATH location of cross-build system headers
194 --target-os=OS compiler targets OS [$target_os]
195 --target-exec=CMD command to run executables on target
196 --target-path=DIR path to view of build directory on target
198 --ar=AR use archive tool AR [$ar_default]
199 --as=AS use assembler AS [$as_default]
200 --cc=CC use C compiler CC [$cc_default]
201 --ld=LD use linker LD
202 --host-cc=HOSTCC use host C compiler HOSTCC
203 --host-cflags=HCFLAGS use HCFLAGS when compiling for host
204 --host-ldflags=HLDFLAGS use HLDFLAGS when linking for host
205 --host-libs=HLIBS use libs HLIBS when linking for host
206 --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS]
207 --extra-ldflags=ELDFLAGS add ELDFLAGS to LDFLAGS [$LDFLAGS]
208 --extra-libs=ELIBS add ELIBS [$ELIBS]
209 --extra-version=STRING version string suffix []
210 --build-suffix=SUFFIX library name suffix []
211 --arch=ARCH select architecture [$arch]
212 --cpu=CPU select the minimum required CPU (affects
213 instruction selection, may crash on older CPUs)
214 --disable-asm disable all assembler optimizations
215 --disable-altivec disable AltiVec optimizations
216 --disable-amd3dnow disable 3DNow! optimizations
217 --disable-amd3dnowext disable 3DNow! extended optimizations
218 --disable-mmx disable MMX optimizations
219 --disable-mmx2 disable MMX2 optimizations
220 --disable-sse disable SSE optimizations
221 --disable-ssse3 disable SSSE3 optimizations
222 --disable-armv5te disable armv5te optimizations
223 --disable-armv6 disable armv6 optimizations
224 --disable-armv6t2 disable armv6t2 optimizations
225 --disable-armvfp disable ARM VFP optimizations
226 --disable-iwmmxt disable iwmmxt optimizations
227 --disable-mmi disable MMI optimizations
228 --disable-neon disable neon optimizations
229 --disable-vis disable VIS optimizations
230 --disable-yasm disable use of yasm assembler
231 --enable-pic build position-independent code
232 --malloc-prefix=PFX prefix malloc and related names with PFX
233 --enable-sram allow use of on-chip SRAM
235 Developer options (useful when working on FFmpeg itself):
236 --disable-debug disable debugging symbols
237 --enable-debug=LEVEL set the debug level [$debuglevel]
238 --disable-optimizations disable compiler optimizations
239 --enable-extra-warnings enable more compiler warnings
240 --disable-stripping disable stripping of executables and shared libraries
241 --samples=PATH location of test samples for FATE
243 NOTE: Object files are built at the place where configure is launched.
251 echo "$@" >> $logfile
256 pr -n
-t
$1 >> $logfile
267 WARNINGS
="${WARNINGS}WARNING: $*\n"
274 If you think configure made a mistake, make sure you are using the latest
275 version from SVN. If the latest version fails, report the problem to the
276 ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
278 if disabled logging
; then
280 Rerun configure with logging enabled (do not use --disable-logging), and
281 include the log this produces with your report.
285 Include the log file "$logfile" produced by configure as this will help
292 # Avoid locale weirdness, besides we really just want to translate ASCII.
294 echo "$@" |
tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
298 echo "$@" |
tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz
302 echo "$*" |
sed 's/["\\]/\\\0/g'
306 v
=$
(echo "$1" |
sed "s/'/'\\\\''/g")
307 test "$v" = "${v#*[ |&;<>()$\`\\\"\'*?\[\]#~=%]}" || v
="'$v'"
315 eval "case $v in $pat) echo $v ;; esac"
322 for v
; do eval $m; done
337 eval : \
${$var:=$value}
343 eval level
=\
${${var}_level
:=0}
344 eval ${var}_
${level}="\$$var"
345 eval ${var}_level
=$
(($level+1))
351 eval level
=\
${${var}_level
:-0}
352 test $level = 0 && continue
353 eval level
=$
(($level-1))
354 eval $var="\${${var}_${level}}"
355 eval ${var}_level
=$level
356 eval unset ${var}_
${level}
378 enable $
(echo "$var" |
sed 's/[^A-Za-z0-9_]/_/g')
384 disable $
(echo "$var" |
sed 's/[^A-Za-z0-9_]/_/g')
390 enabled
$var && continue
391 eval sel
="\$${var}_select"
392 eval sgs
="\$${var}_suggest"
396 enable_deep_weak
$sgs
412 test "${1#!}" = "$1" && op
== || op
=!=
413 eval test "x\$${1#!}" $op "xyes"
417 test "${1#!}" = "$1" && op
== || op
=!=
418 eval test "x\$${1#!}" $op "xno"
423 enabled
$opt ||
return 1
429 disabled
$opt ||
return 1
435 enabled
$opt && return 0
441 disabled
$opt && return 0
448 eval : \
${$opt:=\$${opt}_default
}
456 [ $var = $value ] && return 0
464 enabled
${cfg}_checking
&& die
"Circular dependency for $cfg."
465 disabled
${cfg}_checking
&& continue
466 enable ${cfg}_checking
468 eval dep_all
="\$${cfg}_deps"
469 eval dep_any
="\$${cfg}_deps_any"
470 eval dep_sel
="\$${cfg}_select"
471 eval dep_sgs
="\$${cfg}_suggest"
472 eval dep_ifa
="\$${cfg}_if"
473 eval dep_ifn
="\$${cfg}_if_any"
475 pushvar cfg dep_all dep_any dep_sel dep_sgs dep_ifa dep_ifn
476 check_deps
$dep_all $dep_any $dep_sel $dep_sgs $dep_ifa $dep_ifn
477 popvar cfg dep_all dep_any dep_sel dep_sgs dep_ifa dep_ifn
479 [ -n
"$dep_ifa" ] && { enabled_all
$dep_ifa && enable_weak
$cfg; }
480 [ -n
"$dep_ifn" ] && { enabled_any
$dep_ifn && enable_weak
$cfg; }
481 enabled_all
$dep_all || disable
$cfg
482 enabled_any
$dep_any || disable
$cfg
483 disabled_any
$dep_sel && disable
$cfg
485 if enabled
$cfg; then
486 eval dep_extralibs
="\$${cfg}_extralibs"
487 test -n
"$dep_extralibs" && add_extralibs
$dep_extralibs
489 enable_deep_weak
$dep_sgs
492 disable
${cfg}_checking
502 ucname
="$(toupper $cfg)"
503 if enabled
$cfg; then
504 echo "#define ${pfx}${ucname} 1" >> $header
505 echo "${pfx}${ucname}=yes" >> $makefile
507 echo "#define ${pfx}${ucname} 0" >> $header
508 echo "!${pfx}${ucname}=yes" >> $makefile
516 eval "$var=\"\$$var $*\""
522 eval "$var=\"$* \$$var\""
526 append CPPFLAGS $
($filter_cppflags "$@")
530 append CFLAGS $
($filter_cflags "$@")
534 append ASFLAGS $
($filter_asflags "$@")
542 prepend extralibs
"$@"
547 "$@" >> $logfile 2>&1
554 check_cmd
$cc $CPPFLAGS $CFLAGS "$@" -c
-o
$TMPO $TMPC
561 check_cmd
$cc $CPPFLAGS $CFLAGS "$@" -E
-o
$TMPO $TMPC
568 check_cmd
$as $CPPFLAGS $ASFLAGS "$@" -c
-o
$TMPO $TMPC
577 check_as
"$@" <<EOF && enable $name
578 void foo(void){ __asm__ volatile($code); }
587 check_cmd
$yasmexe $YASMFLAGS "$@" -o
$TMPO $TMPS
595 test "${f}" = "${f#-l}" && flags
="$flags $f" || libs
="$libs $f"
597 check_cc $
($filter_cflags $flags) ||
return
598 check_cmd
$ld $LDFLAGS $flags -o
$TMPE $TMPO $extralibs $libs
602 log check_cppflags
"$@"
603 set -- $
($filter_cppflags "$@")
604 check_cc
"$@" <<EOF && append CPPFLAGS "$@"
610 log check_cflags
"$@"
611 set -- $
($filter_cflags "$@")
612 check_cc
"$@" <<EOF && append CFLAGS "$@"
618 log test_ldflags
"$@"
620 int main(void){ return 0; }
625 log check_ldflags
"$@"
626 test_ldflags
"$@" && add_ldflags
"$@"
630 log check_header
"$@"
634 check_cpp
"$@" <<EOF && enable_safe $header
645 check_ld
"$@" <<EOF && enable $func
647 int main(void){ $func(); }
652 log check_mathfunc
"$@"
656 check_ld
"$@" <<EOF && enable $func
658 float foo(float f) { return $func(f); }
659 int main(void){ return 0; }
663 check_func_headers
(){
664 log check_func_headers
"$@"
670 for hdr
in $headers; do
674 check_ld
"$@" <<EOF && enable $func && enable_safe $headers
676 int main(int argc, char **argv){
682 check_cpp_condition
(){
683 log check_cpp_condition
"$@"
687 check_cpp $
($filter_cppflags "$@") <<EOF
690 #error "unsatisfied condition: $condition"
700 check_header
$header && check_func
$func "$@" && add_extralibs
"$@"
708 check_func_headers
"$headers" $func "$@" && add_extralibs
"$@"
712 check_ld
"$@" && { enabled cross_compile ||
$TMPE >> $logfile 2>&1; }
718 # exit() is not async signal safe. _Exit (C99) and _exit (POSIX)
719 # are safe but may not be available everywhere. Thus we use
720 # raise(SIGTERM) instead. The check is run in a subshell so we
721 # can redirect the "Terminated" message from the shell. SIGBUS
722 # is not defined by standard C so it is used conditionally.
724 (check_exec
"$@") >> $logfile 2>&1 <<EOF
726 static void sighandler(int sig){
730 signal(SIGILL, sighandler);
731 signal(SIGFPE, sighandler);
732 signal(SIGSEGV, sighandler);
734 signal(SIGBUS, sighandler);
748 for hdr
in $headers; do
752 check_cc
"$@" <<EOF && enable_safe "$type"
764 disable_safe
"${struct}_${member}"
766 for hdr
in $headers; do
770 check_cc
"$@" <<EOF && enable_safe "${struct}_${member}"
772 const void *p = &(($struct *)0)->$member;
781 check_lib
$header $func "$@" || die
"ERROR: $name not found"
789 check_lib2
"$headers" $func "$@" || die
"ERROR: $name not found"
793 log check_host_cc
"$@"
796 check_cmd
$host_cc $host_cflags "$@" -c
-o
$TMPO $TMPC
800 log check_host_cflags
"$@"
801 check_host_cc
"$@" <<EOF && append host_cflags "$@"
809 "$@" < "$file" > "$file.tmp" && mv "$file.tmp" "$file" ||
rm "$file.tmp"
814 echo "$2 is unchanged" ||
818 # CONFIG_LIST contains configurable options, while HAVE_LIST is for
819 # system-dependent things.
968 dev_bktr_ioctl_bt848_h
969 dev_bktr_ioctl_meteor_h
971 dev_video_meteor_ioctl_meteor_h
972 dev_video_bktr_ioctl_bt848_h
992 struct_rusage_ru_maxrss
1010 machine_ioctl_bt848_h
1011 machine_ioctl_meteor_h
1030 struct_sockaddr_sa_len
1031 struct_sockaddr_storage
1051 # options emitted with CONFIG_ prefix but not available on command line
1116 # code dependency declarations
1118 # architecture extensions
1134 x86_64_suggest
="cmov fast_cmov"
1136 amd3dnowext_deps
="amd3dnow"
1142 fast_64bit_if_any
="alpha ia64 mips64 parisc64 ppc64 sparc64 x86_64"
1143 fast_clz_if_any
="alpha armv5te avr32 mips ppc x86"
1144 fast_unaligned_if_any
="armv6 ppc x86"
1146 need_memalign
="altivec neon sse"
1147 inline_asm_deps
="!tms470"
1149 symver_if_any
="symver_asm_label symver_gnu_asm"
1155 # decoders / encoders / hardware accelerators
1156 aac_decoder_select
="mdct rdft aac_parser"
1157 aac_encoder_select
="mdct"
1158 ac3_decoder_select
="mdct ac3_parser"
1159 alac_encoder_select
="lpc"
1160 amrnb_decoder_select
="lsp"
1161 atrac1_decoder_select
="mdct"
1162 atrac3_decoder_select
="mdct"
1163 binkaudio_dct_decoder_select
="mdct rdft dct"
1164 binkaudio_rdft_decoder_select
="mdct rdft"
1165 cavs_decoder_select
="golomb"
1166 cook_decoder_select
="mdct"
1167 cscd_decoder_suggest
="zlib"
1168 dca_decoder_select
="mdct"
1169 dnxhd_encoder_select
="aandct"
1170 dxa_decoder_select
="zlib"
1171 eac3_decoder_select
="ac3_decoder"
1172 eamad_decoder_select
="aandct"
1173 eatgq_decoder_select
="aandct"
1174 eatqi_decoder_select
="aandct"
1175 ffv1_decoder_select
="golomb"
1176 flac_decoder_select
="golomb"
1177 flac_encoder_select
="golomb lpc"
1178 flashsv_decoder_select
="zlib"
1179 flashsv_encoder_select
="zlib"
1180 flv_decoder_select
="h263_decoder"
1181 flv_encoder_select
="h263_encoder"
1182 h261_encoder_select
="aandct"
1183 h263_decoder_select
="h263_parser"
1184 h263_encoder_select
="aandct"
1185 h263_vaapi_hwaccel_select
="vaapi h263_decoder"
1186 h263i_decoder_select
="h263_decoder"
1187 h263p_encoder_select
="h263_encoder"
1188 h264_decoder_select
="golomb h264dsp"
1189 h264_dxva2_hwaccel_deps
="dxva2api_h"
1190 h264_dxva2_hwaccel_select
="dxva2 h264_decoder"
1191 h264_vaapi_hwaccel_select
="vaapi"
1192 h264_vdpau_decoder_select
="vdpau h264_decoder"
1193 imc_decoder_select
="fft mdct"
1194 jpegls_decoder_select
="golomb"
1195 jpegls_encoder_select
="golomb"
1196 ljpeg_encoder_select
="aandct"
1197 loco_decoder_select
="golomb"
1198 mjpeg_encoder_select
="aandct"
1199 mlp_decoder_select
="mlp_parser"
1200 mp1float_decoder_select
="dct"
1201 mp2float_decoder_select
="dct"
1202 mp3adufloat_decoder_select
="dct"
1203 mp3float_decoder_select
="dct"
1204 mp3on4float_decoder_select
="dct"
1205 mpeg1video_encoder_select
="aandct"
1206 mpeg2video_encoder_select
="aandct"
1207 mpeg4_decoder_select
="h263_decoder mpeg4video_parser"
1208 mpeg4_encoder_select
="h263_encoder"
1209 mpeg_vdpau_decoder_select
="vdpau mpegvideo_decoder"
1210 mpeg1_vdpau_decoder_select
="vdpau mpeg1video_decoder"
1211 mpeg2_dxva2_hwaccel_deps
="dxva2api_h"
1212 mpeg2_dxva2_hwaccel_select
="dxva2 mpeg2video_decoder"
1213 mpeg2_vaapi_hwaccel_select
="vaapi mpeg2video_decoder"
1214 mpeg4_vaapi_hwaccel_select
="vaapi mpeg4_decoder"
1215 mpeg4_vdpau_decoder_select
="vdpau mpeg4_decoder"
1216 mpeg_xvmc_decoder_deps
="X11_extensions_XvMClib_h"
1217 mpeg_xvmc_decoder_select
="mpegvideo_decoder"
1218 msmpeg4v1_decoder_select
="h263_decoder"
1219 msmpeg4v1_encoder_select
="h263_encoder"
1220 msmpeg4v2_decoder_select
="h263_decoder"
1221 msmpeg4v2_encoder_select
="h263_encoder"
1222 msmpeg4v3_decoder_select
="h263_decoder"
1223 msmpeg4v3_encoder_select
="h263_encoder"
1224 nellymoser_decoder_select
="mdct"
1225 nellymoser_encoder_select
="mdct"
1226 png_decoder_select
="zlib"
1227 png_encoder_select
="zlib"
1228 qcelp_decoder_select
="lsp"
1229 qdm2_decoder_select
="mdct rdft"
1230 ra_144_encoder_select
="lpc"
1231 rv10_decoder_select
="h263_decoder"
1232 rv10_encoder_select
="h263_encoder"
1233 rv20_decoder_select
="h263_decoder"
1234 rv20_encoder_select
="h263_encoder"
1235 rv30_decoder_select
="golomb h264dsp"
1236 rv40_decoder_select
="golomb h264dsp"
1237 shorten_decoder_select
="golomb"
1238 sipr_decoder_select
="lsp"
1239 snow_decoder_select
="dwt"
1240 snow_encoder_select
="aandct dwt"
1241 sonic_decoder_select
="golomb"
1242 sonic_encoder_select
="golomb"
1243 sonic_ls_encoder_select
="golomb"
1244 svq1_encoder_select
="aandct"
1245 svq3_decoder_select
="golomb h264dsp"
1246 svq3_decoder_suggest
="zlib"
1247 theora_decoder_select
="vp3_decoder"
1248 tiff_decoder_suggest
="zlib"
1249 tiff_encoder_suggest
="zlib"
1250 truehd_decoder_select
="mlp_decoder"
1251 tscc_decoder_select
="zlib"
1252 twinvq_decoder_select
="mdct lsp"
1253 vc1_decoder_select
="h263_decoder"
1254 vc1_dxva2_hwaccel_deps
="dxva2api_h DXVA_PictureParameters_wDecodedPictureIndex"
1255 vc1_dxva2_hwaccel_select
="dxva2 vc1_decoder"
1256 vc1_vaapi_hwaccel_select
="vaapi vc1_decoder"
1257 vc1_vdpau_decoder_select
="vdpau vc1_decoder"
1258 vorbis_decoder_select
="mdct"
1259 vorbis_encoder_select
="mdct"
1260 vp6a_decoder_select
="vp6_decoder"
1261 vp6f_decoder_select
="vp6_decoder"
1262 vp8_decoder_select
="h264dsp"
1263 wmapro_decoder_select
="mdct"
1264 wmav1_decoder_select
="mdct"
1265 wmav1_encoder_select
="mdct"
1266 wmav2_decoder_select
="mdct"
1267 wmav2_encoder_select
="mdct"
1268 wmavoice_decoder_select
="lsp rdft dct"
1269 wmv1_decoder_select
="h263_decoder"
1270 wmv1_encoder_select
="h263_encoder"
1271 wmv2_decoder_select
="h263_decoder"
1272 wmv2_encoder_select
="h263_encoder"
1273 wmv3_decoder_select
="vc1_decoder"
1274 wmv3_dxva2_hwaccel_select
="vc1_dxva2_hwaccel"
1275 wmv3_vaapi_hwaccel_select
="vc1_vaapi_hwaccel"
1276 wmv3_vdpau_decoder_select
="vc1_vdpau_decoder"
1277 zlib_decoder_select
="zlib"
1278 zlib_encoder_select
="zlib"
1279 zmbv_decoder_select
="zlib"
1280 zmbv_encoder_select
="zlib"
1282 vaapi_deps
="va_va_h"
1283 vdpau_deps
="vdpau_vdpau_h vdpau_vdpau_x11_h"
1286 h264_parser_select
="golomb h264dsp"
1289 aac_adtstoasc_bsf_select
="aac_parser"
1291 # external libraries
1292 libdirac_decoder_deps
="libdirac !libschroedinger"
1293 libdirac_encoder_deps
="libdirac"
1294 libfaac_encoder_deps
="libfaac"
1295 libgsm_decoder_deps
="libgsm"
1296 libgsm_encoder_deps
="libgsm"
1297 libgsm_ms_decoder_deps
="libgsm"
1298 libgsm_ms_encoder_deps
="libgsm"
1299 libmp3lame_encoder_deps
="libmp3lame"
1300 libopencore_amrnb_decoder_deps
="libopencore_amrnb"
1301 libopencore_amrnb_encoder_deps
="libopencore_amrnb"
1302 libopencore_amrwb_decoder_deps
="libopencore_amrwb"
1303 libopenjpeg_decoder_deps
="libopenjpeg"
1304 libschroedinger_decoder_deps
="libschroedinger"
1305 libschroedinger_encoder_deps
="libschroedinger"
1306 libspeex_decoder_deps
="libspeex"
1307 libtheora_encoder_deps
="libtheora"
1308 libvorbis_encoder_deps
="libvorbis"
1309 libvpx_decoder_deps
="libvpx"
1310 libvpx_encoder_deps
="libvpx"
1311 libx264_encoder_deps
="libx264"
1312 libxvid_encoder_deps
="libxvid"
1315 ac3_demuxer_deps
="ac3_parser"
1316 asf_stream_muxer_select
="asf_muxer"
1317 avisynth_demuxer_deps
="avisynth"
1318 dirac_demuxer_deps
="dirac_parser"
1319 eac3_demuxer_select
="ac3_parser"
1320 ipod_muxer_select
="mov_muxer"
1321 libnut_demuxer_deps
="libnut"
1322 libnut_muxer_deps
="libnut"
1323 matroska_audio_muxer_select
="matroska_muxer"
1324 matroska_demuxer_suggest
="zlib bzlib"
1325 mov_demuxer_suggest
="zlib"
1326 mp3_demuxer_deps
="mpegaudio_parser"
1327 mp4_muxer_select
="mov_muxer"
1328 mpegtsraw_demuxer_select
="mpegts_demuxer"
1329 mxf_d10_muxer_select
="mxf_muxer"
1330 ogg_demuxer_select
="golomb"
1331 psp_muxer_select
="mov_muxer"
1332 rtsp_demuxer_deps
="sdp_demuxer"
1333 rtsp_muxer_deps
="sdp_demuxer"
1334 rtsp_muxer_select
="rtp_muxer"
1335 sdp_demuxer_deps
="rtp_protocol mpegts_demuxer"
1336 sdp_demuxer_select
="asf_demuxer rm_demuxer"
1337 spdif_muxer_select
="aac_parser"
1338 tg2_muxer_select
="mov_muxer"
1339 tgp_muxer_select
="mov_muxer"
1340 w64_demuxer_deps
="wav_demuxer"
1343 alsa_indev_deps
="alsa_asoundlib_h snd_pcm_htimestamp"
1344 alsa_indev_extralibs
="-lasound"
1345 alsa_outdev_deps
="alsa_asoundlib_h"
1346 alsa_outdev_extralibs
="-lasound"
1347 bktr_indev_deps_any
="dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h"
1348 dv1394_indev_deps
="dv1394 dv_demuxer"
1349 jack_indev_deps
="jack_jack_h"
1350 jack_indev_extralibs
="-ljack"
1351 libdc1394_indev_deps
="libdc1394"
1352 oss_indev_deps_any
="soundcard_h sys_soundcard_h"
1353 oss_outdev_deps_any
="soundcard_h sys_soundcard_h"
1354 v4l_indev_deps
="linux_videodev_h"
1355 v4l2_indev_deps_any
="linux_videodev2_h sys_videoio_h"
1356 vfwcap_indev_deps
="capCreateCaptureWindow"
1357 vfwcap_indev_extralibs
="-lavicap32"
1358 x11_grab_device_indev_deps
="x11grab XShmCreateImage"
1359 x11_grab_device_indev_extralibs
="-lX11 -lXext -lXfixes"
1362 gopher_protocol_deps
="network"
1363 http_protocol_deps
="network"
1364 http_protocol_select
="tcp_protocol"
1365 mmst_protocol_deps
="network"
1366 rtmp_protocol_select
="tcp_protocol"
1367 rtp_protocol_select
="udp_protocol"
1368 tcp_protocol_deps
="network"
1369 udp_protocol_deps
="network"
1372 movie_filter_deps
="avfilter_lavf"
1373 avfilter_lavf_deps
="avformat"
1376 avdevice_deps
="avcodec avformat"
1377 avformat_deps
="avcodec"
1380 ffmpeg_deps
="avcodec avformat swscale"
1381 ffmpeg_select
="buffer_filter"
1382 ffplay_deps
="avcodec avformat swscale sdl"
1383 ffplay_select
="rdft"
1384 ffprobe_deps
="avcodec avformat"
1385 ffserver_deps
="avformat ffm_muxer rtp_protocol rtsp_demuxer"
1386 ffserver_extralibs
='$ldl'
1388 doc_deps
="texi2html"
1390 # default parameters
1392 logfile
="config.log"
1394 # installation paths
1395 prefix_default
="/usr/local"
1396 bindir_default
='${prefix}/bin'
1397 datadir_default
='${prefix}/share/ffmpeg'
1398 incdir_default
='${prefix}/include'
1399 libdir_default
='${prefix}/lib'
1400 mandir_default
='${prefix}/share/man'
1401 shlibdir_default
="$libdir_default"
1406 cc_version
=\"unknown
\"
1407 host_cc_default
="gcc"
1412 strip_default
="strip"
1418 arch_default
=$
(uname
-m
)
1422 target_os_default
=$
(tolower $
(uname
-s
))
1423 host_os
=$target_os_default
1425 # configurable options
1441 enable optimizations
1446 enable swscale_alpha
1449 SHFLAGS
='-shared -Wl,-soname,$$(@F)'
1450 FFSERVERLDFLAGS
=-Wl
,-E
1453 FULLNAME
='$(NAME)$(BUILDSUF)'
1454 LIBNAME
='$(LIBPREF)$(FULLNAME)$(LIBSUF)'
1457 SLIBNAME
='$(SLIBPREF)$(FULLNAME)$(SLIBSUF)'
1458 SLIBNAME_WITH_VERSION
='$(SLIBNAME).$(LIBVERSION)'
1459 SLIBNAME_WITH_MAJOR
='$(SLIBNAME).$(LIBMAJOR)'
1460 LIB_INSTALL_EXTRA_CMD
='$$(RANLIB) "$(LIBDIR)/$(LIBNAME)"'
1464 host_cflags
='-D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -O3 -g -Wall'
1467 target_path
='$(CURDIR)'
1469 # since the object filename is not given with the -MM flag, the compiler
1470 # is only able to print the basename, and we must add the path ourselves
1471 DEPEND_CMD
='$(DEPCC) $(DEPFLAGS) $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o," > $(@:.o=.d)'
1472 DEPFLAGS
='$(CPPFLAGS) $(CFLAGS) -MM'
1475 source_path
="$(dirname "$0")"
1476 enable source_path_used
1477 if test -f configure
; then
1478 source_path
="$(pwd)"
1479 disable source_path_used
1481 source_path
="$(cd "$source_path"; pwd)"
1482 echo "$source_path" |
grep -q
'[[:blank:]]' &&
1483 die
"Out of tree builds are impossible with whitespace in source path."
1484 test -e
"$source_path/config.h" &&
1485 die
"Out of tree builds are impossible with config.h in source dir."
1492 FFMPEG_CONFIGURATION
="${FFMPEG_CONFIGURATION# } ${l}${r}"
1498 file=$source_path/$3
1499 sed -n
"s/^[^#]*$pattern.*([^,]*, *\([^,]*\)\(,.*\)*).*/\1_$thing/p" "$file"
1502 ENCODER_LIST
=$
(find_things encoder ENC libavcodec
/allcodecs.c
)
1503 DECODER_LIST
=$
(find_things decoder DEC libavcodec
/allcodecs.c
)
1504 HWACCEL_LIST
=$
(find_things hwaccel HWACCEL libavcodec
/allcodecs.c
)
1505 PARSER_LIST
=$
(find_things parser PARSER libavcodec
/allcodecs.c
)
1506 BSF_LIST
=$
(find_things bsf BSF libavcodec
/allcodecs.c
)
1507 MUXER_LIST
=$
(find_things muxer _MUX libavformat
/allformats.c
)
1508 DEMUXER_LIST
=$
(find_things demuxer DEMUX libavformat
/allformats.c
)
1509 OUTDEV_LIST
=$
(find_things outdev OUTDEV libavdevice
/alldevices.c
)
1510 INDEV_LIST
=$
(find_things indev _IN libavdevice
/alldevices.c
)
1511 PROTOCOL_LIST
=$
(find_things protocol PROTOCOL libavformat
/allformats.c
)
1512 FILTER_LIST
=$
(find_things filter FILTER libavfilter
/allfilters.c
)
1514 for n
in $COMPONENT_LIST; do
1515 v
=$
(toupper
${n%s})_LIST
1517 eval ${n}_if_any
="\$$v"
1520 enable $ARCH_EXT_LIST
1523 echo "Unknown option \"$1\"."
1524 echo "See $0 --help for available options."
1531 echo $
* |
sed s
/$suffix//g |
tr ' ' '\n' |
sort |
pr -3 -t
1538 --extra-ldflags
=*) add_ldflags
$optval
1540 --extra-libs
=*) add_extralibs
$optval
1542 --disable-devices
) disable
$INDEV_LIST $OUTDEV_LIST
1544 --enable-debug
=*) debuglevel
="$optval"
1546 --disable-everything
)
1547 map
'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
1549 --enable-
*=*|
--disable-
*=*)
1550 eval $
(echo "${opt%%=*}" |
sed 's/--/action=/;s/-/ thing=/')
1551 is_in
"${thing}s" $COMPONENT_LIST || die_unknown
"$opt"
1552 eval list
=\$$
(toupper
$thing)_LIST
1553 name
=$
(echo "${optval}" |
sed "s/,/_${thing}|/g")_
${thing}
1554 $action $
(filter
"$name" $list)
1556 --enable-?
*|
--disable-?
*)
1557 eval $
(echo "$opt" |
sed 's/--/action=/;s/-/ option=/;s/-/_/g')
1558 if is_in
$option $COMPONENT_LIST; then
1559 test $action = disable
&& action
=unset
1560 eval $action \$$
(toupper
${option%s})_LIST
1561 elif is_in
$option $CMDLINE_SELECT; then
1568 NAME
="${opt#--list-}"
1569 is_in
$NAME $COMPONENT_LIST || die_unknown
$opt
1571 eval show_list
$NAME \$$
(toupper
$NAME)_LIST
1573 --help|
-h
) show_help
1576 optname
="${opt%%=*}"
1577 optname
="${optname#--}"
1578 optname
=$
(echo "$optname" |
sed 's/-/_/g')
1579 if is_in
$optname $CMDLINE_SET; then
1580 eval $optname='$optval'
1581 elif is_in
$optname $CMDLINE_APPEND; then
1582 append
$optname "$optval"
1590 disabled logging
&& logfile
=/dev
/null
1592 echo "# $0 $FFMPEG_CONFIGURATION" > $logfile
1595 test -n
"$cross_prefix" && enable cross_compile
1597 if enabled cross_compile
; then
1598 test -n
"$arch" && test -n
"$target_os" ||
1599 die
"Must specify target arch and OS when cross-compiling"
1602 set_default arch target_os
1604 ar_default
="${cross_prefix}${ar_default}"
1605 cc_default
="${cross_prefix}${cc_default}"
1606 nm_default
="${cross_prefix}${nm_default}"
1607 ranlib
="${cross_prefix}${ranlib}"
1608 strip_default
="${cross_prefix}${strip_default}"
1610 sysinclude_default
="${sysroot}/usr/include"
1612 set_default cc nm strip sysinclude
1613 enabled cross_compile || host_cc_default
=$cc
1618 mingw32
*|cygwin
*|
*-dos|freedos|opendos|os
/2*) echo .exe
;;
1622 EXESUF
=$
(exesuf
$target_os)
1623 HOSTEXESUF
=$
(exesuf
$host_os)
1625 # set temporary file name
1626 : ${TMPDIR:=$TEMPDIR}
1630 if ! check_cmd
type mktemp
; then
1631 # simple replacement for missing mktemp
1632 # NOT SAFE FOR GENERAL USE
1634 echo "${2%XXX*}.${HOSTNAME}.${UID}.$$"
1639 tmp
=$
(mktemp
-u
"${TMPDIR}/ffconf.XXXXXXXX")$2 &&
1640 (set -C
; exec > $tmp) 2>/dev
/null ||
1641 die
"Unable to create temporary file in $TMPDIR."
1642 append TMPFILES
$tmp
1646 trap 'rm -f -- $TMPFILES' EXIT
1647 trap exit HUP INT TERM
1650 tmpfile TMPE
$EXESUF
1659 # make sure we can execute files in $TMPDIR
1660 cat > $TMPSH 2>> $logfile <<EOF
1663 chmod +x
$TMPSH >> $logfile 2>&1
1664 if ! $TMPSH >> $logfile 2>&1; then
1666 Unable to create and execute files in $TMPDIR. Set the TMPDIR environment
1667 variable to another directory and make sure that it is not mounted noexec.
1669 die
"Sanity test failed."
1673 filter_cppflags
=echo
1676 if $cc -v
2>&1 |
grep -qi ^gcc
; then
1678 cc_version
=__VERSION__
1679 if ! $cc -dumpversion |
grep -q
'^2\.'; then
1680 CC_DEPFLAGS
='-MMD -MF $(@:.o=.d) -MT $@'
1681 AS_DEPFLAGS
='-MMD -MF $(@:.o=.d) -MT $@'
1685 elif $cc --version
2>/dev
/null |
grep -q Intel
; then
1687 cc_version
="AV_STRINGIFY(__INTEL_COMPILER)"
1693 elif $cc -v
2>&1 |
grep -q xlc
; then
1695 cc_version
="AV_STRINGIFY(__IBMC__)"
1697 size_cflags
='-O5 -qcompact'
1698 elif $cc -V
2>/dev
/null |
grep -q Compaq
; then
1700 cc_version
="AV_STRINGIFY(__DECC_VER)"
1701 DEPFLAGS
='$(CPPFLAGS) $(CFLAGS) -M'
1703 add_ldflags
-Wl
,-z
,now
# calls to libots crash without this
1704 speed_cflags
='-fast'
1706 elif $cc --vsn
2>/dev
/null |
grep -q
"ARM C/C++ Compiler"; then
1707 test -d
"$sysroot" || die
"No valid sysroot specified."
1709 cc_version
="AV_STRINGIFY(__ARMCC_VERSION)"
1710 armcc_conf
="$PWD/armcc.conf"
1711 $cc --arm_linux_configure \
1712 --arm_linux_config_file
="$armcc_conf" \
1713 --configure_sysroot
="$sysroot" \
1714 --configure_cpp_headers
="$sysinclude" >>$logfile 2>&1 ||
1715 die
"Error creating armcc configuration file."
1716 cc
="$cc --arm_linux_config_file=$armcc_conf --translate_gcc"
1717 as_default
="${cross_prefix}gcc"
1722 elif $cc -version
2>/dev
/null |
grep -q TMS470
; then
1724 cc_version
="AV_STRINGIFY(__TI_COMPILER_VERSION__)"
1725 cc
="$cc --gcc --abi=eabi -eo=.o -mc -me"
1727 as_default
="${cross_prefix}gcc"
1728 ld_default
="${cross_prefix}gcc"
1729 TMPO
=$
(basename $TMPC .c
).o
1730 append TMPFILES
$TMPO
1731 add_cflags
-D__gnuc_va_list
=va_list
-D__USER_LABEL_PREFIX__
=
1732 CC_DEPFLAGS
='-ppa -ppd=$(@:.o=.d)'
1734 speed_cflags
='-O3 -mf=5'
1735 size_cflags
='-O3 -mf=2'
1736 filter_cflags
=tms470_flags
1741 case "${flag#*=}" in
1742 armv7-a|cortex-a
*) echo -mv=7a8
;;
1743 armv7-r|cortex-r
*) echo -mv=7r4
;;
1744 armv7-m|cortex-m
*) echo -mv=7m3
;;
1745 armv6
*|arm11
*) echo -mv=6 ;;
1746 armv5
*e|arm
[79]*e
*|arm9
[24]6*|arm96
*|arm102
[26])
1748 armv4
*|arm7
*|arm9
[24]*) echo -mv=4 ;;
1751 -mfpu
=neon
) echo --float_support
=vfpv3
--neon
;;
1752 -mfpu
=vfp
) echo --float_support
=vfpv2
;;
1753 -mfpu
=vfpv3
) echo --float_support
=vfpv3
;;
1754 -msoft-float
) echo --float_support
=vfplib
;;
1755 -O
[0-3]|
-mf
=*) echo $flag ;;
1757 -pds
=*) echo $flag ;;
1761 elif $cc -v
2>&1 |
grep -q clang
; then
1763 cc_version
=__VERSION__
1768 elif $cc -V
2>&1 |
grep -q Sun
; then
1770 cc_version
="AV_STRINGIFY(__SUNPRO_C)"
1771 DEPEND_CMD
='$(DEPCC) $(DEPFLAGS) $< | sed -e "1s,^.*: ,$@: ," -e "\$$!s,\$$, \\\," -e "1!s,^.*: , ," > $(@:.o=.d)'
1772 DEPFLAGS
='$(CPPFLAGS) $(CFLAGS) -xM1'
1774 size_cflags
='-O5 -xspace'
1775 filter_cflags
=suncc_flags
1780 case "${flag#*=}" in
1781 native
) echo -xtarget
=native
;;
1782 v9|niagara
) echo -xarch
=sparc
;;
1783 ultrasparc
) echo -xarch
=sparcvis
;;
1784 ultrasparc3|niagara2
) echo -xarch
=sparcvis2
;;
1785 i586|pentium
) echo -xchip
=pentium
;;
1786 i686|pentiumpro|pentium2
) echo -xtarget
=pentium_pro
;;
1787 pentium3
*|c3-2
) echo -xtarget
=pentium3
;;
1788 pentium-m
) echo -xarch
=sse2
-xchip
=pentium3
;;
1789 pentium4
*) echo -xtarget
=pentium4
;;
1790 prescott|nocona
) echo -xarch
=sse3
-xchip
=pentium4
;;
1791 *-sse3
) echo -xarch
=sse3
;;
1792 core2
) echo -xarch
=ssse3
-xchip
=core2
;;
1793 amdfam10|barcelona
) echo -xarch
=sse4_1
;;
1794 athlon-4|athlon-
[mx
]p
) echo -xarch
=ssea
;;
1795 k8|opteron|athlon64|athlon-fx
)
1796 echo -xarch
=sse2a
;;
1797 athlon
*) echo -xarch
=pentium_proa
;;
1800 -std
=c99
) echo -xc99
;;
1801 -fomit-frame-pointer
) echo -xregs
=frameptr
;;
1802 -fPIC
) echo -KPIC
-xcode
=pic32
;;
1803 -W
*,*) echo $flag ;;
1811 test -n
"$cc_type" && enable $cc_type ||
1812 warn
"Unknown C compiler $cc, unable to select optimal CFLAGS"
1814 : ${as_default:=$cc}
1815 : ${dep_cc_default:=$cc}
1816 : ${ld_default:=$cc}
1817 set_default
ar as dep_cc ld
1819 test -n
"$CC_DEPFLAGS" || CCDEP
=$DEPEND_CMD
1820 test -n
"$AS_DEPFLAGS" || ASDEP
=$DEPEND_CMD
1822 add_cflags
$extra_cflags
1823 add_asflags
$extra_cflags
1825 if test -n
"$sysroot"; then
1828 add_cppflags
--sysroot
="$sysroot"
1829 add_ldflags
--sysroot
="$sysroot"
1832 add_cppflags
-I
"$sysinclude"
1833 add_ldflags
--sysroot
="$sysroot"
1836 add_cppflags
-isysroot
"$sysroot"
1837 add_ldflags
-isysroot
"$sysroot"
1842 if test "$cpu" = host; then
1843 enabled cross_compile
&& die
"--cpu=host makes no sense when cross-compiling."
1848 $cc $1=native
-v
-c
-o
$TMPO $TMPC >$TMPE 2>&1 ||
return
1850 s/.*$1=\\([^ ]*\\).*/\\1/
1855 cpu
=$
(check_native
-march || check_native
-mcpu
)
1859 test "${cpu:-host}" = host && die
"--cpu=host not supported with compiler $cc"
1862 # Deal with common $arch aliases
1881 "Power Macintosh"|ppc|powerpc
)
1898 i
[3-6]86|i86pc|BePC|x86_64|amd64
)
1903 is_in
$arch $ARCH_LIST || warn
"unknown architecture $arch"
1906 # Add processor-specific flags
1907 if test "$cpu" = generic
; then
1909 elif enabled ppc
; then
1911 case $
(tolower
$cpu) in
1912 601|ppc601|powerpc601
)
1913 cpuflags
="-mcpu=601"
1916 603*|ppc603
*|powerpc603
*)
1917 cpuflags
="-mcpu=603"
1920 604*|ppc604
*|powerpc604
*)
1921 cpuflags
="-mcpu=604"
1924 g3|
75*|ppc75
*|powerpc75
*)
1925 cpuflags
="-mcpu=750 -mpowerpc-gfxopt"
1928 g4|
745*|ppc745
*|powerpc745
*)
1929 cpuflags
="-mcpu=7450 -mpowerpc-gfxopt"
1931 74*|ppc74
*|powerpc74
*)
1932 cpuflags
="-mcpu=7400 -mpowerpc-gfxopt"
1934 g5|
970|ppc970|powerpc970|power4
*)
1935 cpuflags
="-mcpu=970 -mpowerpc-gfxopt -mpowerpc64"
1938 cpuflags
="-mcpu=cell"
1942 cpuflags
="-mcpu=8548 -mhard-float -mfloat-gprs=double"
1946 cpuflags
="-mcpu=8540 -mhard-float"
1951 elif enabled x86
; then
1955 cpuflags
="-march=$cpu"
1958 # targets that do NOT support conditional mov (cmov)
1959 pentium-mmx|k6|k6-
[23]|winchip-c6|winchip2|c3
)
1960 cpuflags
="-march=$cpu"
1963 # targets that do support conditional mov (cmov)
1964 i686|pentiumpro|pentium
[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-
[mx
]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona
)
1965 cpuflags
="-march=$cpu"
1969 # targets that do support conditional mov but on which it's slow
1970 pentium4|pentium4m|prescott|nocona
)
1971 cpuflags
="-march=$cpu"
1977 elif enabled sparc
; then
1981 cpuflags
="-mcpu=$cpu"
1989 elif enabled arm
; then
1993 cpuflags
="-march=$cpu"
1996 cpuflags
="-mcpu=$cpu"
2000 elif enabled alpha
; then
2002 enabled ccc
&& cpuflags
="-arch $cpu" || cpuflags
="-mcpu=$cpu"
2004 elif enabled bfin
; then
2006 cpuflags
="-mcpu=$cpu"
2008 elif enabled mips
; then
2010 cpuflags
="-march=$cpu"
2012 elif enabled avr32
; then
2017 cpuflags
="-mpart=$cpu"
2021 cpuflags
="-march=$cpu"
2025 cpuflags
="-mcpu=$cpu"
2029 cpuflags
="-march=$cpu"
2035 add_cflags
$cpuflags
2036 add_asflags
$cpuflags
2038 # compiler sanity check
2040 int main(void){ return 0; }
2042 if test "$?" != 0; then
2043 echo "$cc is unable to create an executable file."
2044 if test -z
"$cross_prefix" && ! enabled cross_compile
; then
2045 echo "If $cc is a cross-compiler, use the --enable-cross-compile option."
2046 echo "Only do this if you know what cross compiling means."
2048 die
"C compiler test failed."
2051 add_cppflags
-D_ISOC99_SOURCE
-D_POSIX_C_SOURCE
=200112
2052 check_cflags
-std
=c99
2053 check_cc
-D_FILE_OFFSET_BITS
=64 <<EOF && add_cppflags -D_FILE_OFFSET_BITS=64
2056 check_cc
-D_LARGEFILE_SOURCE
<<EOF && add_cppflags -D_LARGEFILE_SOURCE
2060 check_host_cflags
-std
=c99
2063 alpha|ia64|mips|parisc|sparc
)
2068 check_cc
<<EOF && subarch="x86_64"
2069 int test[(int)sizeof(char*) - 7];
2071 if test "$subarch" = "x86_64"; then
2078 enabled spic
&& enable pic
2083 prefix_default
="/boot/common"
2084 network_extralibs
="-lnetwork"
2088 SHFLAGS
='-shared -Wl,-h,$$(@F)'
2089 enabled x86
&& SHFLAGS
="-mimpure-text $SHFLAGS"
2090 network_extralibs
="-lsocket -lnsl"
2091 add_cppflags
-D__EXTENSIONS__
2095 oss_indev_extralibs
="-lossaudio"
2096 oss_outdev_extralibs
="-lossaudio"
2097 add_cppflags
-D_XOPEN_SOURCE
=600
2100 enable malloc_aligned
2101 # On OpenBSD 4.5. the compiler does not use PIC unless
2102 # explicitly using -fPIC. FFmpeg builds fine without PIC,
2103 # however the generated executable will not do anything
2104 # (simply quits with exit-code 1, no crash, no output).
2105 # Thus explicitly enable PIC here.
2108 oss_indev_extralibs
="-lossaudio"
2109 oss_outdev_extralibs
="-lossaudio"
2112 enable malloc_aligned
2115 osextralibs
="-lpoll -lgnugetopt"
2119 enable malloc_aligned
2120 as
="gas-preprocessor.pl $cc"
2121 enabled ppc
&& add_asflags
-force_cpusubtype_ALL
2122 SHFLAGS
='-dynamiclib -Wl,-single_module -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR) -Wl,-read_only_relocs,suppress'
2124 FFLDFLAGS
="-Wl,-dynamic,-search_paths_first"
2126 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(FULLNAME).$(LIBVERSION)$(SLIBSUF)'
2127 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(FULLNAME).$(LIBMAJOR)$(SLIBSUF)'
2128 FFSERVERLDFLAGS
=-Wl
,-bind_at_load
2130 enabled x86_64
&& objformat
="macho64"
2131 enabled_any pic shared ||
2132 { check_cflags
-mdynamic-no-pic
&& add_asflags
-mdynamic-no-pic
; }
2135 if test $target_os = "mingw32ce"; then
2141 if enabled x86_64
; then
2142 enable malloc_aligned
2144 elif enabled arm
; then
2147 shlibdir_default
="$bindir_default"
2151 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(FULLNAME)-$(LIBVERSION)$(SLIBSUF)'
2152 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(FULLNAME)-$(LIBMAJOR)$(SLIBSUF)'
2153 SLIB_EXTRA_CMD
='-lib.exe /machine:$(LIBTARGET) /def:$$(@:$(SLIBSUF)=.def) /out:$(SUBDIR)$(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.lib)'
2154 SLIB_INSTALL_EXTRA_CMD
='-install -m 644 $(SUBDIR)$(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.lib) "$(SHLIBDIR)/$(SLIBNAME:$(SLIBSUF)=.lib)"; \
2155 install -m 644 $(SUBDIR)$(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.lib) "$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.lib)"; \
2156 install -d "$(LIBDIR)"; \
2157 install -m 644 $(SUBDIR)lib$(SLIBNAME:$(SLIBSUF)=.dll.a) "$(LIBDIR)/lib$(SLIBNAME:$(SLIBSUF)=.dll.a)"'
2158 SLIB_UNINSTALL_EXTRA_CMD
='rm -f "$(SHLIBDIR)/$(SLIBNAME:$(SLIBSUF)=.lib)"'
2159 SHFLAGS
='-shared -Wl,--output-def,$$(@:$(SLIBSUF)=.def) -Wl,--out-implib,$(SUBDIR)lib$(SLIBNAME:$(SLIBSUF)=.dll.a) -Wl,--enable-runtime-pseudo-reloc -Wl,--enable-auto-image-base'
2162 check_cflags
-fno-common
2163 if ! enabled x86_64
; then
2164 check_cpp_condition _mingw.h
"(__MINGW32_MAJOR_VERSION > 3) || (__MINGW32_MAJOR_VERSION == 3 && __MINGW32_MINOR_VERSION >= 15)" ||
2165 die
"ERROR: MinGW runtime version must be >= 3.15."
2166 enabled_any avisynth vfwcap_indev
&&
2167 { check_cpp_condition w32api.h
"(__W32API_MAJOR_VERSION > 3) || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION >= 13)" ||
2168 die
"ERROR: avisynth and vfwcap_indev require w32api version 3.13 or later."; }
2173 shlibdir_default
="$bindir_default"
2176 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(FULLNAME)-$(LIBVERSION)$(SLIBSUF)'
2177 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(FULLNAME)-$(LIBMAJOR)$(SLIBSUF)'
2178 SHFLAGS
='-shared -Wl,--enable-auto-image-base'
2181 check_cflags
-fno-common
2183 *-dos|freedos|opendos
)
2184 disable ffplay ffserver
2185 disable
$INDEV_LIST $OUTDEV_LIST
2186 network_extralibs
="-lsocket"
2195 ranlib
="echo ignoring ranlib"
2200 FFLDFLAGS
="-Zomf -Zbin-files -Zargs-wild -Zmap"
2201 SHFLAGS
='$(SUBDIR)$(NAME).def -Zdll -Zomf'
2206 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
2207 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(shell echo $(NAME) | cut -c1-6)$(LIBMAJOR)$(SLIBSUF)'
2208 SLIB_CREATE_DEF_CMD
='echo LIBRARY $(SLIBNAME_WITH_MAJOR) INITINSTANCE TERMINSTANCE > $(SUBDIR)$(NAME).def; \
2209 echo PROTMODE >> $(SUBDIR)$(NAME).def; \
2210 echo CODE PRELOAD MOVEABLE DISCARDABLE >> $(SUBDIR)$(NAME).def; \
2211 echo DATA PRELOAD MOVEABLE MULTIPLE NONSHARED >> $(SUBDIR)$(NAME).def; \
2212 echo EXPORTS >> $(SUBDIR)$(NAME).def; \
2213 emxexp -o $(OBJS) >> $(SUBDIR)$(NAME).def'
2214 SLIB_EXTRA_CMD
='emximp -o $(SUBDIR)$(LIBPREF)$(NAME)_dll.a $(SUBDIR)$(NAME).def; \
2215 emximp -o $(SUBDIR)$(LIBPREF)$(NAME)_dll.lib $(SUBDIR)$(NAME).def;'
2216 SLIB_INSTALL_EXTRA_CMD
='install -m 644 $(SUBDIR)$(LIBPREF)$(NAME)_dll.a $(SUBDIR)$(LIBPREF)$(NAME)_dll.lib "$(LIBDIR)"'
2217 SLIB_UNINSTALL_EXTRA_CMD
='rm -f "$(LIBDIR)"/$(LIBPREF)$(NAME)_dll.a "$(LIBDIR)"/$(LIBPREF)$(NAME)_dll.lib'
2227 die
"Unknown OS '$target_os'."
2231 check_cpp_condition stdlib.h
"defined(__PIC__) || defined(__pic__) || defined(PIC)" && enable pic
2233 set_default
$PATHS_LIST
2235 add_extralibs
$osextralibs
2237 # Combine FFLDFLAGS and the LDFLAGS environment variable.
2238 LDFLAGS
="$FFLDFLAGS $LDFLAGS"
2240 # we need to build at least one lib type
2241 if ! enabled_any static shared
; then
2243 At least one library type must be built.
2244 Specify --enable-static to build the static libraries or --enable-shared to
2245 build the shared libraries as well. To only build the shared libraries specify
2246 --disable-static in addition to --enable-shared.
2251 disabled static
&& LIBNAME
=""
2253 die_license_disabled
() {
2254 enabled
$1 ||
{ enabled
$2 && die
"$2 is $1 and --enable-$1 is not specified."; }
2257 die_license_disabled gpl libx264
2258 die_license_disabled gpl libxvid
2259 die_license_disabled gpl postproc
2260 die_license_disabled gpl x11grab
2262 die_license_disabled nonfree libfaac
2264 die_license_disabled version3 libopencore_amrnb
2265 die_license_disabled version3 libopencore_amrwb
2267 enabled version3
&& { enabled gpl
&& enable gplv3 ||
enable lgplv3
; }
2269 check_deps
$ARCH_EXT_LIST
2271 disabled optimizations || check_cflags
-fomit-frame-pointer
2280 enabled pic
&& enable_pic
2282 check_cc
<<EOF || die "Symbol mangling check failed."
2285 sym
=$
($nm $nm_opts $TMPO |
awk '/ff_extern/{ print substr($0, match($0, /[^ \t]*ff_extern/)) }')
2286 extern_prefix
=${sym%%ff_extern*}
2288 check_cc
<<EOF && enable inline_asm
2289 void foo(void) { __asm__ volatile ("" ::); }
2293 for restrict_keyword
in restrict __restrict__ __restrict
; do
2294 check_cc
<<EOF && _restrict=$restrict_keyword && break
2295 void foo(char * $restrict_keyword p);
2299 check_cc
<<EOF && enable attribute_packed
2300 struct { int x; } __attribute__((packed)) x;
2303 check_cc
<<EOF && enable attribute_may_alias
2304 union { int x; } __attribute__((may_alias)) x;
2307 check_cc
<<EOF || die "endian test failed"
2308 unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
2310 od -t x1
$TMPO |
grep -q
'42 *49 *47 *45' && enable bigendian
2312 check_asm gnu_as
'".macro m n\n\\n:.int 0\n.endm\nm x"' ||
2313 warn
"GNU assembler not found, install gas-preprocessor"
2315 if enabled alpha
; then
2319 elif enabled arm
; then
2323 check_ld
<<EOF && enable vfp_args
2324 __asm__ (".eabi_attribute 28, 1");
2325 int main(void) { return 0; }
2328 # We have to check if pld is a nop and disable it.
2329 check_asm pld
'"pld [r0]"'
2331 enabled armv5te
&& check_asm armv5te
'"qadd r0, r0, r0"'
2332 enabled armv6
&& check_asm armv6
'"sadd16 r0, r0, r0"'
2333 enabled armv6t2
&& check_asm armv6t2
'"movt r0, #0"'
2334 enabled armvfp
&& check_asm armvfp
'"fadds s0, s0, s0"'
2335 enabled iwmmxt
&& check_asm iwmmxt
'"wunpckelub wr6, wr4"'
2336 enabled neon
&& check_asm neon
'"vadd.i16 q0, q0, q0"'
2338 enabled_all armv6t2 shared
!pic
&& enable_pic
2340 elif enabled mips
; then
2342 check_asm loongson
'"dmult.g $1, $2, $3"'
2343 enabled mmi
&& check_asm mmi
'"lq $2, 0($2)"'
2345 elif enabled ppc
; then
2347 enable local_aligned_8 local_aligned_16
2349 check_asm dcbzl
'"dcbzl 0, %0" :: "r"(0)'
2350 check_asm ibm_asm
'"add 0, 0, 0"'
2351 check_asm ppc4xx
'"maclhw r10, r11, r12"'
2352 check_asm xform_asm
'"lwzx %1, %y0" :: "Z"(*(int*)0), "r"(0)'
2354 # AltiVec flags: The FSF version of GCC differs from the Apple version
2355 if enabled altivec
; then
2356 check_cflags
-maltivec
-mabi
=altivec
&&
2357 { check_header altivec.h
&& inc_altivec_h
="#include <altivec.h>" ; } ||
2358 check_cflags
-faltivec
2360 # check if our compiler supports Motorola AltiVec C API
2361 check_cc
<<EOF || disable altivec
2364 vector signed int v1, v2, v3;
2365 v1 = vec_add(v2,v3);
2370 # check if our compiler supports braces for vector declarations
2371 check_cc
<<EOF || die "You need a compiler that supports {} in AltiVec vector declarations."
2373 int main (void) { (vector int) {1}; return 0; }
2377 elif enabled sparc
; then
2379 enabled vis
&& check_asm vis
'"pdist %f0, %f0, %f0"' -mcpu
=ultrasparc
&&
2380 add_cflags
-mcpu
=ultrasparc
-mtune
=ultrasparc
2382 elif enabled x86
; then
2384 enable local_aligned_8 local_aligned_16
2386 # check whether EBP is available on x86
2387 # As 'i' is stored on the stack, this program will crash
2388 # if the base pointer is used to access it because the
2389 # base pointer is cleared in the inline assembly code.
2390 check_exec_crash
<<EOF && enable ebp_available
2398 # check whether EBX is available on x86
2399 check_asm ebx_available
'""::"b"(0)' &&
2400 check_asm ebx_available
'"":::"%ebx"'
2402 # check whether more than 10 operands are supported
2403 check_cc
<<EOF && enable ten_operands
2408 :"+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x)
2414 # check whether binutils is new enough to compile SSSE3/MMX2
2415 enabled ssse3
&& check_asm ssse3
'"pabsw %xmm0, %xmm0"'
2416 enabled mmx2
&& check_asm mmx2
'"pmaxub %mm0, %mm1"'
2418 check_asm bswap
'"bswap %%eax" ::: "%eax"'
2420 YASMFLAGS
="-f $objformat -DARCH_$(toupper $subarch)"
2421 enabled x86_64
&& append YASMFLAGS
"-m amd64"
2422 enabled pic
&& append YASMFLAGS
"-DPIC"
2423 test -n
"$extern_prefix" && append YASMFLAGS
"-DPREFIX"
2424 case "$objformat" in
2425 elf
) enabled debug
&& append YASMFLAGS
"-g dwarf2" ;;
2427 if ! disabled yasm
; then
2428 check_yasm
"pabsw xmm0, xmm0" && enable yasm ||
2429 warn
"yasm not found, performance will suffer"
2433 athlon
*|opteron
*|k8
*|pentium|pentium-mmx|prescott|nocona|atom|geode
)
2440 if check_func dlopen
; then
2442 elif check_func dlopen
-ldl
; then
2446 # Solaris has nanosleep in -lrt, OpenSolaris no longer needs that
2447 check_func nanosleep ||
{ check_func nanosleep
-lrt
&& add_extralibs
-lrt
; }
2451 check_func getaddrinfo
$network_extralibs
2452 check_func gethrtime
2453 check_func getrusage
2454 check_struct
"sys/time.h sys/resource.h" "struct rusage" ru_maxrss
2455 check_func inet_aton
$network_extralibs
2457 check_func
${malloc_prefix}memalign
&& enable memalign
2459 check_func
${malloc_prefix}posix_memalign
&& enable posix_memalign
2460 check_func setrlimit
2461 check_func strerror_r
2462 check_func_headers io.h setmode
2463 check_func_headers lzo
/lzo1x.h lzo1x_999_compress
2464 check_lib2
"windows.h psapi.h" GetProcessMemoryInfo
-lpsapi
2465 check_func_headers windows.h GetProcessTimes
2466 check_func_headers windows.h VirtualAlloc
2468 check_header conio.h
2469 check_header dlfcn.h
2470 check_header dxva2api.h
2471 check_header malloc.h
2473 check_header sys
/mman.h
2474 check_header sys
/resource.h
2475 check_header sys
/select.h
2476 check_header termios.h
2477 check_header vdpau
/vdpau.h
2478 check_header vdpau
/vdpau_x11.h
2479 check_header X11
/extensions
/XvMClib.h
2481 check_struct dxva2api.h DXVA_PictureParameters wDecodedPictureIndex
2483 if ! enabled_any memalign memalign_hack posix_memalign malloc_aligned
&&
2484 enabled_any
$need_memalign ; then
2485 die
"Error, no aligned memory allocator but SSE enabled, disable it or use --enable-memalign-hack."
2488 disabled zlib || check_lib zlib.h zlibVersion
-lz || disable zlib
2489 disabled bzlib || check_lib2 bzlib.h BZ2_bzlibVersion
-lbz2 || disable bzlib
2491 # check for some common methods of building with pthread support
2492 # do this before the optional library checks as some of them require pthreads
2493 if ! disabled pthreads
&& ! enabled w32threads
; then
2495 if check_func pthread_create
; then
2497 elif check_func pthread_create
-pthread
; then
2499 add_extralibs
-pthread
2500 elif check_func pthread_create
-pthreads
; then
2501 add_cflags
-pthreads
2502 add_extralibs
-pthreads
2503 elif check_func pthread_create
-lpthreadGC2
; then
2504 add_extralibs
-lpthreadGC2
2505 elif ! check_lib pthread.h pthread_create
-lpthread
; then
2510 for thread
in $THREADS_LIST; do
2511 if enabled
$thread; then
2512 test -n
"$thread_type" &&
2513 die
"ERROR: Only one thread type must be selected." ||
2514 thread_type
="$thread"
2518 check_lib math.h sin
-lm
2519 disabled vaapi || check_lib va
/va.h vaInitialize
-lva
2522 check_mathfunc exp2f
2523 check_mathfunc llrint
2524 check_mathfunc llrintf
2526 check_mathfunc log2f
2527 check_mathfunc lrint
2528 check_mathfunc lrintf
2529 check_mathfunc round
2530 check_mathfunc roundf
2531 check_mathfunc truncf
2533 # these are off by default, so fail if requested and not available
2534 enabled avisynth
&& require2 vfw32
"windows.h vfw.h" AVIFileInit
-lavifil32
2535 enabled libdirac
&& add_cflags $
(pkg-config
--cflags dirac
) &&
2536 require libdirac libdirac_decoder
/dirac_parser.h dirac_decoder_init $
(pkg-config
--libs dirac
) &&
2537 require libdirac libdirac_encoder
/dirac_encoder.h dirac_encoder_init $
(pkg-config
--libs dirac
)
2538 enabled libfaac
&& require2 libfaac
"stdint.h faac.h" faacEncGetVersion
-lfaac
2539 enabled libgsm
&& require libgsm gsm
/gsm.h gsm_create
-lgsm
2540 enabled libmp3lame
&& require libmp3lame lame
/lame.h lame_init
-lmp3lame
2541 enabled libnut
&& require libnut libnut.h nut_demuxer_init
-lnut
2542 enabled libopencore_amrnb
&& require libopencore_amrnb opencore-amrnb
/interf_dec.h Decoder_Interface_init
-lopencore-amrnb
2543 enabled libopencore_amrwb
&& require libopencore_amrwb opencore-amrwb
/dec_if.h D_IF_init
-lopencore-amrwb
2544 enabled libopenjpeg
&& require libopenjpeg openjpeg.h opj_version
-lopenjpeg
2545 enabled librtmp
&& require librtmp librtmp
/rtmp.h RTMP_Init $
(pkg-config
--libs librtmp
)
2546 enabled libschroedinger
&& add_cflags $
(pkg-config
--cflags schroedinger-1.0
) &&
2547 require libschroedinger schroedinger
/schro.h schro_init $
(pkg-config
--libs schroedinger-1.0
)
2548 enabled libspeex
&& require libspeex speex
/speex.h speex_decoder_init
-lspeex
2549 enabled libtheora
&& require libtheora theora
/theoraenc.h th_info_init
-ltheoraenc
-ltheoradec
-logg
2550 enabled libvorbis
&& require libvorbis vorbis
/vorbisenc.h vorbis_info_init
-lvorbisenc
-lvorbis
-logg
2551 enabled libvpx
&& require2 libvpx
"vpx/vpx_decoder.h vpx/vp8dx.h" "vpx_codec_dec_init_ver" -lvpx
&&
2552 require2 libvpx
"vpx/vpx_encoder.h vpx/vp8cx.h" "vpx_codec_enc_init_ver" -lvpx
2553 enabled libx264
&& require libx264 x264.h x264_encoder_encode
-lx264
&&
2554 { check_cpp_condition x264.h
"X264_BUILD >= 98" ||
2555 die
"ERROR: libx264 version must be >= 0.98."; }
2556 enabled libxvid
&& require libxvid xvid.h xvid_global
-lxvidcore
2557 enabled mlib
&& require mediaLib mlib_types.h mlib_VectorSub_S16_U8_Mod
-lmlib
2560 if enabled libdc1394
; then
2561 { check_lib dc1394
/dc1394.h dc1394_new
-ldc1394
-lraw1394
&&
2562 enable libdc1394_2
; } ||
2563 { check_lib libdc1394
/dc1394_control.h dc1394_create_handle
-ldc1394_control
-lraw1394
&&
2564 enable libdc1394_1
; } ||
2565 die
"ERROR: No version of libdc1394 found "
2568 SDL_CONFIG
="${cross_prefix}sdl-config"
2569 if "${SDL_CONFIG}" --version
> /dev
/null
2>&1; then
2570 sdl_cflags
=$
("${SDL_CONFIG}" --cflags
)
2571 sdl_libs
=$
("${SDL_CONFIG}" --libs
)
2572 check_func_headers SDL.h SDL_Init
$sdl_cflags $sdl_libs &&
2573 check_cpp_condition SDL.h
"(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) >= 0x010201" $sdl_cflags &&
2575 check_struct SDL.h SDL_VideoInfo current_w
$sdl_cflags && enable sdl_video_size
2578 texi2html
-version
> /dev
/null
2>&1 && enable texi2html || disable texi2html
2580 if enabled network
; then
2581 check_type
"sys/types.h sys/socket.h" socklen_t
2582 check_type netdb.h
"struct addrinfo"
2583 check_type netinet
/in.h
"struct ipv6_mreq"
2584 check_type netinet
/in.h
"struct sockaddr_in6"
2585 check_type
"sys/types.h sys/socket.h" "struct sockaddr_storage"
2586 check_struct
"sys/types.h sys/socket.h" "struct sockaddr" sa_len
2587 # Prefer arpa/inet.h over winsock2
2588 if check_header arpa
/inet.h
; then
2589 check_func closesocket
2590 elif check_header winsock2.h
; then
2591 check_func_headers winsock2.h closesocket
-lws2
&& \
2592 network_extralibs
="-lws2" || \
2593 { check_func_headers winsock2.h closesocket
-lws2_32
&& \
2594 network_extralibs
="-lws2_32"; }
2595 check_type ws2tcpip.h socklen_t
2596 check_type ws2tcpip.h
"struct addrinfo"
2597 check_type ws2tcpip.h
"struct ipv6_mreq"
2598 check_type ws2tcpip.h
"struct sockaddr_in6"
2599 check_type ws2tcpip.h
"struct sockaddr_storage"
2600 check_struct winsock2.h
"struct sockaddr" sa_len
2606 check_header linux
/videodev.h
2607 check_header linux
/videodev2.h
2608 check_header sys
/videoio.h
2610 check_func_headers
"windows.h vfw.h" capCreateCaptureWindow
"$vfwcap_indev_extralibs"
2612 # check for ioctl_meteor.h, ioctl_bt848.h and alternatives
2613 { check_header dev
/bktr
/ioctl_meteor.h
&&
2614 check_header dev
/bktr
/ioctl_bt848.h
; } ||
2615 { check_header machine
/ioctl_meteor.h
&&
2616 check_header machine
/ioctl_bt848.h
; } ||
2617 { check_header dev
/video
/meteor
/ioctl_meteor.h
&&
2618 check_header dev
/video
/bktr
/ioctl_bt848.h
; } ||
2619 check_header dev
/ic
/bt8xx.h
2621 check_header sys
/soundcard.h
2622 check_header soundcard.h
2624 enabled_any alsa_indev alsa_outdev
&& check_lib2 alsa
/asoundlib.h snd_pcm_htimestamp
-lasound
2626 enabled jack_indev
&& check_lib2 jack
/jack.h jack_client_open
-ljack
2629 check_header X11
/Xlib.h
&&
2630 check_header X11
/extensions
/XShm.h
&&
2631 check_header X11
/extensions
/Xfixes.h
&&
2632 check_func XOpenDisplay
-lX11
&&
2633 check_func XShmCreateImage
-lX11
-lXext
&&
2634 check_func XFixesGetCursorImage
-lX11
-lXext
-lXfixes
2636 if ! disabled vdpau
&& enabled vdpau_vdpau_h
; then
2637 check_cpp_condition \
2638 vdpau
/vdpau.h
"defined VDP_DECODER_PROFILE_MPEG4_PART2_ASP" ||
2639 { echolog
"Please upgrade to libvdpau >= 0.2 if you would like vdpau support." &&
2643 enabled debug
&& add_cflags
-g
"$debuglevel" && add_asflags
-g
"$debuglevel"
2645 # add some useful compiler flags if supported
2646 check_cflags
-Wdeclaration-after-statement
2648 check_cflags
-Wno-switch
2649 check_cflags
-Wdisabled-optimization
2650 check_cflags
-Wpointer-arith
2651 check_cflags
-Wredundant-decls
2652 check_cflags
-Wno-pointer-sign
2653 check_cflags
-Wcast-qual
2654 check_cflags
-Wwrite-strings
2655 check_cflags
-Wtype-limits
2656 check_cflags
-Wundef
2657 check_cflags
-Wmissing-prototypes
2658 enabled extra_warnings
&& check_cflags
-Winline
2660 # add some linker flags
2661 check_ldflags
-Wl
,--warn-common
2662 check_ldflags
-Wl
,--as-needed
2663 check_ldflags
'-Wl,-rpath-link,\$(BUILD_ROOT)/libpostproc -Wl,-rpath-link,\$(BUILD_ROOT)/libswscale -Wl,-rpath-link,\$(BUILD_ROOT)/libavfilter -Wl,-rpath-link,\$(BUILD_ROOT)/libavdevice -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil'
2664 check_ldflags
-Wl
,-Bsymbolic
2667 if test_ldflags
-Wl
,--version-script
,$TMPV; then
2668 append SHFLAGS
'-Wl,--version-script,\$(SUBDIR)lib\$(NAME).ver'
2669 check_cc
<<EOF && enable symver_asm_label
2670 void ff_foo(void) __asm__ ("av_foo@VERSION");
2671 void ff_foo(void) { ${inline_asm+__asm__($quotes);} }
2673 check_cc
<<EOF && enable symver_gnu_asm
2674 __asm__(".symver ff_foo,av_foo@VERSION");
2675 void ff_foo(void) {}
2679 if enabled small
; then
2680 add_cflags
$size_cflags
2681 optimizations
="small"
2682 elif enabled optimizations
; then
2683 add_cflags
$speed_cflags
2685 add_cflags
$noopt_cflags
2687 check_cflags
-fno-math-errno
2688 check_cflags
-fno-signed-zeros
2690 if enabled icc
; then
2691 # Just warnings, no remarks
2693 # -wd: Disable following warnings
2694 # 144, 167, 556: -Wno-pointer-sign
2695 # 10006: ignoring unknown option -fno-signed-zeros
2696 # 10156: ignoring option '-W'; no argument required
2697 check_cflags
-wd144
,167,556,10006,10156
2698 # 11030: Warning unknown option --as-needed
2699 # 10156: ignoring option '-export'; no argument required
2700 check_ldflags
-wd10156
,11030
2701 # Allow to compile with optimizations
2702 check_ldflags
-march
=$cpu
2703 # icc 11.0 and 11.1 work with ebp_available, but don't pass the test
2704 enable ebp_available
2705 elif enabled ccc
; then
2706 # disable some annoying warnings
2707 add_cflags
-msg_disable cvtu32to64
2708 add_cflags
-msg_disable embedcomment
2709 add_cflags
-msg_disable needconstext
2710 add_cflags
-msg_disable nomainieee
2711 add_cflags
-msg_disable ptrmismatch1
2712 add_cflags
-msg_disable unreachcode
2713 elif enabled gcc
; then
2714 check_cflags
-fno-tree-vectorize
2715 check_cflags
-Werror
=implicit-function-declaration
2716 check_cflags
-Werror
=missing-prototypes
2717 elif enabled clang
; then
2718 check_cflags
-Qunused-arguments
2719 elif enabled armcc
; then
2720 # 2523: use of inline assembler is deprecated
2721 add_cflags
-Wrvct
,--diag_suppress
=2523
2722 add_cflags
-Wrvct
,--diag_suppress
=1207
2723 elif enabled tms470
; then
2724 add_cflags
-pds
=824 -pds
=837
2727 enabled_any
$THREADS_LIST && enable threads
2729 check_deps
$CONFIG_LIST \
2744 enabled asm ||
{ arch
=c
; disable
$ARCH_LIST $ARCH_EXT_LIST; }
2746 echo "install prefix $prefix"
2747 echo "source path $source_path"
2748 echo "C compiler $cc"
2749 echo "ARCH $arch ($cpu)"
2750 if test "$build_suffix" != ""; then
2751 echo "build suffix $build_suffix"
2753 if test "$extra_version" != ""; then
2754 echo "version string suffix $extra_version"
2756 echo "big-endian ${bigendian-no}"
2757 echo "runtime cpu detection ${runtime_cpudetect-no}"
2758 if enabled x86
; then
2759 echo "yasm ${yasm-no}"
2760 echo "MMX enabled ${mmx-no}"
2761 echo "MMX2 enabled ${mmx2-no}"
2762 echo "3DNow! enabled ${amd3dnow-no}"
2763 echo "3DNow! extended enabled ${amd3dnowext-no}"
2764 echo "SSE enabled ${sse-no}"
2765 echo "SSSE3 enabled ${ssse3-no}"
2766 echo "CMOV enabled ${cmov-no}"
2767 echo "CMOV is fast ${fast_cmov-no}"
2768 echo "EBX available ${ebx_available-no}"
2769 echo "EBP available ${ebp_available-no}"
2770 echo "10 operands supported ${ten_operands-no}"
2772 if enabled arm
; then
2773 echo "ARMv5TE enabled ${armv5te-no}"
2774 echo "ARMv6 enabled ${armv6-no}"
2775 echo "ARMv6T2 enabled ${armv6t2-no}"
2776 echo "ARM VFP enabled ${armvfp-no}"
2777 echo "IWMMXT enabled ${iwmmxt-no}"
2778 echo "NEON enabled ${neon-no}"
2780 if enabled mips
; then
2781 echo "MMI enabled ${mmi-no}"
2783 if enabled ppc
; then
2784 echo "AltiVec enabled ${altivec-no}"
2785 echo "PPC 4xx optimizations ${ppc4xx-no}"
2786 echo "dcbzl available ${dcbzl-no}"
2788 if enabled sparc
; then
2789 echo "VIS enabled ${vis-no}"
2791 echo "debug symbols ${debug-no}"
2792 echo "strip symbols ${stripping-no}"
2793 echo "optimizations ${optimizations-no}"
2794 echo "static ${static-no}"
2795 echo "shared ${shared-no}"
2796 echo "postprocessing support ${postproc-no}"
2797 echo "new filter support ${avfilter-no}"
2798 echo "filters using lavformat ${avfilter_lavf-no}"
2799 echo "network support ${network-no}"
2800 echo "threading support ${thread_type-no}"
2801 echo "SDL support ${sdl-no}"
2802 echo "Sun medialib support ${mlib-no}"
2803 echo "AVISynth enabled ${avisynth-no}"
2804 echo "libdc1394 support ${libdc1394-no}"
2805 echo "libdirac enabled ${libdirac-no}"
2806 echo "libfaac enabled ${libfaac-no}"
2807 echo "libgsm enabled ${libgsm-no}"
2808 echo "libmp3lame enabled ${libmp3lame-no}"
2809 echo "libnut enabled ${libnut-no}"
2810 echo "libopencore-amrnb support ${libopencore_amrnb-no}"
2811 echo "libopencore-amrwb support ${libopencore_amrwb-no}"
2812 echo "libopenjpeg enabled ${libopenjpeg-no}"
2813 echo "librtmp enabled ${librtmp-no}"
2814 echo "libschroedinger enabled ${libschroedinger-no}"
2815 echo "libspeex enabled ${libspeex-no}"
2816 echo "libtheora enabled ${libtheora-no}"
2817 echo "libvorbis enabled ${libvorbis-no}"
2818 echo "libvpx enabled ${libvpx-no}"
2819 echo "libx264 enabled ${libx264-no}"
2820 echo "libxvid enabled ${libxvid-no}"
2821 echo "zlib enabled ${zlib-no}"
2822 echo "bzlib enabled ${bzlib-no}"
2825 for type in decoder encoder hwaccel parser demuxer muxer protocol filter bsf indev outdev
; do
2826 echo "Enabled ${type}s:"
2827 eval list
=\$$
(toupper
$type)_LIST
2828 for part
in $list; do
2829 enabled
$part && echo ${part%_*}
2830 done |
sort |
pr -3 -t
2834 license
="LGPL version 2.1 or later"
2835 if enabled nonfree
; then
2836 license
="nonfree and unredistributable"
2837 elif enabled gplv3
; then
2838 license
="GPL version 3 or later"
2839 elif enabled lgplv3
; then
2840 license
="LGPL version 3 or later"
2841 elif enabled gpl
; then
2842 license
="GPL version 2 or later"
2845 echo "License: $license"
2847 echo "Creating config.mak and config.h..."
2849 # build tree in object directory if source path is different from current one
2850 if enabled source_path_used
; then
2872 libavcodec/${arch}/Makefile
2873 libavdevice/Makefile
2874 libavfilter/Makefile
2875 libavformat/Makefile
2877 libpostproc/Makefile
2880 map
'mkdir -p $v' $DIRS;
2881 map
'test -f "$source_path/$v" && $ln_s "$source_path/$v" $v' $FILES
2884 enabled stripping || strip
="echo skipping strip"
2886 cat > config.mak
<<EOF
2887 # Automatically generated by configure - do not modify!
2888 ifndef FFMPEG_CONFIG_MAK
2890 FFMPEG_CONFIGURATION=$FFMPEG_CONFIGURATION
2892 LIBDIR=\$(DESTDIR)$libdir
2893 SHLIBDIR=\$(DESTDIR)$shlibdir
2894 INCDIR=\$(DESTDIR)$incdir
2895 BINDIR=\$(DESTDIR)$bindir
2896 DATADIR=\$(DESTDIR)$datadir
2897 MANDIR=\$(DESTDIR)$mandir
2898 SRC_PATH="$source_path"
2899 SRC_PATH_BARE=$source_path
2918 FFSERVERLDFLAGS=$FFSERVERLDFLAGS
2920 YASMFLAGS=$YASMFLAGS
2921 BUILDSUF=$build_suffix
2929 EXTRA_VERSION=$extra_version
2933 CC_DEPFLAGS=$CC_DEPFLAGS
2934 AS_DEPFLAGS=$AS_DEPFLAGS
2936 HOSTCFLAGS=$host_cflags
2937 HOSTEXESUF=$HOSTEXESUF
2938 HOSTLDFLAGS=$host_ldflags
2940 TARGET_EXEC=$target_exec
2941 TARGET_PATH=$target_path
2943 SDL_CFLAGS=$sdl_cflags
2944 LIB_INSTALL_EXTRA_CMD=$LIB_INSTALL_EXTRA_CMD
2945 EXTRALIBS=$extralibs
2947 LIBTARGET=${LIBTARGET}
2948 SLIBNAME=${SLIBNAME}
2949 SLIBNAME_WITH_VERSION=${SLIBNAME_WITH_VERSION}
2950 SLIBNAME_WITH_MAJOR=${SLIBNAME_WITH_MAJOR}
2951 SLIB_CREATE_DEF_CMD=${SLIB_CREATE_DEF_CMD}
2952 SLIB_EXTRA_CMD=${SLIB_EXTRA_CMD}
2953 SLIB_INSTALL_EXTRA_CMD=${SLIB_INSTALL_EXTRA_CMD}
2954 SLIB_UNINSTALL_EXTRA_CMD=${SLIB_UNINSTALL_EXTRA_CMD}
2960 file=$source_path/$2
2961 eval $
(grep "#define ${name}_VERSION_M" "$file" |
awk '{ print $2"="$3 }')
2962 eval ${name}_VERSION
=\$
${name}_VERSION_MAJOR.\$
${name}_VERSION_MINOR.\$
${name}_VERSION_MICRO
2963 lcname
=$
(tolower
$name)
2964 eval echo "${lcname}_VERSION=\$${name}_VERSION" >> config.mak
2965 eval echo "${lcname}_VERSION_MAJOR=\$${name}_VERSION_MAJOR" >> config.mak
2968 get_version LIBSWSCALE libswscale
/swscale.h
2969 get_version LIBPOSTPROC libpostproc
/postprocess.h
2970 get_version LIBAVCODEC libavcodec
/avcodec.h
2971 get_version LIBAVDEVICE libavdevice
/avdevice.h
2972 get_version LIBAVFORMAT libavformat
/avformat.h
2973 get_version LIBAVUTIL libavutil
/avutil.h
2974 get_version LIBAVFILTER libavfilter
/avfilter.h
2977 /* Automatically generated by configure - do not modify! */
2978 #ifndef FFMPEG_CONFIG_H
2979 #define FFMPEG_CONFIG_H
2980 #define FFMPEG_CONFIGURATION "$(c_escape $FFMPEG_CONFIGURATION)"
2981 #define FFMPEG_LICENSE "$(c_escape $license)"
2982 #define FFMPEG_DATADIR "$(eval c_escape $datadir)"
2983 #define CC_TYPE "$cc_type"
2984 #define CC_VERSION $cc_version
2985 #define restrict $_restrict
2986 #define ASMALIGN(ZEROBITS) ".p2align " #ZEROBITS "\\n\\t"
2987 #define EXTERN_PREFIX "${extern_prefix}"
2988 #define EXTERN_ASM ${extern_prefix}
2991 test -n
"$malloc_prefix" &&
2992 echo "#define MALLOC_PREFIX $malloc_prefix" >>$TMPH
2994 if enabled small || disabled optimizations
; then
2995 echo "#undef av_always_inline" >> $TMPH
2996 echo "#define av_always_inline" >> $TMPH
2999 print_config ARCH_
$TMPH config.mak
$ARCH_LIST
3000 print_config HAVE_
$TMPH config.mak
$HAVE_LIST
3001 print_config CONFIG_
$TMPH config.mak
$CONFIG_LIST \
3015 echo "#endif /* FFMPEG_CONFIG_H */" >> $TMPH
3016 echo "endif # FFMPEG_CONFIG_MAK" >> config.mak
3018 # Do not overwrite an unchanged config.h to avoid superfluous rebuilds.
3019 cp_if_changed
$TMPH config.h
3022 /* Generated by ffconf */
3023 #ifndef AVUTIL_AVCONFIG_H
3024 #define AVUTIL_AVCONFIG_H
3027 print_config AV_HAVE_
$TMPH /dev
/null
$HAVE_LIST_PUB
3029 echo "#endif /* AVUTIL_AVCONFIG_H */" >> $TMPH
3031 cp_if_changed
$TMPH libavutil
/avconfig.h
3033 test -n
"$WARNINGS" && printf "\n$WARNINGS"
3035 # build pkg-config files
3037 pkgconfig_generate
(){
3039 shortname
=${name#lib}${build_suffix}
3044 cat <<EOF > $name/$name.pc
3046 exec_prefix=\${prefix}
3051 Description: $comment
3053 Requires: $(enabled shared || echo $requires)
3054 Requires.private: $(enabled shared && echo $requires)
3056 Libs: -L\${libdir} -l${shortname} $(enabled shared || echo $libs)
3057 Libs.private: $(enabled shared && echo $libs)
3058 Cflags: -I\${includedir}
3060 cat <<EOF > $name/$name-uninstalled.pc
3063 libdir=\${pcfiledir}
3064 includedir=${source_path}
3067 Description: $comment
3071 Libs: \${libdir}/${LIBPREF}${shortname}${LIBSUF} $libs
3072 Cflags: -I\${includedir}
3076 pkgconfig_generate libavutil
"FFmpeg utility library" "$LIBAVUTIL_VERSION"
3077 pkgconfig_generate libavcodec
"FFmpeg codec library" "$LIBAVCODEC_VERSION" "$extralibs" "libavutil = $LIBAVUTIL_VERSION"
3078 pkgconfig_generate libavformat
"FFmpeg container format library" "$LIBAVFORMAT_VERSION" "$extralibs" "libavcodec = $LIBAVCODEC_VERSION"
3079 pkgconfig_generate libavdevice
"FFmpeg device handling library" "$LIBAVDEVICE_VERSION" "$extralibs" "libavformat = $LIBAVFORMAT_VERSION"
3081 pkgconfig_generate libavfilter
"FFmpeg video filtering library" "$LIBAVFILTER_VERSION" "$extralibs" "libavutil = $LIBAVUTIL_VERSION"
3083 pkgconfig_generate libpostproc
"FFmpeg post processing library" "$LIBPOSTPROC_VERSION"
3084 pkgconfig_generate libswscale
"FFmpeg image rescaling library" "$LIBSWSCALE_VERSION" "" "libavutil = $LIBAVUTIL_VERSION"