3 # FFmpeg configure script
5 # Copyright (c) 2000, 2001, 2002 Fabrice Bellard
6 # Copyright (c) 2005-2006 Diego Biurrun
7 # Copyright (c) 2005-2006 Mans Rullgard
10 # make sure we are running under a compatible shell
11 # try to make this part work with most shells
14 echo "Trying shell $1"
15 type "$1" >/dev
/null
2>&1 && exec "$@"
19 (: ${foo%%bar}) 2>/dev
/null
22 (: ${foo?}) 2>/dev
/null
25 if test "$E1" != 0 ||
test "$E2" = 0; then
26 echo "Broken shell detected. Trying alternatives."
28 if test "0$FF_CONF_EXEC" -lt
1; then
30 try_exec bash
"$0" "$@"
32 if test "0$FF_CONF_EXEC" -lt
2; then
34 try_exec ksh
"$0" "$@"
36 if test "0$FF_CONF_EXEC" -lt
3; then
38 try_exec
/usr
/xpg4
/bin
/sh
"$0" "$@"
40 echo "No compatible shell script interpreter found."
41 echo "This configure script requires a POSIX-compatible shell"
42 echo "such as bash or ksh."
43 echo "THIS IS NOT A BUG IN FFMPEG, DO NOT REPORT IT AS SUCH."
44 echo "Instead, install a working POSIX-compatible shell."
45 echo "Disabling this configure test will create a broken FFmpeg."
46 if test "$BASH_VERSION" = '2.04.0(1)-release'; then
47 echo "This bash version ($BASH_VERSION) is broken on your platform."
48 echo "Upgrade to a later version if available."
54 echo "Usage: configure [options]"
55 echo "Options: [defaults in brackets after descriptions]"
57 echo "Standard options:"
58 echo " --help print this message"
59 echo " --log[=FILE|yes|no] log tests and output to FILE [config.err]"
60 echo " --prefix=PREFIX install in PREFIX [$PREFIX]"
61 echo " --libdir=DIR install libs in DIR [PREFIX/lib]"
62 echo " --shlibdir=DIR install shared libs in DIR [PREFIX/lib]"
63 echo " --incdir=DIR install includes in DIR [PREFIX/include/ffmpeg]"
64 echo " --mandir=DIR install man page in DIR [PREFIX/man]"
65 echo " --enable-mingw32 enable MinGW native/cross Windows compile"
66 echo " --enable-mingwce enable MinGW native/cross WinCE compile"
67 echo " --enable-static build static libraries [default=yes]"
68 echo " --disable-static do not build static libraries [default=no]"
69 echo " --enable-shared build shared libraries [default=no]"
70 echo " --disable-shared do not build shared libraries [default=yes]"
71 echo " --enable-pp enable GPLed postprocessing support [default=no]"
72 echo " --enable-swscaler software scaler support [default=no]"
73 echo " --enable-sunmlib use Sun medialib [default=no]"
74 echo " --enable-beosthreads use BeOS threads [default=no]"
75 echo " --enable-os2threads use OS/2 threads [default=no]"
76 echo " --enable-pthreads use pthreads [default=no]"
77 echo " --enable-w32threads use Win32 threads [default=no]"
78 echo " --enable-x11grab enable X11 grabbing [default=no]"
79 echo " --enable-dc1394 enable IIDC-1394 grabbing using libdc1394"
80 echo " and libraw1394 [default=no]"
81 echo " --enable-a52 enable GPLed liba52 support [default=no]"
82 echo " --enable-a52bin open liba52.so.0 at runtime [default=no]"
83 echo " --enable-avisynth allow reading AVISynth script files [default=no]"
84 echo " --enable-dts enable GPLed libdts support [default=no]"
85 echo " --enable-faac enable FAAC support via libfaac [default=no]"
86 echo " --enable-faad enable FAAD support via libfaad [default=no]"
87 echo " --enable-faadbin build FAAD support with runtime linking [default=no]"
88 echo " --enable-libgsm enable GSM support via libgsm [default=no]"
89 echo " --enable-mp3lame enable MP3 encoding via libmp3lame [default=no]"
90 echo " --enable-libnut enable NUT support via libnut [default=no]"
91 echo " --enable-libogg enable Ogg support via libogg [default=no]"
92 echo " --enable-libtheora enable Theora support via libtheora [default=no]"
93 echo " --enable-vorbis enable Vorbis support via libvorbis [default=no]"
94 echo " --enable-x264 enable H.264 encoding via x264 [default=no]"
95 echo " --enable-xvid enable Xvid encoding via xvidcore [default=no]"
96 echo " --enable-amr_nb enable amr_nb float audio codec"
97 echo " --enable-amr_nb-fixed use fixed point for amr-nb codec"
98 echo " --enable-amr_wb enable amr_wb float audio codec"
99 echo " --enable-amr_if2 enable amr_wb IF2 audio codec"
100 echo " --enable-gpl allow use of GPL code, the resulting libav*"
101 echo " and ffmpeg will be under GPL [default=no]"
103 echo "Advanced options (experts only):"
104 echo " --source-path=PATH path to source code [$source_path]"
105 echo " --cross-prefix=PREFIX use PREFIX for compilation tools [$cross_prefix]"
106 echo " --cross-compile assume a cross-compiler is used"
107 echo " --cc=CC use C compiler CC [$cc]"
108 echo " --make=MAKE use specified make [$make]"
109 echo " --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS]"
110 echo " --extra-ldflags=ELDFLAGS add ELDFLAGS to LDFLAGS [$LDFLAGS]"
111 echo " --extra-libs=ELIBS add ELIBS [$ELIBS]"
112 echo " --build-suffix=SUFFIX suffix for application specific build []"
113 echo " --arch=ARCH select architecture [$arch]"
114 echo " --cpu=CPU selects the minimum cpu required (affects
115 instruction selection, may crash on older CPUs)"
116 echo " --powerpc-perf-enable enable performance report on PPC"
117 echo " (requires enabling PMC)"
118 echo " --disable-mmx disable MMX usage"
119 echo " --disable-armv5te disable armv5te usage"
120 echo " --disable-armv6 disable armv6 usage"
121 echo " --disable-iwmmxt disable iwmmxt usage"
122 echo " --disable-altivec disable AltiVec usage"
123 echo " --disable-audio-oss disable OSS audio support [default=no]"
124 echo " --disable-audio-beos disable BeOS audio support [default=no]"
125 echo " --disable-v4l disable video4linux grabbing [default=no]"
126 echo " --disable-v4l2 disable video4linux2 grabbing [default=no]"
127 echo " --disable-bktr disable bktr video grabbing [default=no]"
128 echo " --disable-dv1394 disable DV1394 grabbing [default=no]"
129 echo " --disable-network disable network support [default=no]"
130 echo " --disable-ipv6 disable ipv6 support [default=no]"
131 echo " --disable-zlib disable zlib [default=no]"
132 echo " --disable-vhook disable video hooking support"
133 echo " --enable-gprof enable profiling with gprof [$gprof]"
134 echo " --disable-debug disable debugging symbols"
135 echo " --disable-opts disable compiler optimizations"
136 echo " --enable-extra-warnings enable more compiler warnings"
137 echo " --disable-mpegaudio-hp faster (but less accurate)"
138 echo " MPEG audio decoding [default=no]"
139 echo " --disable-protocols disable I/O protocols support [default=no]"
140 echo " --disable-ffmpeg disable ffmpeg build"
141 echo " --disable-ffserver disable ffserver build"
142 echo " --disable-ffplay disable ffplay build"
143 echo " --enable-small optimize for size instead of speed"
144 echo " --enable-memalign-hack emulate memalign, interferes with memory debuggers"
145 echo " --disable-strip disable stripping of executables and shared libraries"
146 echo " --disable-encoder=NAME disables encoder NAME"
147 echo " --enable-encoder=NAME enables encoder NAME"
148 echo " --disable-decoder=NAME disables decoder NAME"
149 echo " --enable-decoder=NAME enables decoder NAME"
150 echo " --disable-encoders disables all encoders"
151 echo " --disable-decoders disables all decoders"
152 echo " --disable-muxer=NAME disables muxer NAME"
153 echo " --enable-muxer=NAME enables muxer NAME"
154 echo " --disable-muxers disables all muxers"
155 echo " --disable-demuxer=NAME disables demuxer NAME"
156 echo " --enable-demuxer=NAME enables demuxer NAME"
157 echo " --disable-demuxers disables all demuxers"
158 echo " --enable-parser=NAME enables parser NAME"
159 echo " --disable-parser=NAME disables parser NAME"
160 echo " --disable-parsers disables all parsers"
162 echo "NOTE: Object files are built at the place where configure is launched."
184 If you think configure made a mistake, make sure you are using the latest
185 version from SVN. If the latest version fails, report the problem to the
186 ffmpeg-devel@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
188 if enabled logging
; then
190 Include the log file "$logfile" produced by configure as this will help
195 Rerun configure with logging enabled (do not use --log=no), and include the
196 log this produces with your report.
199 rm -f
$TMPC $TMPO $TMPE $TMPS $TMPH
203 # "tr '[a-z]' '[A-Z]'" is a workaround for Solaris tr not grokking "tr a-z A-Z"
205 echo "$@" |
tr '[a-z]' '[A-Z]'
225 eval test "x\$$1" = "xyes"
230 enabled
$opt ||
return 1
236 enabled
$opt && return 0
242 eval dep_all
="\$${cfg}_deps"
243 eval dep_any
="\$${cfg}_deps_any"
244 enabled_all
$dep_all || disable
$cfg
245 enabled_any
$dep_any || disable
$cfg
255 if enabled
$cfg; then
256 ucname
="${pfx}`toupper $cfg`"
257 echo "#define ${ucname} 1" >> $header
258 echo "${ucname}=yes" >> $makefile
264 (: ${SAVE_CFLAGS?}) 2>/dev
/null
268 flags_saved
&& return
269 SAVE_CFLAGS
="$CFLAGS"
270 SAVE_LDFLAGS
="$LDFLAGS"
271 SAVE_extralibs
="$extralibs"
275 CFLAGS
="$SAVE_CFLAGS"
276 LDFLAGS
="$SAVE_LDFLAGS"
277 extralibs
="$SAVE_extralibs"
290 LDFLAGS
="$LDFLAGS $*"
295 extralibs
="$extralibs $*"
301 flags_saved
&& eval "SAVE_$var=\"\$SAVE_$var $*\""
302 eval "$var=\"\$$var $*\""
314 append extralibs
"$@"
326 check_cmd
$cc $CFLAGS "$@" -c
-o
$TMPO $TMPC
333 check_cmd
$cc $CFLAGS "$@" -E
-o
$TMPO $TMPC
339 check_cmd
$cc $LDFLAGS "$@" -o
$TMPE $TMPO $extralibs
343 log check_cflags
"$@"
344 check_cc
"$@" <<EOF && add_cflags "$@"
350 log check_ldflags
"$@"
351 check_ld
"$@" <<EOF && add_ldflags "$@"
359 log check_header
"$@"
367 var
=`echo $header | sed 's/[^A-Za-z0-9_]/_/g'`
368 test "$err" = 0 && enable $var || disable
$var
383 test "$err" = 0 && enable $func || disable
$func
393 check_header
$header && check_func
$func && add_extralibs
"$@"
400 check_ld
"$@" && { enabled cross_compile ||
$TMPE >>$logfile 2>&1; }
408 check_lib
$header $func "$@" || die
"ERROR: $name not found"
414 "$@" < "$file" > "$file.tmp" && mv "$file.tmp" "$file" ||
rm "$file.tmp"
476 dev_bktr_ioctl_bt848_h
477 dev_bktr_ioctl_meteor_h
479 dev_video_meteor_ioctl_meteor_h
480 dev_video_bktr_ioctl_bt848_h
491 machine_ioctl_bt848_h
492 machine_ioctl_meteor_h
515 flashsv_decoder_deps
="zlib"
516 flashsv_encoder_deps
="zlib"
517 mpeg_xvmc_decoder_deps
="xvmc"
518 png_decoder_deps
="zlib"
519 png_encoder_deps
="zlib"
520 x264_encoder_deps
="x264"
521 xvid_encoder_deps
="xvid"
522 zmbv_decoder_deps
="zlib"
523 zmbv_encoder_deps
="zlib"
525 aac_decoder_deps
="libfaad"
526 mpeg4aac_decoder_deps
="libfaad"
527 ac3_decoder_deps
="liba52"
528 amr_nb_decoder_deps_any
="amr_nb amr_nb_fixed"
529 amr_nb_encoder_deps_any
="amr_nb amr_nb_fixed"
530 amr_wb_decoder_deps
="amr_wb"
531 amr_wb_encoder_deps
="amr_wb"
532 dts_decoder_deps
="libdts"
533 faac_encoder_deps
="libfaac"
534 libgsm_decoder_deps
="libgsm"
535 libgsm_encoder_deps
="libgsm"
536 libtheora_encoder_deps
="libtheora"
537 mp3lame_encoder_deps
="libmp3lame"
538 oggvorbis_decoder_deps
="libvorbis"
539 oggvorbis_encoder_deps
="libvorbis"
541 audio_demuxer_deps_any
="audio_oss audio_beos"
542 audio_muxer_deps_any
="audio_oss audio_beos"
543 dc1394_demuxer_deps
="dc1394"
544 dv1394_demuxer_deps
="dv1394"
546 nut_muxer_deps
="libnut"
547 ogg_muxer_deps
="libogg"
548 redir_demuxer_deps
="network"
549 rtp_muxer_deps
="network"
550 rtsp_demuxer_deps
="network"
551 sdp_demuxer_deps
="network"
552 v4l2_demuxer_deps
="video4linux2"
553 video_grab_device_demuxer_deps_any
="video4linux bktr"
554 x11_grab_device_demuxer_deps
="x11grab"
556 # set temporary file name
557 if test ! -z
"$TMPDIR" ; then
559 elif test ! -z
"$TEMPDIR" ; then
565 TMPC
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.c"
566 TMPO
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.o"
567 TMPE
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}"
568 TMPS
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.S"
569 TMPH
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.h"
575 libdir
='${PREFIX}/lib'
577 incdir
='${PREFIX}/include/ffmpeg'
578 mandir
='${PREFIX}/man'
579 bindir
='${PREFIX}/bin'
600 i386|i486|i586|i686|i86pc|BePC
)
605 canon_arch
="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`"
606 if [ x
"$canon_arch" = x
"x86_64" -o x
"$canon_arch" = x
"amd64" ]; then
607 if [ -z
"`echo $CFLAGS | grep -- -m32`" ]; then
612 # armv4l is a subset of armv[567]*l
619 "Power Macintosh"|ppc|ppc64|powerpc
)
696 SHFLAGS
='-shared -Wl,-soname,$@'
697 VHOOKSHFLAGS
='$(SHFLAGS)'
704 FFLDFLAGS
=-Wl
,--warn-common
705 LDLATEFLAGS
='-Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil'
706 FFSERVERLDFLAGS
=-Wl
,-E
710 LIB
='$(LIBPREF)$(NAME)$(LIBSUF)'
713 SLIBNAME
='$(SLIBPREF)$(NAME)$(SLIBSUF)'
714 SLIBNAME_WITH_VERSION
='$(SLIBNAME).$(LIBVERSION)'
715 SLIBNAME_WITH_MAJOR
='$(SLIBNAME).$(LIBMAJOR)'
731 asmalign_pot
="unknown"
732 LIB_INSTALL_EXTRA_CMD
='$(RANLIB) "$(libdir)/$(LIB)"'
738 PREFIX
="/boot/home/config"
739 # helps building libavcodec
740 add_cflags
"-DPIC -fomit-frame-pointer"
741 # 3 gcc releases known for BeOS, each with ugly bugs
742 gcc_version
="`$cc -v 2>&1 | grep version | cut -d ' ' -f3-`"
743 case "$gcc_version" in
744 2.9-beos-991026
*|
2.9-beos-000224
*) echo "R5/GG gcc"
747 *20010315*) echo "BeBits gcc"
748 add_cflags
"-fno-expensive-optimizations"
752 # disable Linux things
759 # no need for libm, but the inet stuff
761 if (echo $BEINCLUDES|
grep 'headers/be/bone' >/dev
/null
); then
762 extralibs
="-lbind -lsocket"
775 SHFLAGS
="-shared -Wl,-h,\$@"
776 add_extralibs
"-lsocket -lnsl"
785 add_extralibs
"-lossaudio"
795 LIBOBJFLAGS
="\$(PIC)"
796 LDCONFIG
="ldconfig -m \$(shlibdir)"
798 SLIBNAME
='$(SLIBPREF)$(NAME)$(SLIBSUF).$(LIBVERSION)'
799 SLIBNAME_WITH_VERSION
='$(SLIBNAME)'
800 SLIBNAME_WITH_MAJOR
='$(SLIBNAME)'
801 add_extralibs
"-lossaudio"
811 add_cflags
"-pthread"
819 add_cflags
"-pthread"
827 extralibs
="-lpoll -lgnugetopt -lm"
838 SHFLAGS
="-dynamiclib -Wl,-single_module -Wl,-install_name,\$(shlibdir)/\$(SLIBNAME),-current_version,\$(SPPVERSION),-compatibility_version,\$(SPPVERSION) -Wl,-read_only_relocs,suppress"
839 VHOOKSHFLAGS
='-dynamiclib -Wl,-single_module -flat_namespace -undefined suppress -Wl,-install_name,$(shlibdir)/vhook/$@'
842 FFLDFLAGS
="-Wl,-dynamic,-search_paths_first"
844 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(NAME).$(LIBVERSION)$(SLIBSUF)'
845 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(NAME).$(LIBMAJOR)$(SLIBSUF)'
846 FFSERVERLDFLAGS
=-Wl
,-bind_at_load
849 # Note: the rest of the mingw32 config is done afterwards as mingw32
850 # can be forced on the command line for Linux cross compilation.
860 VHOOKSHFLAGS
='-shared -L$(BUILD_ROOT)/libavformat -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libavutil'
861 VHOOKLIBS
='-lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS)'
866 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
867 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
868 SHFLAGS
='-shared -Wl,--out-implib=lib$(NAME).dll.a'
871 LDLATEFLAGS
="-Wl,--as-needed $LDLATEFLAGS"
875 ranlib
="echo ignoring ranlib"
884 ranlib
="echo ignoring ranlib"
885 strip
="echo ignoring strip"
887 FFLDFLAGS
="-Zomf -Zstack 16384 -s"
888 SHFLAGS
="-Zdll -Zomf"
906 targetos
="${targetos}-UNKNOWN"
911 source_path
="`dirname \"$0\"`"
912 source_path_used
="yes"
913 if test -z
"$source_path" -o
"$source_path" = "." ; then
915 source_path_used
="no"
917 source_path
="`cd \"$source_path\"; pwd`"
918 echo "$source_path" |
grep -q
'[[:blank:]]' &&
919 die
"Out of tree builds are impossible with whitespace in source path."
922 if test x
"$1" = x
"-h" -o x
"$1" = x
"--help" ; then
926 FFMPEG_CONFIGURATION
=" "
928 FFMPEG_CONFIGURATION
="$FFMPEG_CONFIGURATION""$opt "
931 ENCODER_LIST
=`sed -n 's/^[^#]*ENC.*, *\(.*\)).*/\1_encoder/p' "$source_path/libavcodec/allcodecs.c"`
932 DECODER_LIST
=`sed -n 's/^[^#]*DEC.*, *\(.*\)).*/\1_decoder/p' "$source_path/libavcodec/allcodecs.c"`
933 PARSER_LIST
=`sed -n 's/^[^#]*PARSER.*, *\(.*\)).*/\1_parser/p' "$source_path/libavcodec/allcodecs.c"`
934 MUXER_LIST
=`sed -n 's/^[^#]*_MUX.*, *\(.*\)).*/\1_muxer/p' "$source_path/libavformat/allformats.c"`
935 DEMUXER_LIST
=`sed -n 's/^[^#]*DEMUX.*, *\(.*\)).*/\1_demuxer/p' "$source_path/libavformat/allformats.c"`
937 enable $ENCODER_LIST $DECODER_LIST $PARSER_LIST $MUXER_LIST $DEMUXER_LIST
944 --log
=*) logging
="$optval"
946 --prefix
=*) PREFIX
="$optval"
948 --libdir
=*) libdir
="$optval"
950 --shlibdir
=*) shlibdir
="$optval"
952 --incdir
=*) incdir
="$optval"
954 --mandir
=*) mandir
="$optval"
956 --source-path
=*) source_path
="$optval"
958 --cross-prefix
=*) cross_prefix
="$optval"
960 --cross-compile
) cross_compile
=yes
964 --make=*) make="$optval"
966 --extra-cflags
=*) add_cflags
"$optval"
968 --extra-ldflags
=*) add_ldflags
"$optval"
970 --extra-libs
=*) add_extralibs
"$optval"
972 --build-suffix
=*) BUILDSUF
="$optval"
974 --arch
=*) arch
="$optval"
976 --cpu
=*) cpu
="$optval"
978 --powerpc-perf-enable
) powerpc_perf
="yes"
980 --disable-mmx
) mmx
="no"
982 --disable-armv5te
) armv5te
="no"
984 --disable-armv6
) armv6
="no"
986 --disable-iwmmxt
) iwmmxt
="no"
988 --disable-altivec
) altivec
="no"
990 --enable-gprof
) gprof
="yes"
992 --disable-v4l
) video4linux
="no"
994 --disable-v4l2
) video4linux2
="no"
996 --disable-bktr
) bktr
="no"
998 --disable-audio-oss
) audio_oss
="no"
1000 --disable-audio-beos
) audio_beos
="no"
1002 --disable-dv1394
) dv1394
="no"
1004 --disable-network
) network
="no"; ffserver
="no"
1006 --disable-ipv6
) ipv6
="no";
1008 --disable-zlib
) zlib
="no"
1010 --enable-a52
) liba52
="yes"
1012 --enable-a52bin
) liba52bin
="yes"
1014 --enable-dts
) libdts
="yes"
1016 --enable-pp
) pp
="yes"
1018 --enable-libgsm
) libgsm
="yes"
1020 --enable-mp3lame
) libmp3lame
="yes"
1022 --enable-libnut
) libnut
="yes"
1024 --enable-libogg
) libogg
="yes"
1025 pkg_requires
="$pkg_requires ogg >= 1.1"
1027 --enable-libtheora
) libtheora
="yes"
1028 pkg_requires
="$pkg_requires theora"
1030 --enable-vorbis
) libvorbis
="yes"
1031 pkg_requires
="$pkg_requires vorbis vorbisenc"
1033 --enable-faad
) libfaad
="yes"
1035 --enable-faadbin
) libfaadbin
="yes"
1037 --enable-faac
) libfaac
="yes"
1039 --enable-xvid
) xvid
="yes"
1041 --enable-x264
) x264
="yes"
1043 --enable-avisynth
) avisynth
="yes";
1045 --enable-x11grab
) x11grab
="yes";
1047 --enable-dc1394
) dc1394
="yes"
1048 pkg_requires
="$pkg_requires libraw1394"
1050 --disable-vhook
) vhook
="no"
1052 --enable-mingw32
) mingw32
="yes"
1054 --enable-mingwce
) wince
="yes"
1056 --enable-static
) lstatic
="yes"
1058 --disable-static
) lstatic
="no"
1060 --enable-shared
) lshared
="yes"
1062 --disable-shared
) lshared
="no"
1064 --disable-debug
) debug
="no"
1066 --disable-opts
) optimize
="no"
1068 --enable-extra-warnings
) extrawarnings
="yes"
1070 --disable-mpegaudio-hp
) mpegaudio_hp
="no"
1072 --disable-protocols
) protocols
="no"; network
="no"; ffserver
="no"
1074 --disable-ffmpeg
) ffmpeg
="no"
1076 --disable-ffserver
) ffserver
="no"
1078 --disable-ffplay
) ffplay
="no"
1080 --enable-small
) optimize
="small"
1082 --enable-amr_nb
) amr
="yes"; amr_nb
="yes"; amr_nb_fixed
="no"
1084 --enable-amr_nb-fixed
) amr
="yes"; amr_nb_fixed
="yes"; amr_nb
="no"
1086 --enable-amr_wb
) amr
="yes"; amr_wb
="yes"
1088 --enable-amr_if2
) amr
="yes"; amr_if2
="yes"
1090 --enable-sunmlib
) mlib
="yes"
1092 --enable-pthreads
) pthreads
="yes"
1094 --enable-w32threads
) w32threads
="yes"
1096 --enable-beosthreads
) beosthreads
="yes"
1098 --enable-os2threads
) os2threads
="yes"
1100 --enable-swscaler
) swscaler
="yes"
1102 --enable-gpl
) gpl
="yes"
1104 --enable-memalign-hack
) memalign_hack
="yes"
1106 --disable-strip
) dostrip
="no"
1108 --enable-encoder
=*) enable ${optval}_encoder
1110 --enable-decoder
=*) enable ${optval}_decoder
1112 --disable-encoder
=*) disable
${optval}_encoder
1114 --disable-decoder
=*) disable
${optval}_decoder
1116 --disable-encoders
) disable
$ENCODER_LIST
1118 --disable-decoders
) disable
$DECODER_LIST
1120 --enable-muxer
=*) enable ${optval}_muxer
1122 --disable-muxer
=*) disable
${optval}_muxer
1124 --disable-muxers
) disable
$MUXER_LIST; ffserver
="no"
1126 --enable-demuxer
=*) enable ${optval}_demuxer
1128 --disable-demuxer
=*) disable
${optval}_demuxer
1130 --disable-demuxers
) disable
$DEMUXER_LIST
1132 --enable-parser
=*) enable ${optval}_parser
1134 --disable-parser
=*) disable
${optval}_parser
1136 --disable-parsers
) disable
$PARSER_LIST
1141 echo "Unknown option \"$opt\"."
1142 echo "See $0 --help for available options."
1148 if test "$logging" != no
; then
1149 enabled logging || logfile
="$logging"
1150 echo "# $0 $@" >$logfile
1156 if enabled_any mingw32 wince
; then
1157 if enabled_all lshared lstatic
; then
1159 You can only build one library type at once on MinGW.
1160 Specify --disable-static --enable-shared to only build
1161 the shared libraries. To build only the static libraries
1162 you do not need to pass additional options.
1173 if enabled wince
; then
1179 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
1180 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
1181 SLIB_EXTRA_CMD
="-lib /machine:i386 /def:\$(@:${SLIBSUF}=.def)"
1182 SLIB_INSTALL_EXTRA_CMD
="-install -m 644 \$(SLIBNAME_WITH_MAJOR:\$(SLIBSUF)=.lib) \"\$(shlibdir)/\$(SLIBNAME_WITH_MAJOR:\$(SLIBSUF)=.lib)\""
1183 SHFLAGS
="-shared -Wl,--output-def,\$(@:${SLIBSUF}=.def),--out-implib,lib\$(SLIBNAME:\$(SLIBSUF)=.dll.a) -Wl,--enable-runtime-pseudo-reloc"
1186 # Combine FFLDFLAGS and the LDFLAGS environment variable.
1187 LDFLAGS
="$FFLDFLAGS $LDFLAGS"
1189 test -n
"$cross_prefix" && cross_compile
=yes
1190 cc
="${cross_prefix}${cc}"
1191 ar="${cross_prefix}${ar}"
1192 ranlib
="${cross_prefix}${ranlib}"
1193 strip
="${cross_prefix}${strip}"
1195 # we need to build at least one lib type
1196 if test "$lstatic" = "no" && test "$lshared" = "no" ; then
1198 At least one library type must be built.
1199 Specify --enable-static to build the static libraries or --enable-shared to
1200 build the shared libraries as well. To only build the shared libraries specify
1201 --disable-static in addition to --enable-shared.
1206 if enabled libtheora
&& test "$libogg" = "no"; then
1207 die
"libogg must be enabled to enable libtheora."
1210 if enabled libvorbis
&& test "$libogg" = "no"; then
1211 die
"libogg must be enabled to enable libvorbis."
1214 if test "$gpl" != "yes"; then
1216 die
"The Postprocessing code is under GPL and --enable-gpl is not specified."
1219 if test "$liba52" != "no" -o
"$liba52bin" != "no"; then
1220 die
"liba52 is under GPL and --enable-gpl is not specified."
1223 if enabled xvid
; then
1224 die
"libxvidcore is under GPL and --enable-gpl is not specified."
1227 if enabled x264
; then
1228 die
"x264 is under GPL and --enable-gpl is not specified."
1231 if enabled libdts
; then
1232 die
"libdts is under GPL and --enable-gpl is not specified."
1235 if test "$libfaad" != "no" -o
"$libfaadbin" != "no"; then
1236 if check_header faad.h
; then
1239 #ifndef FAAD2_VERSION
1242 int main( void ) { return 0; }
1244 if test $?
= 0 ; then
1245 die
"FAAD2 is under GPL and --enable-gpl is not specified."
1250 echo "FAAD test failed."
1254 if enabled x11grab
; then
1255 die
"The X11 grabber is under GPL and --enable-gpl is not specified."
1258 if enabled swscaler
; then
1259 die
"The software scaler is under GPL and --enable-gpl is not specified."
1264 if test $mmx = "default"; then
1265 if test $arch = "x86_32" -o
$arch = "x86_64"; then
1272 test -z
"$need_memalign" && need_memalign
="$mmx"
1275 needmdynamicnopic
="no"
1276 if test $targetos = Darwin
; then
1277 if test -n
"`$cc -v 2>&1 | grep xlc`"; then
1278 add_cflags
"-qpdf2 -qlanglvl=extc99 -qmaxmem=-1 -qarch=auto -qtune=auto"
1280 gcc_version
="`$cc -v 2>&1 | grep version | cut -d ' ' -f3-`"
1281 case "$gcc_version" in
1283 add_cflags
"-no-cpp-precomp -pipe"
1286 add_cflags
"-no-cpp-precomp -pipe -force_cpusubtype_ALL -Wno-sign-compare"
1287 if test "$lshared" = no
; then
1288 needmdynamicnopic
="yes"
1292 add_cflags
"-no-cpp-precomp -pipe"
1293 if test "$lshared" = no
; then
1294 needmdynamicnopic
="yes"
1301 if test $optimize != "no"; then
1302 add_cflags
"-fomit-frame-pointer"
1305 # Can only do AltiVec on PowerPC
1306 if test $altivec = "default"; then
1307 if test $arch = "powerpc"; then
1314 # Add processor-specific flags
1315 POWERPCMODE
="32bits"
1316 if test $cpu != "generic"; then
1318 601|ppc601|PowerPC601
)
1319 add_cflags
"-mcpu=601"
1320 if enabled altivec
; then
1321 echo "WARNING: Tuning for PPC601 but AltiVec enabled!";
1324 603*|ppc603
*|PowerPC603
*)
1325 add_cflags
"-mcpu=603"
1326 if enabled altivec
; then
1327 echo "WARNING: Tuning for PPC603 but AltiVec enabled!";
1330 604*|ppc604
*|PowerPC604
*)
1331 add_cflags
"-mcpu=604"
1332 if enabled altivec
; then
1333 echo "WARNING: Tuning for PPC604 but AltiVec enabled!";
1336 G3|g3|
75*|ppc75
*|PowerPC75
*)
1337 add_cflags
"-mcpu=750 -mpowerpc-gfxopt"
1338 if enabled altivec
; then
1339 echo "WARNING: Tuning for PPC75x but AltiVec enabled!";
1342 G4|g4|
745*|ppc745
*|PowerPC745
*)
1343 add_cflags
"-mcpu=7450 -mpowerpc-gfxopt"
1344 if test $altivec = "no"; then
1345 echo "WARNING: Tuning for PPC745x but AltiVec disabled!";
1348 74*|ppc74
*|PowerPC74
*)
1349 add_cflags
"-mcpu=7400 -mpowerpc-gfxopt"
1350 if test $altivec = "no"; then
1351 echo "WARNING: Tuning for PPC74xx but AltiVec disabled!";
1354 G5|g5|
970|ppc970|PowerPC970|power4
*|Power4
*)
1355 add_cflags
"-mcpu=970 -mpowerpc-gfxopt -mpowerpc64"
1356 if test $altivec = "no"; then
1357 echo "WARNING: Tuning for PPC970 but AltiVec disabled!";
1359 POWERPCMODE
="64bits"
1361 # targets that do NOT support conditional mov (cmov)
1362 i
[345]86|pentium|pentium-mmx|k6|k6-
[23]|winchip-c6|winchip2|c3
)
1363 add_cflags
"-march=$cpu"
1366 # targets that do support conditional mov (cmov)
1367 i686|pentiumpro|pentium
[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-
[mx
]p|athlon64|k8|opteron|athlon-fx|core2
)
1368 add_cflags
"-march=$cpu"
1372 # targets that do support conditional mov but on which it's slow
1373 pentium4|prescott|nocona
)
1374 add_cflags
"-march=$cpu"
1379 add_cflags
"-mcpu=v9"
1382 echo "WARNING: Unknown CPU \"$cpu\", ignored."
1387 # make sure we can execute files in $TMPDIR
1388 cat >$TMPE 2>>$logfile <<EOF
1391 chmod +x
$TMPE >>$logfile 2>&1
1392 if ! $TMPE >>$logfile 2>&1; then
1394 Unable to create and execute files in $TMPDIR1. Set the TMPDIR environment
1395 variable to another directory and make sure that $TMPDIR1 is not mounted
1398 die
"Sanity test failed."
1402 # compiler sanity check
1408 if test "$?" != 0; then
1409 echo "$cc is unable to create an executable file."
1410 if test -z
"$cross_prefix" -a
"$cross_compile" = no
; then
1411 echo "If $cc is a cross-compiler, use the --cross-compile option."
1412 echo "Only do this if you know what cross compiling means."
1414 die
"C compiler test failed."
1417 # check for assembler specific support
1419 if test $arch = "powerpc"; then
1420 check_cc
<<EOF && dcbzl=yes
1422 register long zero = 0;
1424 asm volatile("dcbzl %0, %1" : : "b" (data), "r" (zero));
1430 # check for SIMD availability
1432 # AltiVec flags: The FSF version of GCC differs from the Apple version
1433 if test $arch = "powerpc"; then
1434 if enabled altivec
; then
1435 if test -n
"`$cc -v 2>&1 | grep version | grep Apple`"; then
1436 add_cflags
"-faltivec"
1438 add_cflags
"-maltivec -mabi=altivec"
1443 check_header altivec.h
1445 # check if our compiler supports Motorola AltiVec C API
1446 if enabled altivec
; then
1447 if enabled altivec_h
; then
1448 inc_altivec_h
="#include <altivec.h>"
1452 check_cc
<<EOF || altivec=no
1455 vector signed int v1, v2, v3;
1456 v1 = vec_add(v2,v3);
1462 # check armv5te instructions support
1463 if test $armv5te = "default" -a
$arch = "armv4l"; then
1465 check_cc
<<EOF && armv5te=yes
1467 __asm__ __volatile__ ("qadd r0, r0, r0");
1472 if test $armv6 = "default" -a
$arch = "armv4l"; then
1473 check_cc
<<EOF && armv6=yes || armv6=no
1475 __asm__ __volatile__ ("sadd16 r0, r0, r0");
1480 # check iwmmxt support
1481 if test $iwmmxt = "default" -a
$arch = "armv4l"; then
1483 check_cc
<<EOF && iwmmxt=yes
1485 __asm__ __volatile__ ("wunpckelub wr6, wr4");
1490 # mmi only available on mips
1491 if test $mmi = "default"; then
1492 if test $arch = "mips"; then
1499 # check if our compiler supports mmi
1500 enabled mmi
&& check_cc
<<EOF || mmi="no"
1502 __asm__ ("lq \$2, 0(\$2)");
1508 # big/little-endian test
1509 if test "$cross_compile" = "no"; then
1510 check_ld
<<EOF || die "endian test failed" && $TMPE && bigendian="yes"
1511 #include <inttypes.h>
1512 int main(int argc, char ** argv){
1513 volatile uint32_t i=0x01234567;
1514 return (*((uint8_t*)(&i))) == 0x67;
1518 # programs cannot be launched if cross compiling, so make a static guess
1519 if test "$arch" = "powerpc" -o
"$arch" = "mips" ; then
1525 # check availability of some header files
1527 check_header malloc.h
1530 if test "$memalign" = "no" -a
"$need_memalign" = "yes" -a \
1531 "$memalign_hack" != "yes"; then
1532 die
"Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack."
1535 check_header byteswap.h
1537 check_func inet_aton
1538 check_func localtime_r
1539 enabled zlib
&& check_lib zlib.h zlibVersion
-lz || zlib
="no"
1541 # check for some common methods of building with pthread support
1542 # do this before the optional library checks as some of them require pthreads
1543 if enabled pthreads
; then
1544 if check_func pthread_create
; then
1546 elif check_func pthread_create
-pthread
; then
1548 add_ldflags
-pthread
1549 elif check_func pthread_create
-pthreads
; then
1550 add_cflags
-pthreads
1551 add_ldflags
-pthreads
1552 elif ! check_lib pthread.h pthread_create
-lpthread
; then
1553 die
"ERROR: can't find pthreads library"
1557 for thread
in pthreads beosthreads os2threads w32threads
; do
1558 if enabled
$thread; then
1559 if test $thread_type != "no"; then
1560 die
"ERROR: Only one thread type must be selected."
1562 thread_type
="$thread"
1567 # these are off by default, so fail if requested and not available
1568 enabled libdts
&& require libdts dts.h dts_init
-ldts
-lm
1569 enabled libgsm
&& require libgsm gsm.h gsm_create
-lgsm
1570 enabled libmp3lame
&& require LAME lame
/lame.h lame_init
-lmp3lame
-lm
1571 enabled libtheora
&& require libtheora theora
/theora.h theora_info_init
-ltheora
-logg
1572 enabled libvorbis
&& require libvorbis vorbis
/vorbisenc.h vorbis_info_init
-lvorbis
-lvorbisenc
-logg
1573 enabled libogg
&& require libogg ogg
/ogg.h ogg_sync_init
-logg
1574 enabled libnut
&& require libnut libnut.h nut_demuxer_init
-lnut
1575 enabled xvid
&& require XviD xvid.h xvid_global
-lxvidcore
1576 enabled x264
&& require x264 x264.h x264_encoder_open
-lx264
1577 enabled dc1394
&& require libdc1394 libdc1394
/dc1394_control.h dc1394_create_handle
-ldc1394_control
-lraw1394
1578 enabled mlib
&& require mediaLib mlib_types.h mlib_VectorSub_S16_U8_Mod
-lmlib
1580 # Ugh, libfaac uses stdcall calling convention on win32 so we can't use
1581 # the generic test functions
1582 if enabled libfaac
; then
1584 temp_extralibs
-lfaac
1585 check_ld
<<EOF && add_extralibs -lfaac || die "ERROR: libfaac not found"
1590 faacEncGetVersion(&id, &cpr);
1597 # Ugh, recent faad2 versions have renamed all functions and #define the
1598 # old names in faad.h. Generic tests won't work.
1599 if enabled libfaad
; then
1601 temp_extralibs
-lfaad
1602 check_ld
<<EOF && add_extralibs -lfaad || die "ERROR: libfaad not found"
1612 # Ugh, avisynth uses WINAPI calls. Generic tests won't work.
1613 if enabled avisynth
; then
1615 temp_extralibs
-lvfw32
1616 check_ld
<<EOF && add_extralibs -lvfw32 || die "ERROR: vfw32 not found"
1617 #include <windows.h>
1628 # test for lrintf in math.h
1629 check_exec
<<EOF && lrintf=yes || lrintf=no
1630 #define _ISOC9X_SOURCE 1
1632 int main( void ) { return (lrintf(3.999f) > 0)?0:1; }
1636 for restrict_keyword
in restrict __restrict__ __restrict
; do
1637 check_cc
<<EOF && _restrict=$restrict_keyword && break
1638 void foo(char * $restrict_keyword p);
1642 # dlopen/dlfcn.h probing
1644 check_header dlfcn.h
1646 if check_func dlopen
; then
1648 elif check_func dlopen
-ldl
; then
1652 if test "$vhook" = "default"; then
1656 if enabled_any vhook liba52bin libfaadbin
; then
1660 if test "$targetos" = "CYGWIN" -a
"$lstatic" = "yes" ; then
1663 echo "At the moment vhooks don't work on Cygwin static builds."
1664 echo "Patches welcome."
1668 if enabled vhook
; then
1669 check_ldflags
-rdynamic
1670 check_ldflags
-export-dynamic
1673 if enabled audio_beos
; then
1674 add_extralibs
"-lmedia -lbe"
1677 ##########################################
1680 temp_extralibs
-lImlib2
1681 check_ld
<<EOF && imlib2=yes || imlib2=no
1682 #include <X11/Xlib.h>
1684 int main( void ) { return (int) imlib_load_font("foo"); }
1688 ##########################################
1692 if test "x$targetos" != "xBeOS"; then
1693 if (freetype-config
--version
) >/dev
/null
2>&1 ; then
1694 temp_cflags
`freetype-config --cflags`
1695 temp_extralibs
`freetype-config --libs`
1696 check_ld
<<EOF && freetype2=yes
1697 #include <ft2build.h>
1698 int main( void ) { return (int) FT_Init_FreeType(0); }
1704 ##########################################
1709 SDL_CONFIG
="${cross_prefix}sdl-config"
1710 if ("${SDL_CONFIG}" --version
) >/dev
/null
2>&1 ; then
1711 temp_cflags
`"${SDL_CONFIG}" --cflags`
1712 temp_extralibs
`"${SDL_CONFIG}" --libs`
1715 #undef main /* We don't want SDL to override our main() */
1716 int main( void ) { return SDL_Init (SDL_INIT_VIDEO); }
1718 if test $?
= 0; then
1719 _sdlversion
=`"${SDL_CONFIG}" --version | sed 's/[^0-9]//g'`
1720 if test "$_sdlversion" -lt
121 ; then
1724 check_cc
<<EOF && sdl_video_size=yes || sdl_video_size=no
1727 const SDL_VideoInfo *vi = SDL_GetVideoInfo();
1728 int w = vi->current_w;
1737 enabled sdl || ffplay
=no
1739 ##########################################
1743 if (texi2html
-version
) >/dev
/null
2>&1; then
1747 ##########################################
1750 enabled network
&& enabled ipv6
&& check_ld
<<EOF && ipv6=yes || ipv6=no
1751 #include <sys/types.h>
1752 #include <sys/socket.h>
1753 #include <netinet/in.h>
1756 struct sockaddr_storage saddr;
1757 struct ipv6_mreq mreq6;
1758 getaddrinfo(0,0,0,0);
1759 getnameinfo(0,0,0,0,0,0,0);
1760 IN6_IS_ADDR_MULTICAST((const struct in6_addr *)0);
1764 # check for video4linux2 --- V4L2_PIX_FMT_YUV420
1765 enabled video4linux2
&& check_cc
<<EOF || video4linux2="no"
1766 #include <sys/time.h>
1767 #include <asm/types.h>
1768 #include <linux/videodev2.h>
1769 int dummy = V4L2_PIX_FMT_YUV420;
1770 struct v4l2_buffer dummy1;
1773 # check for ioctl_meteor.h, ioctl_bt848.h and alternatives
1774 if enabled bktr
; then
1775 check_header dev
/bktr
/ioctl_meteor.h
1776 check_header dev
/bktr
/ioctl_bt848.h
1778 check_header machine
/ioctl_meteor.h
1779 check_header machine
/ioctl_bt848.h
1781 check_header dev
/video
/meteor
/ioctl_meteor.h
1782 check_header dev
/video
/bktr
/ioctl_bt848.h
1784 check_header dev
/ic
/bt8xx.h
1787 # Deal with the x11 frame grabber
1790 enabled x11_grab_device_demuxer
&&
1791 check_header X11
/Xlib.h
&&
1792 check_header X11
/extensions
/XShm.h
&&
1793 check_func XOpenDisplay
-lX11
&&
1794 check_func XShmCreateImage
-lX11
-lXext
&&
1795 add_extralibs
-lX11
-lXext ||
1796 disable x11_grab_device_demuxer
1798 enabled debug
&& add_cflags
-g
1800 # add some useful compiler flags if supported
1801 check_cflags
-Wdeclaration-after-statement
1803 check_cflags
-Wno-switch
1804 check_cflags
-Wdisabled-optimization
1805 check_cflags
-Wpointer-arith
1806 check_cflags
-Wredundant-decls
1807 check_cflags
-Wno-pointer-sign
1808 enabled extrawarnings
&& check_cflags
-Winline
1810 # add some linker flags
1811 check_ldflags
$LDLATEFLAGS
1813 # not all compilers support -Os
1814 test "$optimize" = "small" && check_cflags
-Os
1816 if enabled optimize
; then
1817 if test -n
"`$cc -v 2>&1 | grep xlc`"; then
1825 # PIC flags for shared library objects where they are needed
1826 if enabled lshared
; then
1827 # LIBOBJFLAGS may have already been set in the OS configuration
1828 if test -z
"$LIBOBJFLAGS" ; then
1830 x86_64|ia64|alpha|sparc
*) LIBOBJFLAGS
="\$(PIC)" ;;
1835 if enabled gprof
; then
1840 VHOOKCFLAGS
="-fPIC $CFLAGS"
1841 enabled needmdynamicnopic
&& add_cflags
-mdynamic-no-pic
1843 # find if .align arg is power-of-two or not
1844 if test $asmalign_pot = "unknown"; then
1846 echo 'asm (".align 3");' | check_cc
&& asmalign_pot
="yes"
1849 echo "install prefix $PREFIX"
1850 echo "source path $source_path"
1851 echo "C compiler $cc"
1853 echo ".align is power-of-two $asmalign_pot"
1854 echo "ARCH $arch ($cpu)"
1855 if test "$BUILDSUF" != ""; then
1856 echo "build suffix $BUILDSUF"
1858 echo "big-endian $bigendian"
1859 if test $arch = "x86_32" -o
$arch = "x86_64"; then
1860 echo "MMX enabled $mmx"
1861 echo "CMOV enabled $cmov"
1862 echo "CMOV is fast $fast_cmov"
1864 if test $arch = "armv4l"; then
1865 echo "ARMv5TE enabled $armv5te"
1866 echo "ARMv6 enabled $armv6"
1867 echo "IWMMXT enabled $iwmmxt"
1869 if test $arch = "mips"; then
1870 echo "MMI enabled $mmi"
1872 if test $arch = "powerpc"; then
1873 echo "AltiVec enabled $altivec"
1874 echo "dcbzl available $dcbzl"
1876 echo "gprof enabled $gprof"
1877 echo "debug symbols $debug"
1878 echo "strip symbols $dostrip"
1879 echo "optimize $optimize"
1880 echo "static $lstatic"
1881 echo "shared $lshared"
1882 echo "postprocessing support $pp"
1883 echo "software scaler enabled $swscaler"
1884 echo "video hooking $vhook"
1885 if enabled vhook
; then
1886 echo "Imlib2 support $imlib2"
1887 echo "FreeType support $freetype2"
1889 echo "network support $network"
1890 if enabled network
; then
1891 echo "IPv6 support $ipv6"
1893 echo "threading support $thread_type"
1894 echo "SDL support $sdl"
1895 if enabled sdl_too_old
; then
1896 echo "-> Your SDL version is too old - please upgrade to have FFplay/SDL support."
1898 echo "Sun medialib support $mlib"
1899 echo "AVISynth enabled $avisynth"
1900 echo "liba52 support $liba52"
1901 echo "liba52 dlopened $liba52bin"
1902 echo "libdts support $libdts"
1903 echo "libfaac enabled $libfaac"
1904 echo "libfaad enabled $libfaad"
1905 echo "faadbin enabled $libfaadbin"
1906 echo "libgsm enabled $libgsm"
1907 echo "libmp3lame enabled $libmp3lame"
1908 echo "libnut enabled $libnut"
1909 echo "libogg enabled $libogg"
1910 echo "libtheora enabled $libtheora"
1911 echo "libvorbis enabled $libvorbis"
1912 echo "x264 enabled $x264"
1913 echo "XviD enabled $xvid"
1914 echo "zlib enabled $zlib"
1915 echo "AMR-NB float support $amr_nb"
1916 echo "AMR-NB fixed support $amr_nb_fixed"
1917 echo "AMR-WB float support $amr_wb"
1918 echo "AMR-WB IF2 support $amr_if2"
1919 if test "$gpl" = "no" ; then
1920 echo "License: LGPL"
1925 echo "Creating config.mak and config.h..."
1927 echo "# Automatically generated by configure - do not modify!" > config.mak
1928 echo "/* Automatically generated by configure - do not modify! */" > $TMPH
1929 echo "#define FFMPEG_CONFIGURATION "'"'"$FFMPEG_CONFIGURATION"'"' >> $TMPH
1931 echo "PREFIX=$PREFIX" >> config.mak
1932 echo "prefix=\$(DESTDIR)\${PREFIX}" >> config.mak
1933 echo "libdir=\$(DESTDIR)$libdir" >> config.mak
1934 echo "shlibdir=\$(DESTDIR)$shlibdir" >> config.mak
1935 echo "incdir=\$(DESTDIR)$incdir" >> config.mak
1936 echo "bindir=\$(DESTDIR)$bindir" >> config.mak
1937 echo "mandir=\$(DESTDIR)$mandir" >> config.mak
1938 echo "MAKE=$make" >> config.mak
1939 echo "CC=$cc" >> config.mak
1940 echo "AR=$ar" >> config.mak
1941 echo "RANLIB=$ranlib" >> config.mak
1942 if enabled dostrip
; then
1943 echo "STRIP=$strip" >> config.mak
1945 echo "STRIP=echo ignoring strip" >> config.mak
1948 echo "OPTFLAGS=$CFLAGS" >> config.mak
1949 echo "VHOOKCFLAGS=$VHOOKCFLAGS">>config.mak
1950 echo "LDFLAGS=$LDFLAGS" >> config.mak
1951 echo "LDCONFIG=$LDCONFIG" >> config.mak
1952 echo "FFSERVERLDFLAGS=$FFSERVERLDFLAGS" >> config.mak
1953 echo "SHFLAGS=$SHFLAGS" >> config.mak
1954 echo "VHOOKSHFLAGS=$VHOOKSHFLAGS" >> config.mak
1955 echo "VHOOKLIBS=$VHOOKLIBS" >> config.mak
1956 echo "LIBOBJFLAGS=$LIBOBJFLAGS" >> config.mak
1957 echo "BUILD_STATIC=$lstatic" >> config.mak
1958 echo "BUILDSUF=$BUILDSUF" >> config.mak
1959 echo "LIBPREF=$LIBPREF" >> config.mak
1960 echo "LIBSUF=\${BUILDSUF}$LIBSUF" >> config.mak
1961 if enabled lstatic
; then
1962 echo "LIB=$LIB" >> config.mak
1963 else # Some Make complain if this variable does not exist.
1964 echo "LIB=" >> config.mak
1966 echo "SLIBPREF=$SLIBPREF" >> config.mak
1967 echo "SLIBSUF=\${BUILDSUF}$SLIBSUF" >> config.mak
1968 echo "EXESUF=\${BUILDSUF}$EXESUF" >> config.mak
1969 echo "TARGET_OS=$targetos" >> config.mak
1971 ucarch
=`toupper $arch`
1972 echo "TARGET_ARCH_${ucarch}=yes" >> config.mak
1973 echo "#define ARCH_${ucarch} 1" >> $TMPH
1978 echo "TARGET_ARCH_X86=yes" >> config.mak
1979 echo "#define ARCH_X86 1" >> $TMPH
1982 if test "$POWERPCMODE" = "64bits"; then
1983 echo "#define POWERPC_MODE_64BITS 1" >> $TMPH
1985 if enabled powerpc_perf
; then
1986 echo "#define POWERPC_PERFORMANCE_REPORT 1" >> $TMPH
1990 echo "TARGET_ARCH_SPARC=yes" >> config.mak
1991 echo "#define ARCH_SPARC 1" >> $TMPH
1995 if enabled bigendian
; then
1996 echo "WORDS_BIGENDIAN=yes" >> config.mak
1997 echo "#define WORDS_BIGENDIAN 1" >> $TMPH
1999 if enabled mmx
; then
2000 echo "#define __CPU__ 586" >> $TMPH
2003 if enabled sdl
; then
2004 echo "SDL_LIBS=`"${SDL_CONFIG}" --libs`" >> config.mak
2005 echo "SDL_CFLAGS=`"${SDL_CONFIG}" --cflags`" >> config.mak
2007 if enabled texi2html
; then
2008 echo "BUILD_DOC=yes" >> config.mak
2011 sws_version
=`grep '#define LIBSWSCALE_VERSION ' "$source_path/libswscale/swscale.h" | sed 's/[^0-9\.]//g'`
2012 pp_version
=`grep '#define LIBPOSTPROC_VERSION ' "$source_path/libpostproc/postprocess.h" | sed 's/[^0-9\.]//g'`
2013 lavc_version
=`grep '#define LIBAVCODEC_VERSION ' "$source_path/libavcodec/avcodec.h" | sed 's/[^0-9\.]//g'`
2014 lavf_version
=`grep '#define LIBAVFORMAT_VERSION ' "$source_path/libavformat/avformat.h" | sed 's/[^0-9\.]//g'`
2015 lavu_version
=`grep '#define LIBAVUTIL_VERSION ' "$source_path/libavutil/avutil.h" | sed 's/[^0-9\.]//g'`
2019 if enabled lshared
; then
2020 echo "BUILD_SHARED=yes" >> config.mak
2021 echo "PIC=-fPIC -DPIC" >> config.mak
2022 echo "SPPMAJOR=${pp_version%%.*}" >> config.mak
2023 echo "SPPVERSION=$pp_version" >> config.mak
2024 echo "LAVCMAJOR=${lavc_version%%.*}" >> config.mak
2025 echo "LAVCVERSION=$lavc_version" >> config.mak
2026 echo "LAVFMAJOR=${lavf_version%%.*}" >> config.mak
2027 echo "LAVFVERSION=$lavf_version" >> config.mak
2028 echo "LAVUMAJOR=${lavu_version%%.*}" >> config.mak
2029 echo "LAVUVERSION=$lavu_version" >> config.mak
2030 echo "SWSMAJOR=${sws_version%%.*}" >> config.mak
2031 echo "SWSVERSION=$sws_version" >> config.mak
2032 echo "SLIBNAME=${SLIBNAME}" >> config.mak
2033 echo "SLIBNAME_WITH_VERSION=${SLIBNAME_WITH_VERSION}" >> config.mak
2034 echo "SLIBNAME_WITH_MAJOR=${SLIBNAME_WITH_MAJOR}" >> config.mak
2035 echo "SLIB_EXTRA_CMD=${SLIB_EXTRA_CMD}" >> config.mak
2036 echo "SLIB_INSTALL_EXTRA_CMD=${SLIB_INSTALL_EXTRA_CMD}" >> config.mak
2038 echo "LIB_INSTALL_EXTRA_CMD=${LIB_INSTALL_EXTRA_CMD}" >> config.mak
2039 echo "EXTRALIBS=$extralibs" >> config.mak
2041 enabled_any
$ENCODER_LIST && enable encoders
2042 enabled_any
$DECODER_LIST && enable decoders
2043 enabled_any
$MUXER_LIST && enable muxers
2044 enabled_any
$DEMUXER_LIST && enable demuxers
2046 enabled_any pthreads beosthreads os2threads w32threads
&& enable threads
2048 check_deps
$CONFIG_LIST $HAVE_LIST $DECODER_LIST $ENCODER_LIST $PARSER_LIST \
2049 $DEMUXER_LIST $MUXER_LIST
2051 print_config HAVE_
$TMPH config.mak
$HAVE_LIST
2052 print_config CONFIG_
$TMPH config.mak
$CONFIG_LIST
2053 print_config TARGET_
$TMPH config.mak
$TARGET_LIST
2055 if test "$targetos" = "Darwin"; then
2056 echo "#define CONFIG_DARWIN 1" >> $TMPH
2059 echo "#define restrict $_restrict" >> $TMPH
2061 if test "$optimize" = "small"; then
2062 echo "#define always_inline" >> $TMPH
2063 echo "#define CONFIG_SMALL 1" >> $TMPH
2066 echo "SRC_PATH=\"$source_path\"" >> config.mak
2067 echo "SRC_PATH_BARE=$source_path" >> config.mak
2068 echo "BUILD_ROOT=\"$PWD\"" >> config.mak
2070 if enabled amr_if2
; then
2071 echo "AMR_CFLAGS=-DIF2=1" >> config.mak
2074 # Apparently it's not possible to portably echo a backslash.
2075 if enabled asmalign_pot
; then
2076 printf '#define ASMALIGN(ZEROBITS) ".align " #ZEROBITS "\\n\\t"\n' >> $TMPH
2078 printf '#define ASMALIGN(ZEROBITS) ".align 1<<" #ZEROBITS "\\n\\t"\n' >> $TMPH
2082 for codec
in $DECODER_LIST $ENCODER_LIST $PARSER_LIST $DEMUXER_LIST $MUXER_LIST; do
2083 ucname
="`toupper $codec`"
2084 config_name
="CONFIG_$ucname"
2085 enabled_name
="ENABLE_$ucname"
2086 if enabled
$codec; then
2087 echo "#define $config_name 1" >> $TMPH
2088 echo "#define $enabled_name 1" >> $TMPH
2089 echo "$config_name=yes" >> config.mak
2091 echo "#define $enabled_name 0" >> $TMPH
2095 # Do not overwrite config.h if unchanged to avoid superfluous rebuilds.
2096 if ! cmp -s
$TMPH config.h
; then
2097 mv -f
$TMPH config.h
2099 echo "config.h is unchanged"
2102 rm -f
$TMPO $TMPC $TMPE $TMPS $TMPH
2104 # build tree in object directory if source path is different from current one
2105 if enabled source_path_used
; then
2119 libavcodec/amr_float \
2120 libavcodec/amrwb_float \
2130 libavformat/Makefile \
2131 libavcodec/Makefile \
2132 libpostproc/Makefile \
2133 libavutil/Makefile \
2134 libswscale/Makefile \
2140 for dir
in $DIRS ; do
2143 for f
in $FILES ; do
2144 ln -sf
"$source_path/$f" $f
2149 # build pkg-config files
2150 # FIXME: libdir and includedir are hardcoded and may differ from the real path.
2152 pkgconfig_generate
(){
2161 exec_prefix=\${prefix}
2162 libdir=\${exec_prefix}/lib
2163 includedir=\${prefix}/include
2166 Description: $comment
2170 Libs: -L\${libdir} $libs
2171 Cflags: -I\${includedir} -I\${includedir}/$include
2175 pkgconfig_generate_uninstalled
(){
2177 shortname
=${name#lib}
2182 cat <<EOF >$name-uninstalled.pc
2185 libdir=\${pcfiledir}/$name
2186 includedir=\${pcfiledir}/$name
2189 Description: $comment
2193 Libs: \${libdir}/${LIBPREF}${shortname}${LIBSUF} $libs
2194 Cflags: -I\${includedir}
2198 pkgconfig_generate libavutil
"FFmpeg utility library" "$lavu_version" -lavutil
"" ffmpeg
2199 pkgconfig_generate_uninstalled libavutil
"FFmpeg utility library" "$lavu_version"
2201 pkgconfig_generate libavcodec
"FFmpeg codec library" "$lavc_version" "-lavcodec $extralibs" "$pkg_requires libavutil = $lavu_version" ffmpeg
2202 pkgconfig_generate_uninstalled libavcodec
"FFmpeg codec library" "$lavc_version" "$extralibs" "$pkg_requires libavutil = $lavu_version"
2204 pkgconfig_generate libavformat
"FFmpeg container format library" "$lavf_version" "-lavformat $extralibs" "$pkg_requires libavcodec = $lavc_version" ffmpeg
2205 pkgconfig_generate_uninstalled libavformat
"FFmpeg container format library" "$lavf_version" "$extralibs" "$pkg_requires libavcodec = $lavc_version"
2208 pkgconfig_generate libpostproc
"FFmpeg post processing library" "$pp_version" -lpostproc
"" postproc
2209 pkgconfig_generate_uninstalled libpostproc
"FFmpeg post processing library" "$pp_version"
2212 if enabled swscaler
; then
2213 pkgconfig_generate libswscale
"FFmpeg image rescaling library" "$sws_version" "-lswscale" "libavutil = $lavu_version" swscale
2214 pkgconfig_generate_uninstalled libswscale
"FFmpeg image rescaling library" "$sws_version" "" "libavutil = $lavu_version"
2216 pkgconfig_generate libswscale
"FFmpeg image rescaling library" "$sws_version" "" "$pkg_requires libavcodec = $lavc_version" swscale
2217 pkgconfig_generate_uninstalled libswscale
"FFmpeg image rescaling library" "$sws_version" "" "$pkg_requires libavcodec = $lavc_version"
2218 apply libswscale.pc
sed s
/^Libs
:.
*$
/Libs
:/
2219 apply libswscale-uninstalled.pc
sed s
/^Libs
:.
*$
/Libs
:/