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
/xpg
4/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.err]
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-ffserver disable ffserver build
86 --enable-postproc enable GPLed postprocessing support [no]
87 --enable-avfilter video filter support [no]
88 --enable-avfilter-lavf video filters dependent on avformat [no]
89 --enable-beosthreads use BeOS threads [no]
90 --enable-os2threads use OS/2 threads [no]
91 --enable-pthreads use pthreads [no]
92 --enable-w32threads use Win32 threads [no]
93 --enable-x11grab enable X11 grabbing [no]
94 --disable-network disable network support [no]
95 --disable-ipv6 disable IPv6 support [no]
96 --disable-mpegaudio-hp faster (but less accurate) MPEG audio decoding [no]
97 --enable-gray enable full grayscale support (slower color)
98 --disable-swscale-alpha disable alpha channel support in swscale
99 --disable-fastdiv disable table-based division
100 --enable-small optimize for size instead of speed
101 --disable-aandct disable AAN DCT code
102 --disable-fft disable FFT code
103 --disable-golomb disable Golomb code
104 --disable-lpc disable LPC code
105 --disable-mdct disable MDCT code
106 --disable-rdft disable RDFT code
107 --disable-vaapi disable VAAPI code
108 --disable-vdpau disable VDPAU code
109 --enable-runtime-cpudetect detect cpu capabilities at runtime (bigger binary)
110 --enable-hardcoded-tables use hardcoded tables instead of runtime generation
111 --enable-memalign-hack emulate memalign, interferes with memory debuggers
112 --enable-beos-netserver enable BeOS netserver
113 --disable-encoder=NAME disable encoder NAME
114 --enable-encoder=NAME enable encoder NAME
115 --disable-encoders disable all encoders
116 --disable-decoder=NAME disable decoder NAME
117 --enable-decoder=NAME enable decoder NAME
118 --disable-decoders disable all decoders
119 --disable-hwaccel=NAME disable hwaccel NAME
120 --enable-hwaccel=NAME enable hwaccel NAME
121 --disable-hwaccels disable all hwaccels
122 --disable-muxer=NAME disable muxer NAME
123 --enable-muxer=NAME enable muxer NAME
124 --disable-muxers disable all muxers
125 --disable-demuxer=NAME disable demuxer NAME
126 --enable-demuxer=NAME enable demuxer NAME
127 --disable-demuxers disable all demuxers
128 --enable-parser=NAME enable parser NAME
129 --disable-parser=NAME disable parser NAME
130 --disable-parsers disable all parsers
131 --enable-bsf=NAME enable bitstream filter NAME
132 --disable-bsf=NAME disable bitstream filter NAME
133 --disable-bsfs disable all bitstream filters
134 --enable-protocol=NAME enable protocol NAME
135 --disable-protocol=NAME disable protocol NAME
136 --disable-protocols disable all protocols
137 --disable-indev=NAME disable input device NAME
138 --disable-outdev=NAME disable output device NAME
139 --disable-indevs disable input devices
140 --disable-outdevs disable output devices
141 --disable-devices disable all devices
142 --enable-filter=NAME enable filter NAME
143 --disable-filter=NAME disable filter NAME
144 --disable-filters disable all filters
145 --list-decoders show all available decoders
146 --list-encoders show all available encoders
147 --list-hwaccels show all available hardware accelerators
148 --list-muxers show all available muxers
149 --list-demuxers show all available demuxers
150 --list-parsers show all available parsers
151 --list-protocols show all available protocols
152 --list-bsfs show all available bitstream filters
153 --list-indevs show all available input devices
154 --list-outdevs show all available output devices
155 --list-filters show all available filters
157 External library support:
158 --enable-avisynth enable reading of AVISynth script files [no]
159 --enable-bzlib enable bzlib [autodetect]
160 --enable-libopencore-amrnb enable AMR-NB de/encoding via libopencore-amrnb [no]
161 --enable-libopencore-amrwb enable AMR-WB decoding via libopencore-amrwb [no]
162 --enable-libdc1394 enable IIDC-1394 grabbing using libdc1394
164 --enable-libdirac enable Dirac support via libdirac [no]
165 --enable-libfaac enable FAAC support via libfaac [no]
166 --enable-libfaad enable FAAD support via libfaad [no]
167 --enable-libfaadbin open libfaad.so.0 at runtime [no]
168 --enable-libgsm enable GSM support via libgsm [no]
169 --enable-libmp3lame enable MP3 encoding via libmp3lame [no]
170 --enable-libnut enable NUT (de)muxing via libnut,
171 native (de)muxer exists [no]
172 --enable-libopenjpeg enable JPEG 2000 decoding via OpenJPEG [no]
173 --enable-libschroedinger enable Dirac support via libschroedinger [no]
174 --enable-libspeex enable Speex decoding via libspeex [no]
175 --enable-libtheora enable Theora encoding via libtheora [no]
176 --enable-libvorbis enable Vorbis encoding via libvorbis,
177 native implementation exists [no]
178 --enable-libx264 enable H.264 encoding via x264 [no]
179 --enable-libxvid enable Xvid encoding via xvidcore,
180 native MPEG-4/Xvid encoder exists [no]
181 --enable-mlib enable Sun medialib [no]
182 --enable-zlib enable zlib [autodetect]
184 Advanced options (experts only):
185 --source-path=PATH path to source code [$source_path]
186 --cross-prefix=PREFIX use PREFIX for compilation tools [$cross_prefix]
187 --enable-cross-compile assume a cross-compiler is used
188 --sysroot=PATH root of cross-build tree
189 --sysinclude=PATH location of cross-build system headers
190 --target-os=OS compiler targets OS [$target_os]
191 --target-exec=CMD command to run executables on target
192 --target-path=DIR path to view of build directory on target
194 --as=AS use assembler AS [$as_default]
195 --cc=CC use C compiler CC [$cc_default]
196 --ld=LD use linker LD
197 --host-cc=HOSTCC use host C compiler HOSTCC
198 --host-cflags=HCFLAGS use HCFLAGS when compiling for host
199 --host-ldflags=HLDFLAGS use HLDFLAGS when linking for host
200 --host-libs=HLIBS use libs HLIBS when linking for host
201 --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS]
202 --extra-ldflags=ELDFLAGS add ELDFLAGS to LDFLAGS [$LDFLAGS]
203 --extra-libs=ELIBS add ELIBS [$ELIBS]
204 --extra-version=STRING version string suffix []
205 --build-suffix=SUFFIX library name suffix []
206 --arch=ARCH select architecture [$arch]
207 --cpu=CPU select the minimum required CPU (affects
208 instruction selection, may crash on older CPUs)
209 --enable-powerpc-perf enable performance report on PPC
210 (requires enabling PMC)
211 --disable-altivec disable AltiVec optimizations
212 --disable-amd3dnow disable 3DNow! optimizations
213 --disable-amd3dnowext disable 3DNow! extended optimizations
214 --disable-mmx disable MMX optimizations
215 --disable-mmx2 disable MMX2 optimizations
216 --disable-sse disable SSE optimizations
217 --disable-ssse3 disable SSSE3 optimizations
218 --disable-armv5te disable armv5te optimizations
219 --disable-armv6 disable armv6 optimizations
220 --disable-armv6t2 disable armv6t2 optimizations
221 --disable-armvfp disable ARM VFP optimizations
222 --disable-iwmmxt disable iwmmxt optimizations
223 --disable-mmi disable MMI optimizations
224 --disable-neon disable neon optimizations
225 --disable-vis disable VIS optimizations
226 --disable-yasm disable use of yasm assembler
227 --enable-pic build position-independent code
229 Developer options (useful when working on FFmpeg itself):
230 --disable-debug disable debugging symbols
231 --enable-debug=LEVEL set the debug level [$debuglevel]
232 --enable-gprof enable profiling with gprof [$gprof]
233 --disable-optimizations disable compiler optimizations
234 --enable-extra-warnings enable more compiler warnings
235 --disable-stripping disable stripping of executables and shared libraries
237 NOTE: Object files are built at the place where configure is launched.
243 echo "$@" >> $logfile
248 pr -n -t $1 >> $logfile
261 If you think configure made a mistake, make sure you are using the latest
262 version from SVN. If the latest version fails, report the problem to the
263 ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
265 if disabled logging
; then
267 Rerun configure with logging enabled (do not use --disable-logging), and
268 include the log this produces with your report.
272 Include the log file "$logfile" produced by configure as this will help
279 # Avoid locale weirdness, besides we really just want to translate ASCII.
281 echo "$@" |
tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
285 echo "$@" |
tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz
289 echo "$*" |
sed 's/["\\]/\\\0/g'
293 v
=$
(echo "$1" |
sed "s/'/'\\\\''/g")
294 test "$v" = "${v#*[ |&;<>()$\`\\\"\'*?\[\]#~=%]}" || v
="'$v'"
302 eval "case $v in $pat) echo $v ;; esac"
318 eval : \
${$var:=$value}
324 eval level
=\
${${var}_level
:=0}
325 eval ${var}_
${level}="\$$var"
326 eval ${var}_level
=$
(($level+1))
332 eval level
=\
${${var}_level
:-0}
333 test $level = 0 && continue
334 eval level
=$
(($level-1))
335 eval $var="\${${var}_${level}}"
336 eval ${var}_level
=$level
337 eval unset ${var}_
${level}
358 enable $
(echo "$*" |
sed 's/[^A-Za-z0-9_ ]/_/g')
362 disable $
(echo "$*" |
sed 's/[^A-Za-z0-9_ ]/_/g')
367 enabled
$var && continue
368 eval sel
="\$${var}_select"
369 eval sgs
="\$${var}_suggest"
373 enable_deep_weak
$sgs
389 test "${1#!}" = "$1" && op
== || op
=!=
390 eval test "x\$${1#!}" $op "xyes"
394 test "${1#!}" = "$1" && op
== || op
=!=
395 eval test "x\$${1#!}" $op "xno"
400 enabled
$opt ||
return 1
406 disabled
$opt ||
return 1
412 enabled
$opt && return 0
418 disabled
$opt && return 0
425 eval : \
${$opt:=\$${opt}_default}
433 [ $var = $value ] && return 0
441 enabled
${cfg}_checking
&& die
"Circular dependency for $cfg."
442 disabled
${cfg}_checking
&& continue
443 enable ${cfg}_checking
445 eval dep_all
="\$${cfg}_deps"
446 eval dep_any
="\$${cfg}_deps_any"
447 eval dep_sel
="\$${cfg}_select"
448 eval dep_sgs
="\$${cfg}_suggest"
450 pushvar cfg dep_all dep_any dep_sel dep_sgs
451 check_deps
$dep_all $dep_any $dep_sel $dep_sgs
452 popvar cfg dep_all dep_any dep_sel dep_sgs
454 enabled_all
$dep_all || disable
$cfg
455 enabled_any
$dep_any || disable
$cfg
456 disabled_any
$dep_sel && disable
$cfg
458 if enabled
$cfg; then
459 eval dep_extralibs
="\$${cfg}_extralibs"
460 test -n "$dep_extralibs" && add_extralibs
$dep_extralibs
462 enable_deep_weak
$dep_sgs
465 disable
${cfg}_checking
475 ucname
="$(toupper $cfg)"
476 if enabled
$cfg; then
477 echo "#define ${pfx}${ucname} 1" >> $header
478 echo "${pfx}${ucname}=yes" >> $makefile
480 echo "#define ${pfx}${ucname} 0" >> $header
486 (: ${SAVE_CFLAGS?}) 2> /dev
/null
490 flags_saved
&& return
491 SAVE_CFLAGS
="$CFLAGS"
492 SAVE_LDFLAGS
="$LDFLAGS"
493 SAVE_extralibs
="$extralibs"
497 flags_saved ||
return
498 CFLAGS
="$SAVE_CFLAGS"
499 LDFLAGS
="$SAVE_LDFLAGS"
500 extralibs
="$SAVE_extralibs"
513 LDFLAGS
="$LDFLAGS $*"
518 extralibs
="$extralibs $*"
524 flags_saved
&& eval "SAVE_$var=\"\$SAVE_$var $*\""
525 eval "$var=\"\$$var $*\""
529 append CPPFLAGS $
($filter_cppflags "$@")
533 append CFLAGS $
($filter_cflags "$@")
537 append ASFLAGS $
($filter_asflags "$@")
545 append extralibs
"$@"
550 "$@" >> $logfile 2>&1
557 check_cmd
$cc $CPPFLAGS $CFLAGS "$@" -c -o $TMPO $TMPC
564 check_cmd
$cc $CPPFLAGS $CFLAGS "$@" -E -o $TMPO $TMPC
571 check_cmd
$as $CPPFLAGS $ASFLAGS "$@" -c -o $TMPO $TMPC
580 check_as
"$@" <<EOF && enable $name
581 void foo(void){ __asm__ volatile($asm); }
590 check_cmd
$yasmexe $YASMFLAGS "$@" -o $TMPO $TMPS
599 test "${f}" = "${f#-l}" && flags
="$flags $f" || libs
="$libs $f"
601 check_cmd
$ld $LDFLAGS $flags -o $TMPE $TMPO $extralibs $libs
605 log check_cppflags
"$@"
606 set -- $
($filter_cppflags "$@")
607 check_cc
"$@" <<EOF && append CPPFLAGS "$@"
613 log check_cflags
"$@"
614 set -- $
($filter_cflags "$@")
615 check_cc
"$@" <<EOF && append CFLAGS "$@"
621 log check_ldflags
"$@"
622 check_ld
"$@" <<EOF && add_ldflags "$@"
623 int main(void){ return 0; }
628 log check_header
"$@"
632 check_cpp
"$@" <<EOF && enable_safe $header
643 check_ld
"$@" <<EOF && enable $func
645 int main(void){ $func(); }
649 check_func_headers
(){
650 log check_func_headers
"$@"
656 for hdr
in $headers; do
660 check_ld
"$@" <<EOF && enable $func && enable_safe $headers
662 int main(int argc, char **argv){
668 check_cpp_condition
(){
669 log check_cpp_condition
"$@"
675 #error "unsatisfied condition: $condition"
686 check_header
$header && check_func
$func && add_extralibs
"$@"
698 check_func_headers
"$headers" $func && add_extralibs
"$@"
705 check_ld
"$@" && { enabled cross_compile ||
$TMPE >> $logfile 2>&1; }
711 # exit() is not async signal safe. _Exit (C99) and _exit (POSIX)
712 # are safe but may not be available everywhere. Thus we use
713 # raise(SIGTERM) instead. The check is run in a subshell so we
714 # can redirect the "Terminated" message from the shell. SIGBUS
715 # is not defined by standard C so it is used conditionally.
717 (check_exec
"$@") >> $logfile 2>&1 <<EOF
719 static void sighandler(int sig){
723 signal(SIGILL, sighandler);
724 signal(SIGFPE, sighandler);
725 signal(SIGSEGV, sighandler);
727 signal(SIGBUS, sighandler);
741 for hdr
in $headers; do
745 check_cc
"$@" <<EOF && enable $type
756 check_lib
$header $func "$@" || die
"ERROR: $name not found"
764 check_lib2
"$headers" $func "$@" || die
"ERROR: $name not found"
774 check_cmd
${pkg}-config --version
776 if test "$err" = 0; then
777 temp_cflags $
(${pkg}-config --cflags)
778 temp_extralibs $
(${pkg}-config --libs)
779 check_lib
"$@" $header $func && enable $cfg
785 log check_host_cc
"$@"
788 check_cmd
$host_cc $host_cflags "$@" -c -o $TMPO $TMPC
792 log check_host_cflags
"$@"
793 check_host_cc
"$@" <<EOF && append host_cflags "$@"
801 "$@" < "$file" > "$file.tmp" && mv "$file.tmp" "$file" ||
rm "$file.tmp"
804 # CONFIG_LIST contains configurable options, while HAVE_LIST is for
805 # system-dependent things.
943 dev_bktr_ioctl_bt848_h
944 dev_bktr_ioctl_meteor_h
946 dev_video_meteor_ioctl_meteor_h
947 dev_video_bktr_ioctl_bt848_h
972 machine_ioctl_bt848_h
973 machine_ioctl_meteor_h
1003 # options emitted with CONFIG_ prefix but not available on command line
1062 # code dependency declarations
1064 # architecture extensions
1067 amd3dnowext_deps
="amd3dnow"
1082 need_memalign
="altivec neon sse"
1083 inline_asm_deps
="!tms470"
1085 # decoders / encoders / hardware accelerators
1086 aac_decoder_select
="fft mdct"
1087 aac_encoder_select
="fft mdct"
1088 ac3_decoder_select
="fft mdct"
1089 alac_encoder_select
="lpc"
1090 atrac3_decoder_select
="fft mdct"
1091 cavs_decoder_select
="golomb"
1092 cook_decoder_select
="fft mdct"
1093 cscd_decoder_suggest
="zlib"
1094 dca_decoder_select
="fft mdct"
1095 dnxhd_encoder_select
="aandct"
1096 dxa_decoder_select
="zlib"
1097 eac3_decoder_select
="ac3_decoder"
1098 eamad_decoder_select
="aandct"
1099 eatgq_decoder_select
="aandct"
1100 eatqi_decoder_select
="aandct"
1101 ffv1_decoder_select
="golomb"
1102 flac_decoder_select
="golomb"
1103 flac_encoder_select
="golomb lpc"
1104 flashsv_decoder_select
="zlib"
1105 flashsv_encoder_select
="zlib"
1106 flv_encoder_select
="h263_encoder"
1107 h261_encoder_select
="aandct"
1108 h263_encoder_select
="aandct"
1109 h263_vaapi_hwaccel_deps
="va_va_h"
1110 h263_vaapi_hwaccel_select
="vaapi h263_decoder"
1111 h263p_encoder_select
="h263_encoder"
1112 h264_decoder_select
="golomb"
1113 h264_vaapi_hwaccel_deps
="va_va_h"
1114 h264_vaapi_hwaccel_select
="vaapi"
1115 h264_vdpau_decoder_deps
="vdpau_vdpau_h vdpau_vdpau_x11_h"
1116 h264_vdpau_decoder_select
="vdpau h264_decoder"
1117 imc_decoder_select
="fft mdct"
1118 jpegls_decoder_select
="golomb"
1119 jpegls_encoder_select
="golomb"
1120 ljpeg_encoder_select
="aandct"
1121 loco_decoder_select
="golomb"
1122 mjpeg_encoder_select
="aandct"
1123 mpeg1video_encoder_select
="aandct"
1124 mpeg2video_encoder_select
="aandct"
1125 mpeg4_encoder_select
="h263_encoder"
1126 mpeg_vdpau_decoder_deps
="vdpau_vdpau_h vdpau_vdpau_x11_h"
1127 mpeg_vdpau_decoder_select
="vdpau mpegvideo_decoder"
1128 mpeg1_vdpau_decoder_deps
="vdpau_vdpau_h vdpau_vdpau_x11_h"
1129 mpeg1_vdpau_decoder_select
="vdpau mpeg1video_decoder"
1130 mpeg2_vaapi_hwaccel_deps
="va_va_h"
1131 mpeg2_vaapi_hwaccel_select
="vaapi mpeg2video_decoder"
1132 mpeg4_vaapi_hwaccel_deps
="va_va_h"
1133 mpeg4_vaapi_hwaccel_select
="vaapi mpeg4_decoder"
1134 mpeg4_vdpau_decoder_deps
="vdpau_vdpau_h vdpau_vdpau_x11_h"
1135 mpeg4_vdpau_decoder_select
="vdpau mpeg4_decoder"
1136 mpeg_xvmc_decoder_deps
="X11_extensions_XvMClib_h"
1137 mpeg_xvmc_decoder_select
="mpegvideo_decoder"
1138 msmpeg4v1_encoder_select
="h263_encoder"
1139 msmpeg4v2_encoder_select
="h263_encoder"
1140 msmpeg4v3_encoder_select
="h263_encoder"
1141 nellymoser_decoder_select
="fft mdct"
1142 nellymoser_encoder_select
="fft mdct"
1143 png_decoder_select
="zlib"
1144 png_encoder_select
="zlib"
1145 qdm2_decoder_select
="fft mdct rdft"
1146 rv10_encoder_select
="h263_encoder"
1147 rv20_encoder_select
="h263_encoder"
1148 rv30_decoder_select
="golomb"
1149 rv40_decoder_select
="golomb"
1150 shorten_decoder_select
="golomb"
1151 sonic_decoder_select
="golomb"
1152 sonic_encoder_select
="golomb"
1153 sonic_ls_encoder_select
="golomb"
1154 svq3_decoder_select
="golomb"
1155 svq3_decoder_suggest
="zlib"
1156 theora_decoder_select
="vp3_decoder"
1157 tiff_decoder_suggest
="zlib"
1158 tiff_encoder_suggest
="zlib"
1159 tscc_decoder_select
="zlib"
1160 vc1_vaapi_hwaccel_deps
="va_va_h"
1161 vc1_vaapi_hwaccel_select
="vaapi vc1_decoder"
1162 vc1_vdpau_decoder_deps
="vdpau_vdpau_h vdpau_vdpau_x11_h"
1163 vc1_vdpau_decoder_select
="vdpau vc1_decoder"
1164 vorbis_decoder_select
="fft mdct"
1165 vorbis_encoder_select
="fft mdct"
1166 vp6a_decoder_select
="vp6_decoder"
1167 vp6f_decoder_select
="vp6_decoder"
1168 wmav1_decoder_select
="fft mdct"
1169 wmav1_encoder_select
="fft mdct"
1170 wmav2_decoder_select
="fft mdct"
1171 wmav2_encoder_select
="fft mdct"
1172 wmv1_encoder_select
="h263_encoder"
1173 wmv2_encoder_select
="h263_encoder"
1174 wmv3_decoder_select
="vc1_decoder"
1175 wmv3_vaapi_hwaccel_select
="vc1_vaapi_hwaccel"
1176 wmv3_vdpau_decoder_select
="vc1_vdpau_decoder"
1177 zlib_decoder_select
="zlib"
1178 zlib_encoder_select
="zlib"
1179 zmbv_decoder_select
="zlib"
1180 zmbv_encoder_select
="zlib"
1183 h264_parser_select
="golomb"
1185 # external libraries
1186 libdirac_decoder_deps
="libdirac !libschroedinger"
1187 libdirac_encoder_deps
="libdirac"
1188 libfaac_encoder_deps
="libfaac"
1189 libfaad_decoder_deps
="libfaad"
1190 libfaadbin_decoder_extralibs
='$ldl'
1191 libgsm_decoder_deps
="libgsm"
1192 libgsm_encoder_deps
="libgsm"
1193 libgsm_ms_decoder_deps
="libgsm"
1194 libgsm_ms_encoder_deps
="libgsm"
1195 libmp3lame_encoder_deps
="libmp3lame"
1196 libopencore_amrnb_decoder_deps
="libopencore_amrnb"
1197 libopencore_amrnb_encoder_deps
="libopencore_amrnb"
1198 libopencore_amrwb_decoder_deps
="libopencore_amrwb"
1199 libopenjpeg_decoder_deps
="libopenjpeg"
1200 libschroedinger_decoder_deps
="libschroedinger"
1201 libschroedinger_encoder_deps
="libschroedinger"
1202 libspeex_decoder_deps
="libspeex"
1203 libtheora_encoder_deps
="libtheora"
1204 libvorbis_encoder_deps
="libvorbis"
1205 libx264_encoder_deps
="libx264"
1206 libxvid_encoder_deps
="libxvid"
1209 ac3_demuxer_deps
="ac3_parser"
1210 asf_stream_muxer_select
="asf_muxer"
1211 avisynth_demuxer_deps
="avisynth"
1212 dirac_demuxer_deps
="dirac_parser"
1213 ipod_muxer_select
="mov_muxer"
1214 libnut_demuxer_deps
="libnut"
1215 libnut_muxer_deps
="libnut"
1216 matroska_audio_muxer_select
="matroska_muxer"
1217 matroska_demuxer_suggest
="zlib bzlib"
1218 mov_demuxer_suggest
="zlib"
1219 mp3_demuxer_deps
="mpegaudio_parser"
1220 mp4_muxer_select
="mov_muxer"
1221 mpegtsraw_demuxer_select
="mpegts_demuxer"
1222 mxf_d10_muxer_select
="mxf_muxer"
1223 psp_muxer_select
="mov_muxer"
1224 rtp_muxer_deps
="network rtp_protocol"
1225 rtsp_demuxer_deps
="sdp_demuxer"
1226 sdp_demuxer_deps
="rtp_protocol mpegts_demuxer"
1227 tg2_muxer_select
="mov_muxer"
1228 tgp_muxer_select
="mov_muxer"
1229 w64_demuxer_deps
="wav_demuxer"
1232 alsa_indev_deps
="alsa_asoundlib_h snd_pcm_htimestamp"
1233 alsa_indev_extralibs
="-lasound"
1234 alsa_outdev_deps
="alsa_asoundlib_h"
1235 alsa_outdev_extralibs
="-lasound"
1236 audio_beos_indev_deps
="audio_beos"
1237 audio_beos_indev_extralibs
="-lmedia -lbe"
1238 audio_beos_outdev_deps
="audio_beos"
1239 audio_beos_outdev_extralibs
="-lmedia -lbe"
1240 bktr_indev_deps_any
="dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h"
1241 dv1394_indev_deps
="dv1394 dv_demuxer"
1242 jack_indev_deps
="jack_jack_h"
1243 jack_indev_extralibs
="-ljack"
1244 libdc1394_indev_deps
="libdc1394"
1245 oss_indev_deps_any
="soundcard_h sys_soundcard_h"
1246 oss_outdev_deps_any
="soundcard_h sys_soundcard_h"
1247 v4l_indev_deps
="linux_videodev_h"
1248 v4l2_indev_deps_any
="linux_videodev2_h sys_videoio_h"
1249 vfwcap_indev_deps
="capCreateCaptureWindow"
1250 vfwcap_indev_extralibs
="-lvfw32"
1251 x11_grab_device_indev_deps
="x11grab XShmCreateImage"
1252 x11_grab_device_indev_extralibs
="-lX11 -lXext"
1255 gopher_protocol_deps
="network"
1256 http_protocol_deps
="network"
1257 rtmp_protocol_deps
="tcp_protocol"
1258 rtp_protocol_deps
="udp_protocol"
1259 tcp_protocol_deps
="network"
1260 udp_protocol_deps
="network"
1263 movie_filter_deps
="avfilter_lavf"
1267 ffserver_deps
="ffm_muxer rtp_protocol rtsp_demuxer"
1268 ffserver_extralibs
='$ldl'
1270 doc_deps
="texi2html"
1272 # default parameters
1274 logfile
="config.err"
1276 # installation paths
1277 prefix_default
="/usr/local"
1278 bindir_default
='${prefix}/bin'
1279 datadir_default
='${prefix}/share/ffmpeg'
1280 incdir_default
='${prefix}/include'
1281 libdir_default
='${prefix}/lib'
1282 mandir_default
='${prefix}/share/man'
1283 shlibdir_default
="$libdir_default"
1288 cc_version
=\"unknown
\"
1289 host_cc_default
="gcc"
1302 target_os
=$
(tolower $
(uname
-s))
1305 # configurable options
1315 enable optimizations
1319 enable swscale_alpha
1322 SHFLAGS
='-shared -Wl,-soname,$$(@F)'
1323 FFSERVERLDFLAGS
=-Wl,-E
1326 FULLNAME
='$(NAME)$(BUILDSUF)'
1327 LIBNAME
='$(LIBPREF)$(FULLNAME)$(LIBSUF)'
1330 SLIBNAME
='$(SLIBPREF)$(FULLNAME)$(SLIBSUF)'
1331 SLIBNAME_WITH_VERSION
='$(SLIBNAME).$(LIBVERSION)'
1332 SLIBNAME_WITH_MAJOR
='$(SLIBNAME).$(LIBMAJOR)'
1333 LIB_INSTALL_EXTRA_CMD
='$(RANLIB) "$(LIBDIR)/$(LIBNAME)"'
1337 host_cflags
='-D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -O3 -g -Wall'
1342 # gcc stupidly only outputs the basename of targets with -MM, but we need the
1343 # full relative path for objects in subdirectories for non-recursive Make.
1344 DEPEND_CMD
='$(DEPCC) $(DEPFLAGS) $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o," > $(@:.o=.d)'
1345 DEPFLAGS
='$(CPPFLAGS) $(CFLAGS) -MM'
1348 source_path
="$(dirname "$0")"
1349 enable source_path_used
1350 if test -f configure
; then
1351 source_path
="$(pwd)"
1352 disable source_path_used
1354 source_path
="$(cd "$source_path"; pwd)"
1355 echo "$source_path" |
grep -q '[[:blank:]]' &&
1356 die
"Out of tree builds are impossible with whitespace in source path."
1357 test -e "$source_path/config.h" &&
1358 die
"Out of tree builds are impossible with config.h in source dir."
1365 FFMPEG_CONFIGURATION
="${FFMPEG_CONFIGURATION# } ${l}${r}"
1371 file=$source_path/$3
1372 sed -n "s/^[^#]*$pattern.*([^,]*, *\([^,]*\)\(,.*\)*).*/\1_$thing/p" "$file"
1375 ENCODER_LIST
=$
(find_things encoder ENC libavcodec
/allcodecs.c
)
1376 DECODER_LIST
=$
(find_things decoder DEC libavcodec
/allcodecs.c
)
1377 HWACCEL_LIST
=$
(find_things hwaccel HWACCEL libavcodec
/allcodecs.c
)
1378 PARSER_LIST
=$
(find_things parser PARSER libavcodec
/allcodecs.c
)
1379 BSF_LIST
=$
(find_things bsf BSF libavcodec
/allcodecs.c
)
1380 MUXER_LIST
=$
(find_things muxer _MUX libavformat
/allformats.c
)
1381 DEMUXER_LIST
=$
(find_things demuxer DEMUX libavformat
/allformats.c
)
1382 OUTDEV_LIST
=$
(find_things outdev OUTDEV libavdevice
/alldevices.c
)
1383 INDEV_LIST
=$
(find_things indev _IN libavdevice
/alldevices.c
)
1384 PROTOCOL_LIST
=$
(find_things protocol PROTOCOL libavformat
/allformats.c
)
1385 FILTER_LIST
=$
(find_things filter FILTER libavfilter
/allfilters.c
)
1387 enable $ARCH_EXT_LIST \
1401 echo "Unknown option \"$1\"."
1402 echo "See $0 --help for available options."
1409 echo $
* |
sed s
/$suffix//g |
tr ' ' '\n' |
sort
1416 --extra-ldflags=*) add_ldflags
$optval
1418 --extra-libs=*) add_extralibs
$optval
1420 --disable-devices) disable
$INDEV_LIST $OUTDEV_LIST
1422 --enable-debug=*) debuglevel
="$optval"
1424 --enable-*=*|
--disable-*=*)
1425 eval $
(echo "${opt%%=*}" |
sed 's/--/action=/;s/-/ thing=/')
1426 is_in
"${thing}s" $COMPONENT_LIST || die_unknown
"$opt"
1427 eval list
=\$$
(toupper
$thing)_LIST
1428 name
=$
(echo "${optval}" | sed "s/,/_${thing}|/g")_${thing}
1429 $action $(filter "$name" $list)
1431 --enable-?*|--disable-?*)
1432 eval $(echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g')
1433 if is_in $option $COMPONENT_LIST; then
1434 test $action = disable && action=unset
1435 eval $action \$$(toupper ${option%s})_LIST
1436 elif is_in $option $CMDLINE_SELECT; then
1443 NAME="${opt#--list-}"
1444 is_in $NAME $COMPONENT_LIST || die_unknown $opt
1446 eval show_list $NAME \$$(toupper $NAME)_LIST
1448 --help|-h) show_help
1451 optname="${opt%%=*}"
1452 optname="${optname#--}"
1453 optname=$(echo "$optname" | sed 's/-/_/g')
1454 if is_in $optname $CMDLINE_SET; then
1455 eval $optname='$optval'
1456 elif is_in $optname $CMDLINE_APPEND; then
1457 append $optname "$optval"
1465 disabled logging && logfile=/dev/null
1467 echo "# $0 $FFMPEG_CONFIGURATION" > $logfile
1470 test -n "$cross_prefix" && enable cross_compile
1472 ar="${cross_prefix}${ar}"
1473 cc_default
="${cross_prefix}${cc_default}"
1474 nm_default
="${cross_prefix}${nm_default}"
1475 ranlib
="${cross_prefix}${ranlib}"
1476 strip
="${cross_prefix}${strip}"
1478 sysinclude_default
="${sysroot}/usr/include"
1480 set_default cc nm sysinclude
1481 enabled cross_compile || host_cc_default
=$cc
1486 mingw32
*|cygwin
*|
*-dos|freedos|opendos|os
/2*) echo .exe
;;
1490 EXESUF
=$
(exesuf
$target_os)
1491 HOSTEXESUF
=$
(exesuf
$host_os)
1493 # set temporary file name
1494 : ${TMPDIR:=$TEMPDIR}
1498 if ! check_cmd
type mktemp
; then
1499 # simple replacement for missing mktemp
1500 # NOT SAFE FOR GENERAL USE
1502 echo "${2%XXX*}.${HOSTNAME}.${UID}.$$"
1507 tmp
=$
(mktemp
-u "${TMPDIR}/ffconf.XXXXXXXX")$2 &&
1508 (set -C; exec > $tmp) 2>/dev
/null ||
1509 die
"Unable to create temporary file in $TMPDIR."
1510 append TMPFILES
$tmp
1514 trap 'rm -f -- $TMPFILES' EXIT
1515 trap exit HUP INT TERM
1518 tmpfile TMPE
$EXESUF
1526 # make sure we can execute files in $TMPDIR
1527 cat > $TMPSH 2>> $logfile <<EOF
1530 chmod +x
$TMPSH >> $logfile 2>&1
1531 if ! $TMPSH >> $logfile 2>&1; then
1533 Unable to create and execute files in $TMPDIR. Set the TMPDIR environment
1534 variable to another directory and make sure that it is not mounted noexec.
1536 die
"Sanity test failed."
1540 filter_cppflags
=echo
1543 if $cc -v 2>&1 |
grep -qi ^gcc
; then
1545 cc_version
=__VERSION__
1546 if ! $cc -dumpversion |
grep -q '^2\.'; then
1547 CC_DEPFLAGS
='-MMD -MF $(@:.o=.d) -MT $@'
1548 AS_DEPFLAGS
='-MMD -MF $(@:.o=.d) -MT $@'
1550 elif $cc --version 2>/dev
/null |
grep -q Intel
; then
1552 cc_version
="AV_STRINGIFY(__INTEL_COMPILER)"
1555 elif $cc -v 2>&1 |
grep -q xlc
; then
1557 cc_version
="AV_STRINGIFY(__IBMC__)"
1558 elif $cc -V 2>/dev
/null |
grep -q Compaq
; then
1560 cc_version
="AV_STRINGIFY(__DECC_VER)"
1561 DEPFLAGS
='$(CPPFLAGS) $(CFLAGS) -M'
1563 add_ldflags
-Wl,-z,now
# calls to libots crash without this
1564 elif $cc --vsn 2>/dev
/null |
grep -q "ARM C/C++ Compiler"; then
1565 test -d "$sysroot" || die
"No valid sysroot specified."
1567 cc_version
="AV_STRINGIFY(__ARMCC_VERSION)"
1568 armcc_conf
="$PWD/armcc.conf"
1569 $cc --arm_linux_configure \
1570 --arm_linux_config_file="$armcc_conf" \
1571 --configure_sysroot="$sysroot" \
1572 --configure_cpp_headers="$sysinclude" >>$logfile 2>&1 ||
1573 die
"Error creating armcc configuration file."
1574 cc
="$cc --arm_linux_config_file=$armcc_conf --translate_gcc"
1575 as_default
="${cross_prefix}gcc"
1578 elif $cc -version 2>/dev
/null |
grep -q TMS470
; then
1580 cc_version
="AV_STRINGIFY(__TI_COMPILER_VERSION__)"
1581 cc
="$cc --gcc --abi=eabi -eo=.o -mc -me"
1583 as_default
="${cross_prefix}gcc"
1584 ld_default
="${cross_prefix}gcc"
1585 TMPO
=$
(basename $TMPC .c
).o
1586 append TMPFILES
$TMPO
1587 add_cflags
-D__gnuc_va_list=va_list
-D__USER_LABEL_PREFIX__=
1588 CC_DEPFLAGS
='-ppa -ppd=$(@:.o=.d)'
1590 filter_cflags
=tms470_flags
1595 case "${flag#*=}" in
1596 armv7-a|cortex-a
*) echo -mv=7a8
;;
1597 armv7-r|cortex-r
*) echo -mv=7r4
;;
1598 armv7-m|cortex-m
*) echo -mv=7m3
;;
1599 armv6
*|arm11
*) echo -mv=6 ;;
1600 armv5
*e|arm
[79]*e
*|arm9
[24]6*|arm96
*|arm102
[26])
1602 armv4
*|arm7
*|arm9
[24]*) echo -mv=4 ;;
1605 -mfpu=neon
) echo --float_support=vfpv3
--neon ;;
1606 -mfpu=vfp
) echo --float_support=vfpv2
;;
1607 -msoft-float) echo --float_support=vfplib
;;
1608 -Os) echo -O3 -mf=2 ;;
1609 -O[0-3]) echo $flag -mf=5 ;;
1614 elif $cc -v 2>&1 |
grep -q clang
; then
1616 cc_version
=__VERSION__
1619 elif $cc -V 2>&1 |
grep -q Sun
; then
1621 cc_version
="AV_STRINGIFY(__SUNPRO_C)"
1622 DEPEND_CMD
='$(DEPCC) $(DEPFLAGS) $< | sed -e "1s,^.*: ,$@: ," -e "\$$!s,\$$, \\\," -e "1!s,^.*: , ," > $(@:.o=.d)'
1623 DEPFLAGS
='$(CPPFLAGS) $(CFLAGS) -xM1'
1626 test -n "$cc_type" && enable $cc_type || echolog
"Unknown C compiler $cc"
1628 : ${as_default:=$cc}
1629 : ${dep_cc_default:=$cc}
1630 : ${ld_default:=$cc}
1631 set_default as dep_cc ld
1633 test -n "$CC_DEPFLAGS" || CCDEP
=$DEPEND_CMD
1634 test -n "$AS_DEPFLAGS" || ASDEP
=$DEPEND_CMD
1636 add_cflags
$extra_cflags
1637 add_asflags
$extra_cflags
1639 if test -n "$sysroot"; then
1642 add_cppflags
--sysroot="$sysroot"
1643 add_ldflags
--sysroot="$sysroot"
1646 add_cppflags
-I"$sysinclude"
1647 add_ldflags
--sysroot="$sysroot"
1650 add_cppflags
-isysroot="$sysroot"
1651 add_ldflags
-isysroot="$sysroot"
1656 if test "$cpu" = host; then
1657 enabled cross_compile
&& die
"--cpu=host makes no sense when cross-compiling."
1662 $cc $1=native
-v -c -o $TMPO $TMPC >$TMPE 2>&1 ||
return
1663 awk "/$1=/{ match(\$0, /$1=(\\w+)/, a);print a[1];exit }" $TMPE
1665 cpu
=$
(check_native
-march || check_native
-mcpu)
1669 test "${cpu:-host}" = host && die
"--cpu=host not supported with compiler $cc"
1672 # Add processor-specific flags
1674 601|ppc601|PowerPC601
)
1675 cpuflags
="-mcpu=601"
1677 603*|ppc603
*|PowerPC603
*)
1678 cpuflags
="-mcpu=603"
1680 604*|ppc604
*|PowerPC604
*)
1681 cpuflags
="-mcpu=604"
1683 G3|g3|
75*|ppc75
*|PowerPC75
*)
1684 cpuflags
="-mcpu=750 -mpowerpc-gfxopt"
1686 G4|g4|
745*|ppc745
*|PowerPC745
*)
1687 cpuflags
="-mcpu=7450 -mpowerpc-gfxopt"
1689 74*|ppc74
*|PowerPC74
*)
1690 cpuflags
="-mcpu=7400 -mpowerpc-gfxopt"
1692 G5|g5|
970|ppc970|PowerPC970|power4
*|Power4
*)
1693 cpuflags
="-mcpu=970 -mpowerpc-gfxopt -mpowerpc64"
1696 cpuflags
="-mcpu=cell"
1699 # targets that do NOT support conditional mov (cmov)
1700 i
[345]86|pentium|pentium-mmx|k6|k6-
[23]|winchip-c6|winchip2|c3
)
1701 cpuflags
="-march=$cpu"
1704 # targets that do support conditional mov (cmov)
1705 i686|pentiumpro|pentium
[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-
[mx
]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10
)
1706 cpuflags
="-march=$cpu"
1710 # targets that do support conditional mov but on which it's slow
1711 pentium4|pentium4m|prescott|nocona
)
1712 cpuflags
="-march=$cpu"
1720 cpuflags
="-mcpu=$cpu"
1721 enable fast_unaligned
1724 cpuflags
="-march=$cpu"
1725 enable fast_unaligned
1728 cpuflags
="-march=$cpu"
1731 cpuflags
="-mcpu=$cpu"
1733 ev4|ev45|ev5|ev56|pca56|ev6|ev67
)
1734 enabled ccc
&& cpuflags
="-arch $cpu" || cpuflags
="-mcpu=$cpu"
1737 cpuflags
="-mcpu=$cpu"
1739 mips
*|
[45]k
*|
[237]4k
*|m4k|r
*000|loongson2
[ef
])
1740 cpuflags
="-march=$cpu"
1744 cpuflags
="-mpart=$cpu"
1748 cpuflags
="-march=$cpu"
1752 cpuflags
="-mcpu=$cpu"
1756 cpuflags
="-march=$cpu"
1761 echo "WARNING: Unknown CPU \"$cpu\", ignored."
1765 add_cflags
$cpuflags
1766 add_asflags
$cpuflags
1768 # compiler sanity check
1770 int main(void){ return 0; }
1772 if test "$?" != 0; then
1773 echo "$cc is unable to create an executable file."
1774 if test -z "$cross_prefix" && ! enabled cross_compile
; then
1775 echo "If $cc is a cross-compiler, use the --enable-cross-compile option."
1776 echo "Only do this if you know what cross compiling means."
1778 die
"C compiler test failed."
1781 add_cppflags
-D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112
1782 check_cflags
-std=c99
1783 check_cc
-D_FILE_OFFSET_BITS=64 <<EOF && add_cppflags -D_FILE_OFFSET_BITS=64
1786 check_cc
-D_LARGEFILE_SOURCE <<EOF && add_cppflags -D_LARGEFILE_SOURCE
1790 check_host_cflags
-std=c99
1811 # HACK: currently fails to build if .bss is > 4MB and shared libs are built
1812 enabled shared
&& enable_weak hardcoded_tables
1836 "Power Macintosh"|ppc|powerpc
)
1838 enable fast_unaligned
1844 enable fast_unaligned
1862 i386|i486|i586|i686|i86pc|BePC|x86_64|amd64
)
1865 enable fast_unaligned
1866 check_cc
<<EOF && enable fast_64bit && subarch="x86_64" && spic=$shared
1867 int test[(int)sizeof(char*) - 7];
1869 if test "$subarch" = "x86_64"; then
1879 enable $arch $subarch
1880 enabled spic
&& enable pic
1881 check_cpp_condition stdlib.h
"defined(__PIC__) || defined(__pic__) || defined(PIC)" && enable pic
1886 prefix_default
="$HOME/config"
1887 # 3 gcc releases known for BeOS, each with ugly bugs
1888 gcc_version
="$($cc -v 2>&1 | grep version | cut -d ' ' -f3-)"
1889 case "$gcc_version" in
1890 2.9-beos-991026*|
2.9-beos-000224*) echo "R5/GG gcc"
1893 *20010315*) echo "BeBits gcc"
1894 add_cflags
-fno-expensive-optimizations
1898 # enable BeOS things
1900 # no need for libm, but the inet stuff
1902 # XXX: actually should check for NOT net_server
1903 if echo $BEINCLUDES |
grep -q 'headers/be/bone'; then
1904 network_extralibs
="-lbind -lsocket"
1906 enable beos_netserver
1907 network_extralibs
="-lnet"
1911 SHFLAGS
='-shared -Wl,-h,$$(@F)'
1912 enabled x86
&& SHFLAGS
="-mimpure-text $SHFLAGS"
1913 network_extralibs
="-lsocket -lnsl"
1914 add_cppflags
-D__EXTENSIONS__
1917 oss_indev_extralibs
="-lossaudio"
1918 oss_outdev_extralibs
="-lossaudio"
1921 enable malloc_aligned
1922 # On OpenBSD 4.5. the compiler does not use PIC unless
1923 # explicitly using -fPIC. FFmpeg builds fine without PIC,
1924 # however the generated executable will not do anything
1925 # (simply quits with exit-code 1, no crash, no output).
1926 # Thus explicitly enable PIC here.
1929 oss_indev_extralibs
="-lossaudio"
1930 oss_outdev_extralibs
="-lossaudio"
1933 enable malloc_aligned
1936 osextralibs
="-lpoll -lgnugetopt"
1940 enable malloc_aligned
1941 SHFLAGS
='-dynamiclib -Wl,-single_module -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR) -Wl,-read_only_relocs,suppress'
1943 FFLDFLAGS
="-Wl,-dynamic,-search_paths_first"
1945 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(FULLNAME).$(LIBVERSION)$(SLIBSUF)'
1946 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(FULLNAME).$(LIBMAJOR)$(SLIBSUF)'
1947 FFSERVERLDFLAGS
=-Wl,-bind_at_load
1949 enabled x86_64
&& objformat
="macho64"
1950 enabled_any pic shared ||
1951 { check_cflags
-mdynamic-no-pic && add_asflags
-mdynamic-no-pic; }
1954 if test $target_os = "mingw32ce"; then
1960 if enabled x86_64
; then
1961 enable malloc_aligned
1963 elif enabled arm
; then
1966 shlibdir_default
="$bindir_default"
1970 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(FULLNAME)-$(LIBVERSION)$(SLIBSUF)'
1971 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(FULLNAME)-$(LIBMAJOR)$(SLIBSUF)'
1972 SLIB_EXTRA_CMD
='-lib.exe /machine:$(LIBTARGET) /def:$$(@:$(SLIBSUF)=.def) /out:$(SUBDIR)$(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.lib)'
1973 SLIB_INSTALL_EXTRA_CMD
='-install -m 644 $(SUBDIR)$(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.lib) "$(SHLIBDIR)/$(SLIBNAME:$(SLIBSUF)=.lib)"; \
1974 install -m 644 $(SUBDIR)$(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.lib) "$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.lib)"; \
1975 install -d "$(LIBDIR)"; \
1976 install -m 644 $(SUBDIR)lib$(SLIBNAME:$(SLIBSUF)=.dll.a) "$(LIBDIR)/lib$(SLIBNAME:$(SLIBSUF)=.dll.a)"'
1977 SLIB_UNINSTALL_EXTRA_CMD
='rm -f "$(SHLIBDIR)/$(SLIBNAME:$(SLIBSUF)=.lib)"'
1978 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'
1981 check_cflags
-fno-common
1982 if ! enabled x86_64
; then
1983 check_cpp_condition _mingw.h
"(__MINGW32_MAJOR_VERSION > 3) || (__MINGW32_MAJOR_VERSION == 3 && __MINGW32_MINOR_VERSION >= 15)" ||
1984 die
"ERROR: MinGW runtime version must be >= 3.15."
1985 enabled_any avisynth vfwcap_indev
&&
1986 { check_cpp_condition w32api.h
"(__W32API_MAJOR_VERSION > 3) || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION >= 13)" ||
1987 die
"ERROR: avisynth and vfwcap_indev require w32api version 3.13 or later."; }
1992 shlibdir_default
="$bindir_default"
1995 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(FULLNAME)-$(LIBVERSION)$(SLIBSUF)'
1996 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(FULLNAME)-$(LIBMAJOR)$(SLIBSUF)'
1997 SHFLAGS
='-shared -Wl,--enable-auto-image-base'
2000 check_cflags
-fno-common
2002 *-dos|freedos|opendos
)
2003 disable ffplay ffserver
2004 disable
$INDEV_LIST $OUTDEV_LIST
2005 network_extralibs
="-lsocket"
2014 ranlib
="echo ignoring ranlib"
2019 FFLDFLAGS
="-Zomf -Zbin-files -Zargs-wild -Zmap"
2020 SHFLAGS
='$(SUBDIR)$(NAME).def -Zdll -Zomf'
2025 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
2026 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(shell echo $(NAME) | cut -c1-6)$(LIBMAJOR)$(SLIBSUF)'
2027 SLIB_CREATE_DEF_CMD
='echo LIBRARY $(SLIBNAME_WITH_MAJOR) INITINSTANCE TERMINSTANCE > $(SUBDIR)$(NAME).def; \
2028 echo PROTMODE >> $(SUBDIR)$(NAME).def; \
2029 echo CODE PRELOAD MOVEABLE DISCARDABLE >> $(SUBDIR)$(NAME).def; \
2030 echo DATA PRELOAD MOVEABLE MULTIPLE NONSHARED >> $(SUBDIR)$(NAME).def; \
2031 echo EXPORTS >> $(SUBDIR)$(NAME).def; \
2032 emxexp -o $(OBJS) >> $(SUBDIR)$(NAME).def'
2033 SLIB_EXTRA_CMD
='emximp -o $(SUBDIR)$(LIBPREF)$(NAME)_dll.a $(SUBDIR)$(NAME).def; \
2034 emximp -o $(SUBDIR)$(LIBPREF)$(NAME)_dll.lib $(SUBDIR)$(NAME).def;'
2035 SLIB_INSTALL_EXTRA_CMD
='install -m 644 $(SUBDIR)$(LIBPREF)$(NAME)_dll.a $(SUBDIR)$(LIBPREF)$(NAME)_dll.lib "$(LIBDIR)"'
2036 SLIB_UNINSTALL_EXTRA_CMD
='rm -f "$(LIBDIR)"/$(LIBPREF)$(NAME)_dll.a "$(LIBDIR)"/$(LIBPREF)$(NAME)_dll.lib'
2045 die
"Unknown OS '$target_os'."
2049 set_default
$PATHS_LIST
2051 add_extralibs
$osextralibs
2053 # Combine FFLDFLAGS and the LDFLAGS environment variable.
2054 LDFLAGS
="$FFLDFLAGS $LDFLAGS"
2056 # we need to build at least one lib type
2057 if ! enabled_any static shared
; then
2059 At least one library type must be built.
2060 Specify --enable-static to build the static libraries or --enable-shared to
2061 build the shared libraries as well. To only build the shared libraries specify
2062 --disable-static in addition to --enable-shared.
2067 disabled static
&& LIBNAME
=""
2069 if enabled_any libfaad libfaadbin
; then
2070 if check_header faad.h
; then
2073 #ifndef FAAD2_VERSION
2076 int main(void) { return 0; }
2078 test $?
= 0 && enable libfaad2
2080 die
"FAAD test failed."
2085 die_license_disabled
() {
2086 enabled
$1 ||
{ enabled
$2 && die
"$2 is $1 and --enable-$1 is not specified."; }
2089 die_license_disabled gpl libfaad2
2090 die_license_disabled gpl libx264
2091 die_license_disabled gpl libxvid
2092 die_license_disabled gpl postproc
2093 die_license_disabled gpl x11grab
2095 die_license_disabled nonfree libfaac
2097 die_license_disabled version3 libopencore_amrnb
2098 die_license_disabled version3 libopencore_amrwb
2100 enabled version3
&& { enabled gpl
&& enable gplv3 ||
enable lgplv3
; }
2102 check_deps
$ARCH_EXT_LIST
2104 disabled optimizations || check_cflags
-fomit-frame-pointer
2113 enabled pic
&& enable_pic
2115 check_cc
<<EOF || die "Symbol mangling check failed."
2118 sym
=$
($nm -P -g $TMPO |
grep ff_extern
)
2119 extern_prefix
=${sym%%ff_extern*}
2121 check_cc
<<EOF && enable inline_asm
2122 void foo(void) { __asm__ volatile ("" ::); }
2126 for restrict_keyword
in restrict __restrict__ __restrict
; do
2127 check_cc
<<EOF && _restrict=$restrict_keyword && break
2128 void foo(char * $restrict_keyword p);
2132 check_cc
<<EOF && enable attribute_packed
2133 struct { int x; } __attribute__((packed)) x;
2136 check_cc
<<EOF || die "endian test failed"
2137 unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
2139 od -A n
-t x1
$TMPO |
grep -q '42 *49 *47 *45' && enable bigendian
2141 if enabled arm
; then
2145 check_ld
<<EOF && enable vfp_args
2146 __asm__ (".eabi_attribute 28, 1");
2147 int main(void) { return 0; }
2150 # We have to check if pld is a nop and disable it.
2151 check_asm pld
'"pld [r0]"'
2153 enabled armv5te
&& check_asm armv5te
'"qadd r0, r0, r0"'
2154 enabled armv6
&& check_asm armv6
'"sadd16 r0, r0, r0"'
2155 enabled armv6t2
&& check_asm armv6t2
'"movt r0, #0"'
2156 enabled armvfp
&& check_asm armvfp
'"fadds s0, s0, s0"'
2157 enabled iwmmxt
&& check_asm iwmmxt
'"wunpckelub wr6, wr4"'
2158 enabled neon
&& check_asm neon
'"vadd.i16 q0, q0, q0"'
2160 enabled_all armv6t2 shared
!pic
&& enable_pic
2162 elif enabled mips
; then
2164 check_asm loongson
'"dmult.g $1, $2, $3"'
2165 enabled mmi
&& check_asm mmi
'"lq $2, 0($2)"'
2167 elif enabled ppc
; then
2169 check_asm dcbzl
'"dcbzl 0, 1"'
2170 check_asm ppc4xx
'"maclhw r10, r11, r12"'
2171 check_asm xform_asm
'"lwzx %1, %y0" :: "Z"(*(int*)0), "r"(0)'
2173 # AltiVec flags: The FSF version of GCC differs from the Apple version
2174 if enabled altivec
; then
2175 check_cflags
-maltivec -mabi=altivec
&&
2176 { check_header altivec.h
&& inc_altivec_h
="#include <altivec.h>" ; } ||
2177 check_cflags
-faltivec
2179 # check if our compiler supports Motorola AltiVec C API
2180 check_cc
<<EOF || disable altivec
2183 vector signed int v1, v2, v3;
2184 v1 = vec_add(v2,v3);
2189 # check if our compiler supports braces for vector declarations
2190 check_cc
<<EOF || die "You need a compiler that supports {} in AltiVec vector declarations."
2192 int main (void) { (vector int) {1}; return 0; }
2196 elif enabled sparc
; then
2198 enabled vis
&& check_asm vis
'"pdist %f0, %f0, %f0"' -mcpu=ultrasparc
&&
2199 add_cflags
-mcpu=ultrasparc
-mtune=ultrasparc
2201 elif enabled x86
; then
2203 # check whether EBP is available on x86
2204 # As 'i' is stored on the stack, this program will crash
2205 # if the base pointer is used to access it because the
2206 # base pointer is cleared in the inline assembly code.
2207 check_exec_crash
<<EOF && enable ebp_available
2215 # check whether EBX is available on x86
2216 check_asm ebx_available
'""::"b"(0)' &&
2217 check_asm ebx_available
'"":::"%ebx"'
2219 # check whether more than 10 operands are supported
2220 check_cc
<<EOF && enable ten_operands
2225 :"+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x)
2231 # check whether binutils is new enough to compile SSSE3/MMX2
2232 enabled ssse3
&& check_asm ssse3
'"pabsw %xmm0, %xmm0"'
2233 enabled mmx2
&& check_asm mmx2
'"pmaxub %mm0, %mm1"'
2235 check_asm bswap
'"bswap %%eax" ::: "%eax"'
2237 YASMFLAGS
="-f $objformat -DARCH_$(toupper $subarch)"
2238 enabled x86_64
&& append YASMFLAGS
"-m amd64"
2239 enabled pic
&& append YASMFLAGS
"-DPIC"
2240 test -n "$extern_prefix" && append YASMFLAGS
"-DPREFIX"
2241 case "$objformat" in
2242 elf
) enabled debug
&& append YASMFLAGS
"-g dwarf2" ;;
2244 disabled yasm ||
{ check_yasm
"pabsw xmm0, xmm0" && enable yasm
; }
2248 if check_func dlopen
; then
2250 elif check_func dlopen
-ldl; then
2254 # Solaris has nanosleep in -lrt, OpenSolaris no longer needs that
2255 check_func nanosleep ||
{ check_func nanosleep
-lrt && add_extralibs
-lrt; }
2258 check_func gethrtime
2259 check_func getrusage
2260 check_func inet_aton
$network_extralibs
2264 check_func posix_memalign
2265 check_func_headers io.h setmode
2266 check_func_headers lzo
/lzo1x.h lzo1x_999_compress
2267 check_func_headers windows.h GetProcessTimes
2268 check_func_headers windows.h VirtualAlloc
2270 check_header conio.h
2271 check_header dlfcn.h
2272 check_header malloc.h
2274 check_header sys
/mman.h
2275 check_header sys
/resource.h
2276 check_header sys
/select.h
2277 check_header termios.h
2278 check_header vdpau
/vdpau.h
2279 check_header vdpau
/vdpau_x11.h
2280 check_header X11
/extensions
/XvMClib.h
2282 if ! enabled_any memalign memalign_hack posix_memalign malloc_aligned
&&
2283 enabled_any
$need_memalign ; then
2284 die
"Error, no aligned memory allocator but SSE enabled, disable it or use --enable-memalign-hack."
2287 disabled zlib || check_lib zlib.h zlibVersion
-lz || disable zlib
2288 disabled bzlib || check_lib2 bzlib.h BZ2_bzlibVersion
-lbz2 || disable bzlib
2290 # check for some common methods of building with pthread support
2291 # do this before the optional library checks as some of them require pthreads
2292 if enabled pthreads
; then
2293 if check_func pthread_create
; then
2295 elif check_func pthread_create
-pthread; then
2297 add_extralibs
-pthread
2298 elif check_func pthread_create
-pthreads; then
2299 add_cflags
-pthreads
2300 add_extralibs
-pthreads
2301 elif check_func pthread_create
-lpthreadGC2; then
2302 add_extralibs
-lpthreadGC2
2303 elif ! check_lib pthread.h pthread_create
-lpthread; then
2304 die
"ERROR: can't find pthreads library"
2308 for thread
in $THREADS_LIST; do
2309 if enabled
$thread; then
2310 test -n "$thread_type" &&
2311 die
"ERROR: Only one thread type must be selected." ||
2312 thread_type
="$thread"
2316 check_lib math.h sin
-lm
2317 check_lib va
/va.h vaInitialize
-lva
2327 # these are off by default, so fail if requested and not available
2328 enabled avisynth
&& require2 vfw32
"windows.h vfw.h" AVIFileInit
-lvfw32
2329 enabled libdirac
&& add_cflags $
(pkg-config
--cflags dirac
) &&
2330 require libdirac libdirac_decoder
/dirac_parser.h dirac_decoder_init $
(pkg-config
--libs dirac
) &&
2331 require libdirac libdirac_encoder
/dirac_encoder.h dirac_encoder_init $
(pkg-config
--libs dirac
)
2332 enabled libfaac
&& require2 libfaac
"stdint.h faac.h" faacEncGetVersion
-lfaac
2333 enabled libfaad
&& require2 libfaad faad.h faacDecOpen
-lfaad
2334 enabled libgsm
&& require libgsm gsm.h gsm_create
-lgsm
2335 enabled libmp3lame
&& require libmp3lame lame
/lame.h lame_init
-lmp3lame -lm
2336 enabled libnut
&& require libnut libnut.h nut_demuxer_init
-lnut
2337 enabled libopencore_amrnb
&& require libopencore_amrnb opencore-amrnb
/interf_dec.h Decoder_Interface_init
-lopencore-amrnb -lm
2338 enabled libopencore_amrwb
&& require libopencore_amrwb opencore-amrwb
/dec_if.h D_IF_init
-lopencore-amrwb -lm
2339 enabled libopenjpeg
&& require libopenjpeg openjpeg.h opj_version
-lopenjpeg
2340 enabled libschroedinger
&& add_cflags $
(pkg-config
--cflags schroedinger-1.0
) &&
2341 require libschroedinger schroedinger
/schro.h schro_init $
(pkg-config
--libs schroedinger-1.0
)
2342 enabled libspeex
&& require libspeex speex
/speex.h speex_decoder_init
-lspeex
2343 enabled libtheora
&& require libtheora theora
/theora.h theora_info_init
-ltheora -logg
2344 enabled libvorbis
&& require libvorbis vorbis
/vorbisenc.h vorbis_info_init
-lvorbisenc -lvorbis -logg
2345 enabled libx264
&& require libx264 x264.h x264_encoder_encode
-lx264 -lm &&
2346 { check_cpp_condition x264.h
"X264_BUILD >= 78" ||
2347 die
"ERROR: libx264 version must be >= 0.78."; }
2348 enabled libxvid
&& require libxvid xvid.h xvid_global
-lxvidcore
2349 enabled mlib
&& require mediaLib mlib_types.h mlib_VectorSub_S16_U8_Mod
-lmlib
2352 if enabled libdc1394
; then
2353 { check_lib dc1394
/dc1394.h dc1394_new
-ldc1394 -lraw1394 &&
2354 enable libdc1394_2
; } ||
2355 { check_lib libdc1394
/dc1394_control.h dc1394_create_handle
-ldc1394_control -lraw1394 &&
2356 enable libdc1394_1
; } ||
2357 die
"ERROR: No version of libdc1394 found "
2362 SDL_CONFIG
="${cross_prefix}sdl-config"
2363 if "${SDL_CONFIG}" --version > /dev
/null
2>&1; then
2364 sdl_cflags
=$
("${SDL_CONFIG}" --cflags)
2365 sdl_libs
=$
("${SDL_CONFIG}" --libs)
2366 temp_cflags
$sdl_cflags
2367 temp_extralibs
$sdl_libs
2368 if check_lib2 SDL.h SDL_Init
; then
2369 _sdlversion
=$
("${SDL_CONFIG}" --version |
sed 's/[^0-9]//g')
2370 if test "$_sdlversion" -lt 121 ; then
2374 check_cc
$sdl_cflags <<EOF && enable sdl_video_size
2376 int main(int argc, char **argv){
2377 const SDL_VideoInfo *vi = SDL_GetVideoInfo();
2378 int w = vi->current_w;
2387 texi2html
-version > /dev
/null
2>&1 && enable texi2html || disable texi2html
2389 if enabled network
; then
2390 check_type
"sys/types.h sys/socket.h" socklen_t
2391 # Prefer arpa/inet.h over winsock2
2392 if check_header arpa
/inet.h
; then
2393 check_func closesocket
2394 elif check_header winsock2.h
; then
2395 check_func_headers winsock2.h closesocket
-lws2 && \
2396 network_extralibs
="-lws2" || \
2397 { check_func_headers winsock2.h closesocket
-lws2_32 && \
2398 network_extralibs
="-lws2_32"; }
2399 check_type ws2tcpip.h socklen_t
2405 enabled_all network ipv6
&& check_ld
<<EOF || disable ipv6
2406 #include <sys/types.h>
2407 #include <sys/socket.h>
2408 #include <netinet/in.h>
2411 struct sockaddr_storage saddr;
2412 struct ipv6_mreq mreq6;
2413 getaddrinfo(0,0,0,0);
2414 getnameinfo(0,0,0,0,0,0,0);
2415 IN6_IS_ADDR_MULTICAST((const struct in6_addr *)0);
2419 check_header linux
/videodev.h
2420 check_header linux
/videodev2.h
2421 check_header sys
/videoio.h
2423 check_func_headers
"windows.h vfw.h" capCreateCaptureWindow
-lvfw32
2425 # check for ioctl_meteor.h, ioctl_bt848.h and alternatives
2426 { check_header dev
/bktr
/ioctl_meteor.h
&&
2427 check_header dev
/bktr
/ioctl_bt848.h
; } ||
2428 { check_header machine
/ioctl_meteor.h
&&
2429 check_header machine
/ioctl_bt848.h
; } ||
2430 { check_header dev
/video
/meteor
/ioctl_meteor.h
&&
2431 check_header dev
/video
/bktr
/ioctl_bt848.h
; } ||
2432 check_header dev
/ic
/bt8xx.h
2434 check_header sys
/soundcard.h
2435 check_header soundcard.h
2437 enabled_any alsa_indev alsa_outdev
&& check_lib2 alsa
/asoundlib.h snd_pcm_htimestamp
-lasound
2439 enabled jack_indev
&& check_lib2 jack
/jack.h jack_client_open
-ljack
2442 check_header X11
/Xlib.h
&&
2443 check_header X11
/extensions
/XShm.h
&&
2444 check_func XOpenDisplay
-lX11 &&
2445 check_func XShmCreateImage
-lX11 -lXext
2447 enabled debug
&& add_cflags
-g"$debuglevel" && add_asflags
-g"$debuglevel"
2449 # add some useful compiler flags if supported
2450 check_cflags
-Wdeclaration-after-statement
2452 check_cflags
-Wno-switch
2453 check_cflags
-Wdisabled-optimization
2454 check_cflags
-Wpointer-arith
2455 check_cflags
-Wredundant-decls
2456 check_cflags
-Wno-pointer-sign
2457 check_cflags
-Wcast-qual
2458 check_cflags
-Wwrite-strings
2459 check_cflags
-Wtype-limits
2460 check_cflags
-Wundef
2461 enabled extra_warnings
&& check_cflags
-Winline
2463 # add some linker flags
2464 check_ldflags
-Wl,--warn-common
2465 check_ldflags
-Wl,--as-needed
2466 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'
2467 check_ldflags
-Wl,-Bsymbolic
2469 if enabled small
; then
2470 check_cflags
-Os # not all compilers support -Os
2471 optimizations
="small"
2472 elif enabled optimizations
; then
2473 if enabled xlc
; then
2476 elif enabled ccc
; then
2482 check_cflags
-fno-math-errno
2483 check_cflags
-fno-signed-zeros
2485 if enabled icc
; then
2486 # Just warnings, no remarks
2488 # -wd: Disable following warnings
2489 # 144, 167, 556: -Wno-pointer-sign
2490 # 10006: ignoring unknown option -fno-signed-zeros
2491 # 10156: ignoring option '-W'; no argument required
2492 check_cflags
-wd144,167,556,10006,10156
2493 # 11030: Warning unknown option --as-needed
2494 # 10156: ignoring option '-export'; no argument required
2495 check_ldflags
-wd10156,11030
2496 # Allow to compile with optimizations
2497 check_ldflags
-march=$cpu
2498 # icc 11.0 and 11.1 work with ebp_available, but don't pass the test
2499 enable ebp_available
2500 elif enabled ccc
; then
2501 # disable some annoying warnings
2502 add_cflags
-msg_disable cvtu32to64
2503 add_cflags
-msg_disable embedcomment
2504 add_cflags
-msg_disable needconstext
2505 add_cflags
-msg_disable nomainieee
2506 add_cflags
-msg_disable ptrmismatch1
2507 add_cflags
-msg_disable unreachcode
2508 elif enabled gcc
; then
2509 check_cflags
-fno-tree-vectorize
2510 elif enabled clang
; then
2511 check_cflags
-Qunused-arguments
2514 if enabled gprof
; then
2519 # Find out if the .align argument is a power of two or not.
2520 check_asm asmalign_pot
'".align 3"'
2522 enabled_any
$DECODER_LIST && enable decoders
2523 enabled_any
$ENCODER_LIST && enable encoders
2524 enabled_any
$HWACCEL_LIST && enable hwaccels
2525 enabled_any
$BSF_LIST && enable bsfs
2526 enabled_any
$DEMUXER_LIST && enable demuxers
2527 enabled_any
$MUXER_LIST && enable muxers
2528 enabled_any
$FILTER_LIST && enable filters
2529 enabled_any
$INDEV_LIST && enable indevs
2530 enabled_any
$OUTDEV_LIST && enable outdevs
2531 enabled_any
$PROTOCOL_LIST && enable protocols
2533 enabled_any
$THREADS_LIST && enable threads
2535 check_deps
$CONFIG_LIST \
2550 echo "install prefix $prefix"
2551 echo "source path $source_path"
2552 echo "C compiler $cc"
2553 echo ".align is power-of-two $asmalign_pot"
2554 echo "ARCH $arch ($cpu)"
2555 if test "$build_suffix" != ""; then
2556 echo "build suffix $build_suffix"
2558 if test "$extra_version" != ""; then
2559 echo "version string suffix $extra_version"
2561 echo "big-endian ${bigendian-no}"
2562 echo "runtime cpu detection ${runtime_cpudetect-no}"
2563 if enabled x86
; then
2564 echo "yasm ${yasm-no}"
2565 echo "MMX enabled ${mmx-no}"
2566 echo "MMX2 enabled ${mmx2-no}"
2567 echo "3DNow! enabled ${amd3dnow-no}"
2568 echo "3DNow! extended enabled ${amd3dnowext-no}"
2569 echo "SSE enabled ${sse-no}"
2570 echo "SSSE3 enabled ${ssse3-no}"
2571 echo "CMOV enabled ${cmov-no}"
2572 echo "CMOV is fast ${fast_cmov-no}"
2573 echo "EBX available ${ebx_available-no}"
2574 echo "EBP available ${ebp_available-no}"
2575 echo "10 operands supported ${ten_operands-no}"
2577 if enabled arm
; then
2578 echo "ARMv5TE enabled ${armv5te-no}"
2579 echo "ARMv6 enabled ${armv6-no}"
2580 echo "ARMv6T2 enabled ${armv6t2-no}"
2581 echo "ARM VFP enabled ${armvfp-no}"
2582 echo "IWMMXT enabled ${iwmmxt-no}"
2583 echo "NEON enabled ${neon-no}"
2585 if enabled mips
; then
2586 echo "MMI enabled ${mmi-no}"
2588 if enabled ppc
; then
2589 echo "AltiVec enabled ${altivec-no}"
2590 echo "PPC 4xx optimizations ${ppc4xx-no}"
2591 echo "dcbzl available ${dcbzl-no}"
2592 echo "performance report ${powerpc_perf-no}"
2594 if enabled sparc
; then
2595 echo "VIS enabled ${vis-no}"
2597 echo "gprof enabled ${gprof-no}"
2598 echo "debug symbols ${debug-no}"
2599 echo "strip symbols ${stripping-no}"
2600 echo "optimizations ${optimizations-no}"
2601 echo "static ${static-no}"
2602 echo "shared ${shared-no}"
2603 echo "postprocessing support ${postproc-no}"
2604 echo "new filter support ${avfilter-no}"
2605 echo "filters using lavformat ${avfilter_lavf-no}"
2606 echo "network support ${network-no}"
2607 if enabled network
; then
2608 echo "IPv6 support ${ipv6-no}"
2610 echo "threading support ${thread_type-no}"
2611 echo "SDL support ${sdl-no}"
2612 if enabled sdl_too_old
; then
2613 echo "-> Your SDL version is too old - please upgrade to have FFplay/SDL support."
2615 echo "Sun medialib support ${mlib-no}"
2616 echo "AVISynth enabled ${avisynth-no}"
2617 echo "libdc1394 support ${libdc1394-no}"
2618 echo "libdirac enabled ${libdirac-no}"
2619 echo "libfaac enabled ${libfaac-no}"
2620 echo "libfaad enabled ${libfaad-no}"
2621 echo "libfaad dlopened ${libfaadbin-no}"
2622 echo "libgsm enabled ${libgsm-no}"
2623 echo "libmp3lame enabled ${libmp3lame-no}"
2624 echo "libnut enabled ${libnut-no}"
2625 echo "libopencore-amrnb support ${libopencore_amrnb-no}"
2626 echo "libopencore-amrwb support ${libopencore_amrwb-no}"
2627 echo "libopenjpeg enabled ${libopenjpeg-no}"
2628 echo "libschroedinger enabled ${libschroedinger-no}"
2629 echo "libspeex enabled ${libspeex-no}"
2630 echo "libtheora enabled ${libtheora-no}"
2631 echo "libvorbis enabled ${libvorbis-no}"
2632 echo "libx264 enabled ${libx264-no}"
2633 echo "libxvid enabled ${libxvid-no}"
2634 echo "zlib enabled ${zlib-no}"
2635 echo "bzlib enabled ${bzlib-no}"
2638 for type in decoder encoder hwaccel parser demuxer muxer protocol filter bsf indev outdev
; do
2639 echo "Enabled ${type}s:"
2640 eval list
=\$$
(toupper
$type)_LIST
2641 for part
in $list; do
2642 enabled
$part && echo ${part%_*}
2643 done |
sort |
pr -3 -t
2647 license
="LGPL version 2.1 or later"
2648 if enabled nonfree
; then
2649 license
="nonfree and unredistributable"
2650 elif enabled gplv3
; then
2651 license
="GPL version 3 or later"
2652 elif enabled lgplv3
; then
2653 license
="LGPL version 3 or later"
2654 elif enabled gpl
; then
2655 license
="GPL version 2 or later"
2658 echo "License: $license"
2660 echo "Creating config.mak and config.h..."
2662 enabled stripping || strip
="echo skipping strip"
2664 cat > config.mak
<<EOF
2665 # Automatically generated by configure - do not modify!
2666 ifndef FFMPEG_CONFIG_MAK
2668 FFMPEG_CONFIGURATION=$FFMPEG_CONFIGURATION
2670 LIBDIR=\$(DESTDIR)$libdir
2671 SHLIBDIR=\$(DESTDIR)$shlibdir
2672 INCDIR=\$(DESTDIR)$incdir
2673 BINDIR=\$(DESTDIR)$bindir
2674 DATADIR=\$(DESTDIR)$datadir
2675 MANDIR=\$(DESTDIR)$mandir
2676 SRC_PATH="$source_path"
2677 SRC_PATH_BARE=$source_path
2694 FFSERVERLDFLAGS=$FFSERVERLDFLAGS
2696 YASMFLAGS=$YASMFLAGS
2697 BUILDSUF=$build_suffix
2705 EXTRA_VERSION=$extra_version
2709 CC_DEPFLAGS=$CC_DEPFLAGS
2710 AS_DEPFLAGS=$AS_DEPFLAGS
2712 HOSTCFLAGS=$host_cflags
2713 HOSTEXESUF=$HOSTEXESUF
2714 HOSTLDFLAGS=$host_ldflags
2716 TARGET_EXEC=$target_exec
2717 TARGET_PATH=$target_path
2719 SDL_CFLAGS=$sdl_cflags
2720 LIB_INSTALL_EXTRA_CMD=$LIB_INSTALL_EXTRA_CMD
2721 EXTRALIBS=$extralibs
2726 file=$source_path/$2
2727 eval $
(grep "#define ${name}_VERSION_M" "$file" |
awk '{ print $2"="$3 }')
2728 eval ${name}_VERSION=\$${name}_VERSION_MAJOR.\$${name}_VERSION_MINOR.\$${name}_VERSION_MICRO
2729 lcname
=$
(tolower
$name)
2730 eval echo "${lcname}_VERSION=\$${name}_VERSION" >> config.mak
2731 eval echo "${lcname}_VERSION_MAJOR=\$${name}_VERSION_MAJOR" >> config.mak
2734 get_version LIBSWSCALE libswscale
/swscale.h
2735 get_version LIBPOSTPROC libpostproc
/postprocess.h
2736 get_version LIBAVCODEC libavcodec
/avcodec.h
2737 get_version LIBAVDEVICE libavdevice
/avdevice.h
2738 get_version LIBAVFORMAT libavformat
/avformat.h
2739 get_version LIBAVUTIL libavutil
/avutil.h
2740 get_version LIBAVFILTER libavfilter
/avfilter.h
2742 enabled shared
&& cat >> config.mak
<<EOF
2743 LIBTARGET=${LIBTARGET}
2744 SLIBNAME=${SLIBNAME}
2745 SLIBNAME_WITH_VERSION=${SLIBNAME_WITH_VERSION}
2746 SLIBNAME_WITH_MAJOR=${SLIBNAME_WITH_MAJOR}
2747 SLIB_CREATE_DEF_CMD=${SLIB_CREATE_DEF_CMD}
2748 SLIB_EXTRA_CMD=${SLIB_EXTRA_CMD}
2749 SLIB_INSTALL_EXTRA_CMD=${SLIB_INSTALL_EXTRA_CMD}
2750 SLIB_UNINSTALL_EXTRA_CMD=${SLIB_UNINSTALL_EXTRA_CMD}
2753 enabled asmalign_pot || align_shift
="1 <<"
2756 /* Automatically generated by configure - do not modify! */
2757 #ifndef FFMPEG_CONFIG_H
2758 #define FFMPEG_CONFIG_H
2759 #define FFMPEG_CONFIGURATION "$(c_escape $FFMPEG_CONFIGURATION)"
2760 #define FFMPEG_DATADIR "$(eval c_escape $datadir)"
2761 #define CC_TYPE "$cc_type"
2762 #define CC_VERSION $cc_version
2763 #define restrict $_restrict
2764 #define ASMALIGN(ZEROBITS) ".align $align_shift " #ZEROBITS "\\n\\t"
2765 #define EXTERN_PREFIX "${extern_prefix}"
2766 #define EXTERN_ASM ${extern_prefix}
2769 if enabled small || disabled optimizations
; then
2770 echo "#define av_always_inline" >> $TMPH
2773 print_config ARCH_
$TMPH config.mak
$ARCH_LIST
2774 print_config HAVE_
$TMPH config.mak
$HAVE_LIST
2775 print_config CONFIG_
$TMPH config.mak
$CONFIG_LIST \
2789 echo "#endif /* FFMPEG_CONFIG_H */" >> $TMPH
2790 echo "endif # FFMPEG_CONFIG_MAK" >> config.mak
2792 # Do not overwrite an unchanged config.h to avoid superfluous rebuilds.
2793 cmp -s $TMPH config.h
&&
2794 echo "config.h is unchanged" ||
2795 mv -f $TMPH config.h
2797 # build tree in object directory if source path is different from current one
2798 if enabled source_path_used
; then
2820 libavdevice/Makefile
2821 libavfilter/Makefile
2822 libavformat/Makefile
2824 libpostproc/Makefile
2827 for dir
in $DIRS ; do
2830 for f
in $FILES ; do
2831 $ln_s "$source_path/$f" $f
2836 # build pkg-config files
2838 pkgconfig_generate
(){
2840 shortname
=${name#lib}${build_suffix}
2845 cat <<EOF > $name/$name.pc
2847 exec_prefix=\${prefix}
2852 Description: $comment
2854 Requires: $(enabled shared || echo $requires)
2855 Requires.private: $(enabled shared && echo $requires)
2857 Libs: -L\${libdir} -l${shortname} $(enabled shared || echo $libs)
2858 Libs.private: $(enabled shared && echo $libs)
2859 Cflags: -I\${includedir}
2861 cat <<EOF > $name/$name-uninstalled.pc
2864 libdir=\${pcfiledir}
2865 includedir=${source_path}
2868 Description: $comment
2872 Libs: \${libdir}/${LIBPREF}${shortname}${LIBSUF} $libs
2873 Cflags: -I\${includedir}
2877 pkgconfig_generate libavutil
"FFmpeg utility library" "$LIBAVUTIL_VERSION"
2878 pkgconfig_generate libavcodec
"FFmpeg codec library" "$LIBAVCODEC_VERSION" "$extralibs" "libavutil = $LIBAVUTIL_VERSION"
2879 pkgconfig_generate libavformat
"FFmpeg container format library" "$LIBAVFORMAT_VERSION" "$extralibs" "libavcodec = $LIBAVCODEC_VERSION"
2880 pkgconfig_generate libavdevice
"FFmpeg device handling library" "$LIBAVDEVICE_VERSION" "$extralibs" "libavformat = $LIBAVFORMAT_VERSION"
2882 pkgconfig_generate libavfilter
"FFmpeg video filtering library" "$LIBAVFILTER_VERSION" "$extralibs" "libavutil = $LIBAVUTIL_VERSION"
2884 pkgconfig_generate libpostproc
"FFmpeg post processing library" "$LIBPOSTPROC_VERSION"
2885 pkgconfig_generate libswscale
"FFmpeg image rescaling library" "$LIBSWSCALE_VERSION" "" "libavutil = $LIBAVUTIL_VERSION"