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
/xpg
4/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"
229 eval test "x\$$1" = "xno"
234 enabled
$opt ||
return 1
240 disabled
$opt ||
return 1
246 enabled
$opt && return 0
252 disabled
$opt && return 0
258 eval dep_all
="\$${cfg}_deps"
259 eval dep_any
="\$${cfg}_deps_any"
260 enabled_all
$dep_all || disable
$cfg
261 enabled_any
$dep_any || disable
$cfg
271 if enabled
$cfg; then
272 ucname
="${pfx}`toupper $cfg`"
273 echo "#define ${ucname} 1" >> $header
274 echo "${ucname}=yes" >> $makefile
280 (: ${SAVE_CFLAGS?}) 2>/dev
/null
284 flags_saved
&& return
285 SAVE_CFLAGS
="$CFLAGS"
286 SAVE_LDFLAGS
="$LDFLAGS"
287 SAVE_extralibs
="$extralibs"
291 CFLAGS
="$SAVE_CFLAGS"
292 LDFLAGS
="$SAVE_LDFLAGS"
293 extralibs
="$SAVE_extralibs"
306 LDFLAGS
="$LDFLAGS $*"
311 extralibs
="$extralibs $*"
317 flags_saved
&& eval "SAVE_$var=\"\$SAVE_$var $*\""
318 eval "$var=\"\$$var $*\""
330 append extralibs
"$@"
342 check_cmd
$cc $CFLAGS "$@" -c -o $TMPO $TMPC
349 check_cmd
$cc $CFLAGS "$@" -E -o $TMPO $TMPC
355 check_cmd
$cc $LDFLAGS "$@" -o $TMPE $TMPO $extralibs
359 log check_cflags
"$@"
360 check_cc
"$@" <<EOF && add_cflags "$@"
366 log check_ldflags
"$@"
367 check_ld
"$@" <<EOF && add_ldflags "$@"
375 log check_header
"$@"
383 var
=`echo $header | sed 's/[^A-Za-z0-9_]/_/g'`
384 test "$err" = 0 && enable $var || disable
$var
399 test "$err" = 0 && enable $func || disable
$func
409 check_header
$header && check_func
$func && add_extralibs
"$@"
416 check_ld
"$@" && { enabled cross_compile ||
$TMPE >>$logfile 2>&1; }
424 check_lib
$header $func "$@" || die
"ERROR: $name not found"
430 "$@" < "$file" > "$file.tmp" && mv "$file.tmp" "$file" ||
rm "$file.tmp"
492 dev_bktr_ioctl_bt848_h
493 dev_bktr_ioctl_meteor_h
495 dev_video_meteor_ioctl_meteor_h
496 dev_video_bktr_ioctl_bt848_h
507 machine_ioctl_bt848_h
508 machine_ioctl_meteor_h
531 flashsv_decoder_deps
="zlib"
532 flashsv_encoder_deps
="zlib"
533 mpeg_xvmc_decoder_deps
="xvmc"
534 png_decoder_deps
="zlib"
535 png_encoder_deps
="zlib"
536 x264_encoder_deps
="x264"
537 xvid_encoder_deps
="xvid"
538 zmbv_decoder_deps
="zlib"
539 zmbv_encoder_deps
="zlib"
541 aac_decoder_deps
="libfaad"
542 mpeg4aac_decoder_deps
="libfaad"
543 ac3_decoder_deps
="liba52"
544 amr_nb_decoder_deps_any
="amr_nb amr_nb_fixed"
545 amr_nb_encoder_deps_any
="amr_nb amr_nb_fixed"
546 amr_wb_decoder_deps
="amr_wb"
547 amr_wb_encoder_deps
="amr_wb"
548 dts_decoder_deps
="libdts"
549 faac_encoder_deps
="libfaac"
550 libgsm_decoder_deps
="libgsm"
551 libgsm_encoder_deps
="libgsm"
552 libtheora_encoder_deps
="libtheora"
553 mp3lame_encoder_deps
="libmp3lame"
554 oggvorbis_decoder_deps
="libvorbis"
555 oggvorbis_encoder_deps
="libvorbis"
557 audio_demuxer_deps_any
="audio_oss audio_beos"
558 audio_muxer_deps_any
="audio_oss audio_beos"
559 dc1394_demuxer_deps
="dc1394"
560 dv1394_demuxer_deps
="dv1394"
562 nut_muxer_deps
="libnut"
563 ogg_muxer_deps
="libogg"
564 redir_demuxer_deps
="network"
565 rtp_muxer_deps
="network"
566 rtsp_demuxer_deps
="network"
567 sdp_demuxer_deps
="network"
568 v4l2_demuxer_deps
="video4linux2"
569 video_grab_device_demuxer_deps_any
="video4linux bktr"
570 x11_grab_device_demuxer_deps
="x11grab"
572 # set temporary file name
573 if test ! -z "$TMPDIR" ; then
575 elif test ! -z "$TEMPDIR" ; then
581 TMPC
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.c"
582 TMPO
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.o"
583 TMPE
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}"
584 TMPS
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.S"
585 TMPH
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.h"
591 libdir
='${PREFIX}/lib'
593 incdir
='${PREFIX}/include/ffmpeg'
594 mandir
='${PREFIX}/man'
595 bindir
='${PREFIX}/bin'
616 i386|i486|i586|i686|i86pc|BePC
)
621 canon_arch
="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`"
622 if [ x
"$canon_arch" = x
"x86_64" -o x
"$canon_arch" = x
"amd64" ]; then
623 if [ -z "`echo $CFLAGS | grep -- -m32`" ]; then
628 # armv4l is a subset of armv[567]*l
635 "Power Macintosh"|ppc|ppc64|powerpc
)
712 SHFLAGS
='-shared -Wl,-soname,$@'
713 VHOOKSHFLAGS
='$(SHFLAGS)'
720 FFLDFLAGS
=-Wl,--warn-common
721 LDLATEFLAGS
='-Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil'
722 FFSERVERLDFLAGS
=-Wl,-E
726 LIB
='$(LIBPREF)$(NAME)$(LIBSUF)'
729 SLIBNAME
='$(SLIBPREF)$(NAME)$(SLIBSUF)'
730 SLIBNAME_WITH_VERSION
='$(SLIBNAME).$(LIBVERSION)'
731 SLIBNAME_WITH_MAJOR
='$(SLIBNAME).$(LIBMAJOR)'
747 asmalign_pot
="unknown"
748 LIB_INSTALL_EXTRA_CMD
='$(RANLIB) "$(libdir)/$(LIB)"'
754 PREFIX
="/boot/home/config"
755 # helps building libavcodec
756 add_cflags
"-DPIC -fomit-frame-pointer"
757 # 3 gcc releases known for BeOS, each with ugly bugs
758 gcc_version
="`$cc -v 2>&1 | grep version | cut -d ' ' -f3-`"
759 case "$gcc_version" in
760 2.9-beos-991026*|
2.9-beos-000224*) echo "R5/GG gcc"
763 *20010315*) echo "BeBits gcc"
764 add_cflags
"-fno-expensive-optimizations"
768 # disable Linux things
775 # no need for libm, but the inet stuff
777 if (echo $BEINCLUDES|
grep 'headers/be/bone' >/dev
/null
); then
778 extralibs
="-lbind -lsocket"
791 SHFLAGS
="-shared -Wl,-h,\$@"
792 add_extralibs
"-lsocket -lnsl"
801 add_extralibs
"-lossaudio"
811 LIBOBJFLAGS
="\$(PIC)"
812 LDCONFIG
="ldconfig -m \$(shlibdir)"
814 SLIBNAME
='$(SLIBPREF)$(NAME)$(SLIBSUF).$(LIBVERSION)'
815 SLIBNAME_WITH_VERSION
='$(SLIBNAME)'
816 SLIBNAME_WITH_MAJOR
='$(SLIBNAME)'
817 add_extralibs
"-lossaudio"
827 add_cflags
"-pthread"
835 add_cflags
"-pthread"
843 extralibs
="-lpoll -lgnugetopt -lm"
854 SHFLAGS
="-dynamiclib -Wl,-single_module -Wl,-install_name,\$(shlibdir)/\$(SLIBNAME),-current_version,\$(SPPVERSION),-compatibility_version,\$(SPPVERSION) -Wl,-read_only_relocs,suppress"
855 VHOOKSHFLAGS
='-dynamiclib -Wl,-single_module -flat_namespace -undefined suppress -Wl,-install_name,$(shlibdir)/vhook/$@'
858 FFLDFLAGS
="-Wl,-dynamic,-search_paths_first"
860 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(NAME).$(LIBVERSION)$(SLIBSUF)'
861 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(NAME).$(LIBMAJOR)$(SLIBSUF)'
862 FFSERVERLDFLAGS
=-Wl,-bind_at_load
865 # Note: the rest of the mingw32 config is done afterwards as mingw32
866 # can be forced on the command line for Linux cross compilation.
876 VHOOKSHFLAGS
='-shared -L$(BUILD_ROOT)/libavformat -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libavutil'
877 VHOOKLIBS
='-lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS)'
882 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
883 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
884 SHFLAGS
='-shared -Wl,--out-implib=lib$(NAME).dll.a'
887 LDLATEFLAGS
="-Wl,--as-needed $LDLATEFLAGS"
891 ranlib
="echo ignoring ranlib"
900 ranlib
="echo ignoring ranlib"
901 strip
="echo ignoring strip"
903 FFLDFLAGS
="-Zomf -Zstack 16384 -s"
904 SHFLAGS
="-Zdll -Zomf"
922 targetos
="${targetos}-UNKNOWN"
927 source_path
="`dirname \"$0\"`"
928 source_path_used
="yes"
929 if test -z "$source_path" -o "$source_path" = "." ; then
931 source_path_used
="no"
933 source_path
="`cd \"$source_path\"; pwd`"
934 echo "$source_path" |
grep -q '[[:blank:]]' &&
935 die
"Out of tree builds are impossible with whitespace in source path."
938 if test x
"$1" = x
"-h" -o x
"$1" = x
"--help" ; then
942 FFMPEG_CONFIGURATION
=" "
944 FFMPEG_CONFIGURATION
="$FFMPEG_CONFIGURATION""$opt "
947 ENCODER_LIST
=`sed -n 's/^[^#]*ENC.*, *\(.*\)).*/\1_encoder/p' "$source_path/libavcodec/allcodecs.c"`
948 DECODER_LIST
=`sed -n 's/^[^#]*DEC.*, *\(.*\)).*/\1_decoder/p' "$source_path/libavcodec/allcodecs.c"`
949 PARSER_LIST
=`sed -n 's/^[^#]*PARSER.*, *\(.*\)).*/\1_parser/p' "$source_path/libavcodec/allcodecs.c"`
950 MUXER_LIST
=`sed -n 's/^[^#]*_MUX.*, *\(.*\)).*/\1_muxer/p' "$source_path/libavformat/allformats.c"`
951 DEMUXER_LIST
=`sed -n 's/^[^#]*DEMUX.*, *\(.*\)).*/\1_demuxer/p' "$source_path/libavformat/allformats.c"`
953 enable $ENCODER_LIST $DECODER_LIST $PARSER_LIST $MUXER_LIST $DEMUXER_LIST
960 --log=*) logging
="$optval"
962 --prefix=*) PREFIX
="$optval"
964 --libdir=*) libdir
="$optval"
966 --shlibdir=*) shlibdir
="$optval"
968 --incdir=*) incdir
="$optval"
970 --mandir=*) mandir
="$optval"
972 --source-path=*) source_path
="$optval"
974 --cross-prefix=*) cross_prefix
="$optval"
976 --cross-compile) cross_compile
=yes
980 --make=*) make="$optval"
982 --extra-cflags=*) add_cflags
"$optval"
984 --extra-ldflags=*) add_ldflags
"$optval"
986 --extra-libs=*) add_extralibs
"$optval"
988 --build-suffix=*) BUILDSUF
="$optval"
990 --arch=*) arch
="$optval"
992 --cpu=*) cpu
="$optval"
994 --powerpc-perf-enable) powerpc_perf
="yes"
996 --disable-mmx) mmx
="no"
998 --disable-armv5te) armv5te
="no"
1000 --disable-armv6) armv6
="no"
1002 --disable-iwmmxt) iwmmxt
="no"
1004 --disable-altivec) altivec
="no"
1006 --enable-gprof) gprof
="yes"
1008 --disable-v4l) video4linux
="no"
1010 --disable-v4l2) video4linux2
="no"
1012 --disable-bktr) bktr
="no"
1014 --disable-audio-oss) audio_oss
="no"
1016 --disable-audio-beos) audio_beos
="no"
1018 --disable-dv1394) dv1394
="no"
1020 --disable-network) network
="no"; ffserver
="no"
1022 --disable-ipv6) ipv6
="no";
1024 --disable-zlib) zlib
="no"
1026 --enable-a52) liba52
="yes"
1028 --enable-a52bin) liba52bin
="yes"
1030 --enable-dts) libdts
="yes"
1032 --enable-pp) pp
="yes"
1034 --enable-libgsm) libgsm
="yes"
1036 --enable-mp3lame) libmp3lame
="yes"
1038 --enable-libnut) libnut
="yes"
1040 --enable-libogg) libogg
="yes"
1041 pkg_requires
="$pkg_requires ogg >= 1.1"
1043 --enable-libtheora) libtheora
="yes"
1044 pkg_requires
="$pkg_requires theora"
1046 --enable-vorbis) libvorbis
="yes"
1047 pkg_requires
="$pkg_requires vorbis vorbisenc"
1049 --enable-faad) libfaad
="yes"
1051 --enable-faadbin) libfaadbin
="yes"
1053 --enable-faac) libfaac
="yes"
1055 --enable-xvid) xvid
="yes"
1057 --enable-x264) x264
="yes"
1059 --enable-avisynth) avisynth
="yes";
1061 --enable-x11grab) x11grab
="yes";
1063 --enable-dc1394) dc1394
="yes"
1064 pkg_requires
="$pkg_requires libraw1394"
1066 --disable-vhook) vhook
="no"
1068 --enable-mingw32) mingw32
="yes"
1070 --enable-mingwce) wince
="yes"
1072 --enable-static) lstatic
="yes"
1074 --disable-static) lstatic
="no"
1076 --enable-shared) lshared
="yes"
1078 --disable-shared) lshared
="no"
1080 --disable-debug) debug
="no"
1082 --disable-opts) optimize
="no"
1084 --enable-extra-warnings) extrawarnings
="yes"
1086 --disable-mpegaudio-hp) mpegaudio_hp
="no"
1088 --disable-protocols) protocols
="no"; network
="no"; ffserver
="no"
1090 --disable-ffmpeg) ffmpeg
="no"
1092 --disable-ffserver) ffserver
="no"
1094 --disable-ffplay) ffplay
="no"
1096 --enable-small) optimize
="small"
1098 --enable-amr_nb) amr
="yes"; amr_nb
="yes"; amr_nb_fixed
="no"
1100 --enable-amr_nb-fixed) amr
="yes"; amr_nb_fixed
="yes"; amr_nb
="no"
1102 --enable-amr_wb) amr
="yes"; amr_wb
="yes"
1104 --enable-amr_if2) amr
="yes"; amr_if2
="yes"
1106 --enable-sunmlib) mlib
="yes"
1108 --enable-pthreads) pthreads
="yes"
1110 --enable-w32threads) w32threads
="yes"
1112 --enable-beosthreads) beosthreads
="yes"
1114 --enable-os2threads) os2threads
="yes"
1116 --enable-swscaler) swscaler
="yes"
1118 --enable-gpl) gpl
="yes"
1120 --enable-memalign-hack) memalign_hack
="yes"
1122 --disable-strip) dostrip
="no"
1124 --enable-encoder=*) enable ${optval}_encoder
1126 --enable-decoder=*) enable ${optval}_decoder
1128 --disable-encoder=*) disable
${optval}_encoder
1130 --disable-decoder=*) disable
${optval}_decoder
1132 --disable-encoders) disable
$ENCODER_LIST
1134 --disable-decoders) disable
$DECODER_LIST
1136 --enable-muxer=*) enable ${optval}_muxer
1138 --disable-muxer=*) disable
${optval}_muxer
1140 --disable-muxers) disable
$MUXER_LIST; ffserver
="no"
1142 --enable-demuxer=*) enable ${optval}_demuxer
1144 --disable-demuxer=*) disable
${optval}_demuxer
1146 --disable-demuxers) disable
$DEMUXER_LIST
1148 --enable-parser=*) enable ${optval}_parser
1150 --disable-parser=*) disable
${optval}_parser
1152 --disable-parsers) disable
$PARSER_LIST
1157 echo "Unknown option \"$opt\"."
1158 echo "See $0 --help for available options."
1164 if ! disabled logging
; then
1165 enabled logging || logfile
="$logging"
1166 echo "# $0 $@" >$logfile
1172 if enabled_any mingw32 wince
; then
1173 if enabled_all lshared lstatic
; then
1175 You can only build one library type at once on MinGW.
1176 Specify --disable-static --enable-shared to only build
1177 the shared libraries. To build only the static libraries
1178 you do not need to pass additional options.
1189 if enabled wince
; then
1195 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
1196 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
1197 SLIB_EXTRA_CMD
="-lib /machine:i386 /def:\$(@:${SLIBSUF}=.def)"
1198 SLIB_INSTALL_EXTRA_CMD
="-install -m 644 \$(SLIBNAME_WITH_MAJOR:\$(SLIBSUF)=.lib) \"\$(shlibdir)/\$(SLIBNAME_WITH_MAJOR:\$(SLIBSUF)=.lib)\""
1199 SHFLAGS
="-shared -Wl,--output-def,\$(@:${SLIBSUF}=.def),--out-implib,lib\$(SLIBNAME:\$(SLIBSUF)=.dll.a) -Wl,--enable-runtime-pseudo-reloc"
1202 # Combine FFLDFLAGS and the LDFLAGS environment variable.
1203 LDFLAGS
="$FFLDFLAGS $LDFLAGS"
1205 test -n "$cross_prefix" && cross_compile
=yes
1206 cc
="${cross_prefix}${cc}"
1207 ar="${cross_prefix}${ar}"
1208 ranlib
="${cross_prefix}${ranlib}"
1209 strip
="${cross_prefix}${strip}"
1211 # we need to build at least one lib type
1212 if disabled_all lstatic lshared
; then
1214 At least one library type must be built.
1215 Specify --enable-static to build the static libraries or --enable-shared to
1216 build the shared libraries as well. To only build the shared libraries specify
1217 --disable-static in addition to --enable-shared.
1222 if enabled libtheora
&& disabled libogg
; then
1223 die
"libogg must be enabled to enable libtheora."
1226 if enabled libvorbis
&& disabled libogg
; then
1227 die
"libogg must be enabled to enable libvorbis."
1230 if disabled gpl
; then
1232 die
"The Postprocessing code is under GPL and --enable-gpl is not specified."
1235 if enabled_any liba52 liba52bin
; then
1236 die
"liba52 is under GPL and --enable-gpl is not specified."
1239 if enabled xvid
; then
1240 die
"libxvidcore is under GPL and --enable-gpl is not specified."
1243 if enabled x264
; then
1244 die
"x264 is under GPL and --enable-gpl is not specified."
1247 if enabled libdts
; then
1248 die
"libdts is under GPL and --enable-gpl is not specified."
1251 if enabled_any libfaad libfaadbin
; then
1252 if check_header faad.h
; then
1255 #ifndef FAAD2_VERSION
1258 int main( void ) { return 0; }
1260 if test $?
= 0 ; then
1261 die
"FAAD2 is under GPL and --enable-gpl is not specified."
1266 echo "FAAD test failed."
1270 if enabled x11grab
; then
1271 die
"The X11 grabber is under GPL and --enable-gpl is not specified."
1274 if enabled swscaler
; then
1275 die
"The software scaler is under GPL and --enable-gpl is not specified."
1280 if test $mmx = "default"; then
1281 if test $arch = "x86_32" -o $arch = "x86_64"; then
1288 test -z "$need_memalign" && need_memalign
="$mmx"
1291 needmdynamicnopic
="no"
1292 if test $targetos = Darwin
; then
1293 if test -n "`$cc -v 2>&1 | grep xlc`"; then
1294 add_cflags
"-qpdf2 -qlanglvl=extc99 -qmaxmem=-1 -qarch=auto -qtune=auto"
1296 gcc_version
="`$cc -v 2>&1 | grep version | cut -d ' ' -f3-`"
1297 case "$gcc_version" in
1299 add_cflags
"-no-cpp-precomp -pipe"
1302 add_cflags
"-no-cpp-precomp -pipe -force_cpusubtype_ALL -Wno-sign-compare"
1303 if disabled lshared
; then
1304 needmdynamicnopic
="yes"
1308 add_cflags
"-no-cpp-precomp -pipe"
1309 if disabled lshared
; then
1310 needmdynamicnopic
="yes"
1317 if ! disabled optimize
; then
1318 add_cflags
"-fomit-frame-pointer"
1321 # Can only do AltiVec on PowerPC
1322 if test $altivec = "default"; then
1323 if test $arch = "powerpc"; then
1330 # Add processor-specific flags
1331 POWERPCMODE
="32bits"
1332 if test $cpu != "generic"; then
1333 warn_altivec_enabled
(){
1334 enabled altivec
&& echo "WARNING: Tuning for $1 but AltiVec enabled.";
1336 warn_altivec_disabled
(){
1337 disabled altivec
&& echo "WARNING: Tuning for $1 but AltiVec disabled.";
1340 601|ppc601|PowerPC601
)
1341 add_cflags
"-mcpu=601"
1342 warn_altivec_enabled PPC601
1344 603*|ppc603
*|PowerPC603
*)
1345 add_cflags
"-mcpu=603"
1346 warn_altivec_enabled PPC603
1348 604*|ppc604
*|PowerPC604
*)
1349 add_cflags
"-mcpu=604"
1350 warn_altivec_enabled PPC604
1352 G3|g3|
75*|ppc75
*|PowerPC75
*)
1353 add_cflags
"-mcpu=750 -mpowerpc-gfxopt"
1354 warn_altivec_enabled PPC75x
1356 G4|g4|
745*|ppc745
*|PowerPC745
*)
1357 add_cflags
"-mcpu=7450 -mpowerpc-gfxopt"
1358 warn_altivec_disabled PPC745x
1360 74*|ppc74
*|PowerPC74
*)
1361 add_cflags
"-mcpu=7400 -mpowerpc-gfxopt"
1362 warn_altivec_disabled PPC74xx
1364 G5|g5|
970|ppc970|PowerPC970|power4
*|Power4
*)
1365 add_cflags
"-mcpu=970 -mpowerpc-gfxopt -mpowerpc64"
1366 warn_altivec_disabled PPC970
1367 POWERPCMODE
="64bits"
1369 # targets that do NOT support conditional mov (cmov)
1370 i
[345]86|pentium|pentium-mmx|k6|k6-
[23]|winchip-c6|winchip2|c3
)
1371 add_cflags
"-march=$cpu"
1374 # targets that do support conditional mov (cmov)
1375 i686|pentiumpro|pentium
[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-
[mx
]p|athlon64|k8|opteron|athlon-fx|core2
)
1376 add_cflags
"-march=$cpu"
1380 # targets that do support conditional mov but on which it's slow
1381 pentium4|prescott|nocona
)
1382 add_cflags
"-march=$cpu"
1387 add_cflags
"-mcpu=v9"
1390 echo "WARNING: Unknown CPU \"$cpu\", ignored."
1395 # make sure we can execute files in $TMPDIR
1396 cat >$TMPE 2>>$logfile <<EOF
1399 chmod +x
$TMPE >>$logfile 2>&1
1400 if ! $TMPE >>$logfile 2>&1; then
1402 Unable to create and execute files in $TMPDIR1. Set the TMPDIR environment
1403 variable to another directory and make sure that $TMPDIR1 is not mounted
1406 die
"Sanity test failed."
1410 # compiler sanity check
1416 if test "$?" != 0; then
1417 echo "$cc is unable to create an executable file."
1418 if test -z "$cross_prefix" -a "$cross_compile" = no
; then
1419 echo "If $cc is a cross-compiler, use the --cross-compile option."
1420 echo "Only do this if you know what cross compiling means."
1422 die
"C compiler test failed."
1425 # check for assembler specific support
1427 if test $arch = "powerpc"; then
1428 check_cc
<<EOF && dcbzl=yes
1430 register long zero = 0;
1432 asm volatile("dcbzl %0, %1" : : "b" (data), "r" (zero));
1438 # check for SIMD availability
1440 # AltiVec flags: The FSF version of GCC differs from the Apple version
1441 if test $arch = "powerpc"; then
1442 if enabled altivec
; then
1443 if test -n "`$cc -v 2>&1 | grep version | grep Apple`"; then
1444 add_cflags
"-faltivec"
1446 add_cflags
"-maltivec -mabi=altivec"
1451 check_header altivec.h
1453 # check if our compiler supports Motorola AltiVec C API
1454 if enabled altivec
; then
1455 if enabled altivec_h
; then
1456 inc_altivec_h
="#include <altivec.h>"
1460 check_cc
<<EOF || altivec=no
1463 vector signed int v1, v2, v3;
1464 v1 = vec_add(v2,v3);
1470 # check armv5te instructions support
1471 if test $armv5te = "default" -a $arch = "armv4l"; then
1473 check_cc
<<EOF && armv5te=yes
1475 __asm__ __volatile__ ("qadd r0, r0, r0");
1480 if test $armv6 = "default" -a $arch = "armv4l"; then
1481 check_cc
<<EOF && armv6=yes || armv6=no
1483 __asm__ __volatile__ ("sadd16 r0, r0, r0");
1488 # check iwmmxt support
1489 if test $iwmmxt = "default" -a $arch = "armv4l"; then
1491 check_cc
<<EOF && iwmmxt=yes
1493 __asm__ __volatile__ ("wunpckelub wr6, wr4");
1498 # mmi only available on mips
1499 if test $mmi = "default"; then
1500 if test $arch = "mips"; then
1507 # check if our compiler supports mmi
1508 enabled mmi
&& check_cc
<<EOF || mmi="no"
1510 __asm__ ("lq \$2, 0(\$2)");
1516 # big/little-endian test
1517 if disabled cross_compile
; then
1518 check_ld
<<EOF || die "endian test failed" && $TMPE && bigendian="yes"
1519 #include <inttypes.h>
1520 int main(int argc, char ** argv){
1521 volatile uint32_t i=0x01234567;
1522 return (*((uint8_t*)(&i))) == 0x67;
1526 # programs cannot be launched if cross compiling, so make a static guess
1527 if test "$arch" = "powerpc" -o "$arch" = "mips" ; then
1533 # check availability of some header files
1535 check_header malloc.h
1538 if disabled_all memalign memalign_hack
&& enabled need_memalign
; then
1539 die
"Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack."
1542 check_header byteswap.h
1544 check_func inet_aton
1545 check_func localtime_r
1546 enabled zlib
&& check_lib zlib.h zlibVersion
-lz || zlib
="no"
1548 # check for some common methods of building with pthread support
1549 # do this before the optional library checks as some of them require pthreads
1550 if enabled pthreads
; then
1551 if check_func pthread_create
; then
1553 elif check_func pthread_create
-pthread; then
1555 add_ldflags
-pthread
1556 elif check_func pthread_create
-pthreads; then
1557 add_cflags
-pthreads
1558 add_ldflags
-pthreads
1559 elif ! check_lib pthread.h pthread_create
-lpthread; then
1560 die
"ERROR: can't find pthreads library"
1564 for thread
in pthreads beosthreads os2threads w32threads
; do
1565 if enabled
$thread; then
1566 if ! disabled thread_type
; then
1567 die
"ERROR: Only one thread type must be selected."
1569 thread_type
="$thread"
1574 # these are off by default, so fail if requested and not available
1575 enabled libdts
&& require libdts dts.h dts_init
-ldts -lm
1576 enabled libgsm
&& require libgsm gsm.h gsm_create
-lgsm
1577 enabled libmp3lame
&& require LAME lame
/lame.h lame_init
-lmp3lame -lm
1578 enabled libtheora
&& require libtheora theora
/theora.h theora_info_init
-ltheora -logg
1579 enabled libvorbis
&& require libvorbis vorbis
/vorbisenc.h vorbis_info_init
-lvorbis -lvorbisenc -logg
1580 enabled libogg
&& require libogg ogg
/ogg.h ogg_sync_init
-logg
1581 enabled libnut
&& require libnut libnut.h nut_demuxer_init
-lnut
1582 enabled xvid
&& require XviD xvid.h xvid_global
-lxvidcore
1583 enabled x264
&& require x264 x264.h x264_encoder_open
-lx264
1584 enabled dc1394
&& require libdc1394 libdc1394
/dc1394_control.h dc1394_create_handle
-ldc1394_control -lraw1394
1585 enabled mlib
&& require mediaLib mlib_types.h mlib_VectorSub_S16_U8_Mod
-lmlib
1587 # Ugh, libfaac uses stdcall calling convention on win32 so we can't use
1588 # the generic test functions
1589 if enabled libfaac
; then
1591 temp_extralibs
-lfaac
1592 check_ld
<<EOF && add_extralibs -lfaac || die "ERROR: libfaac not found"
1597 faacEncGetVersion(&id, &cpr);
1604 # Ugh, recent faad2 versions have renamed all functions and #define the
1605 # old names in faad.h. Generic tests won't work.
1606 if enabled libfaad
; then
1608 temp_extralibs
-lfaad
1609 check_ld
<<EOF && add_extralibs -lfaad || die "ERROR: libfaad not found"
1619 # Ugh, avisynth uses WINAPI calls. Generic tests won't work.
1620 if enabled avisynth
; then
1622 temp_extralibs
-lvfw32
1623 check_ld
<<EOF && add_extralibs -lvfw32 || die "ERROR: vfw32 not found"
1624 #include <windows.h>
1635 # test for lrintf in math.h
1636 check_exec
<<EOF && lrintf=yes || lrintf=no
1637 #define _ISOC9X_SOURCE 1
1639 int main( void ) { return (lrintf(3.999f) > 0)?0:1; }
1643 for restrict_keyword
in restrict __restrict__ __restrict
; do
1644 check_cc
<<EOF && _restrict=$restrict_keyword && break
1645 void foo(char * $restrict_keyword p);
1649 # dlopen/dlfcn.h probing
1651 check_header dlfcn.h
1653 if check_func dlopen
; then
1655 elif check_func dlopen
-ldl; then
1659 if test "$vhook" = "default"; then
1663 if enabled_any vhook liba52bin libfaadbin
; then
1667 if test "$targetos" = "CYGWIN" -a "$lstatic" = "yes" ; then
1670 echo "At the moment vhooks don't work on Cygwin static builds."
1671 echo "Patches welcome."
1675 if enabled vhook
; then
1676 check_ldflags
-rdynamic
1677 check_ldflags
-export-dynamic
1680 if enabled audio_beos
; then
1681 add_extralibs
"-lmedia -lbe"
1684 ##########################################
1687 temp_extralibs
-lImlib2
1688 check_ld
<<EOF && imlib2=yes || imlib2=no
1689 #include <X11/Xlib.h>
1691 int main( void ) { return (int) imlib_load_font("foo"); }
1695 ##########################################
1699 if test "x$targetos" != "xBeOS"; then
1700 if (freetype-config
--version) >/dev
/null
2>&1 ; then
1701 temp_cflags
`freetype-config --cflags`
1702 temp_extralibs
`freetype-config --libs`
1703 check_ld
<<EOF && freetype2=yes
1704 #include <ft2build.h>
1705 int main( void ) { return (int) FT_Init_FreeType(0); }
1711 ##########################################
1716 SDL_CONFIG
="${cross_prefix}sdl-config"
1717 if ("${SDL_CONFIG}" --version) >/dev
/null
2>&1 ; then
1718 temp_cflags
`"${SDL_CONFIG}" --cflags`
1719 temp_extralibs
`"${SDL_CONFIG}" --libs`
1722 #undef main /* We don't want SDL to override our main() */
1723 int main( void ) { return SDL_Init (SDL_INIT_VIDEO); }
1725 if test $?
= 0; then
1726 _sdlversion
=`"${SDL_CONFIG}" --version | sed 's/[^0-9]//g'`
1727 if test "$_sdlversion" -lt 121 ; then
1731 check_cc
<<EOF && sdl_video_size=yes || sdl_video_size=no
1734 const SDL_VideoInfo *vi = SDL_GetVideoInfo();
1735 int w = vi->current_w;
1744 enabled sdl || ffplay
=no
1746 ##########################################
1750 if (texi2html
-version) >/dev
/null
2>&1; then
1754 ##########################################
1757 enabled network
&& enabled ipv6
&& check_ld
<<EOF && ipv6=yes || ipv6=no
1758 #include <sys/types.h>
1759 #include <sys/socket.h>
1760 #include <netinet/in.h>
1763 struct sockaddr_storage saddr;
1764 struct ipv6_mreq mreq6;
1765 getaddrinfo(0,0,0,0);
1766 getnameinfo(0,0,0,0,0,0,0);
1767 IN6_IS_ADDR_MULTICAST((const struct in6_addr *)0);
1771 # check for video4linux2 --- V4L2_PIX_FMT_YUV420
1772 enabled video4linux2
&& check_cc
<<EOF || video4linux2="no"
1773 #include <sys/time.h>
1774 #include <asm/types.h>
1775 #include <linux/videodev2.h>
1776 int dummy = V4L2_PIX_FMT_YUV420;
1777 struct v4l2_buffer dummy1;
1780 # check for ioctl_meteor.h, ioctl_bt848.h and alternatives
1781 if enabled bktr
; then
1782 check_header dev
/bktr
/ioctl_meteor.h
1783 check_header dev
/bktr
/ioctl_bt848.h
1785 check_header machine
/ioctl_meteor.h
1786 check_header machine
/ioctl_bt848.h
1788 check_header dev
/video
/meteor
/ioctl_meteor.h
1789 check_header dev
/video
/bktr
/ioctl_bt848.h
1791 check_header dev
/ic
/bt8xx.h
1794 # Deal with the x11 frame grabber
1797 enabled x11_grab_device_demuxer
&&
1798 check_header X11
/Xlib.h
&&
1799 check_header X11
/extensions
/XShm.h
&&
1800 check_func XOpenDisplay
-lX11 &&
1801 check_func XShmCreateImage
-lX11 -lXext &&
1802 add_extralibs
-lX11 -lXext ||
1803 disable x11_grab_device_demuxer
1805 enabled debug
&& add_cflags
-g
1807 # add some useful compiler flags if supported
1808 check_cflags
-Wdeclaration-after-statement
1810 check_cflags
-Wno-switch
1811 check_cflags
-Wdisabled-optimization
1812 check_cflags
-Wpointer-arith
1813 check_cflags
-Wredundant-decls
1814 check_cflags
-Wno-pointer-sign
1815 enabled extrawarnings
&& check_cflags
-Winline
1817 # add some linker flags
1818 check_ldflags
$LDLATEFLAGS
1820 # not all compilers support -Os
1821 test "$optimize" = "small" && check_cflags
-Os
1823 if enabled optimize
; then
1824 if test -n "`$cc -v 2>&1 | grep xlc`"; then
1832 # PIC flags for shared library objects where they are needed
1833 if enabled lshared
; then
1834 # LIBOBJFLAGS may have already been set in the OS configuration
1835 if test -z "$LIBOBJFLAGS" ; then
1837 x86_64|ia64|alpha|sparc
*) LIBOBJFLAGS
="\$(PIC)" ;;
1842 if enabled gprof
; then
1847 VHOOKCFLAGS
="-fPIC $CFLAGS"
1848 enabled needmdynamicnopic
&& add_cflags
-mdynamic-no-pic
1850 # find if .align arg is power-of-two or not
1851 if test $asmalign_pot = "unknown"; then
1853 echo 'asm (".align 3");' | check_cc
&& asmalign_pot
="yes"
1856 echo "install prefix $PREFIX"
1857 echo "source path $source_path"
1858 echo "C compiler $cc"
1860 echo ".align is power-of-two $asmalign_pot"
1861 echo "ARCH $arch ($cpu)"
1862 if test "$BUILDSUF" != ""; then
1863 echo "build suffix $BUILDSUF"
1865 echo "big-endian $bigendian"
1866 if test $arch = "x86_32" -o $arch = "x86_64"; then
1867 echo "MMX enabled $mmx"
1868 echo "CMOV enabled $cmov"
1869 echo "CMOV is fast $fast_cmov"
1871 if test $arch = "armv4l"; then
1872 echo "ARMv5TE enabled $armv5te"
1873 echo "ARMv6 enabled $armv6"
1874 echo "IWMMXT enabled $iwmmxt"
1876 if test $arch = "mips"; then
1877 echo "MMI enabled $mmi"
1879 if test $arch = "powerpc"; then
1880 echo "AltiVec enabled $altivec"
1881 echo "dcbzl available $dcbzl"
1883 echo "gprof enabled $gprof"
1884 echo "debug symbols $debug"
1885 echo "strip symbols $dostrip"
1886 echo "optimize $optimize"
1887 echo "static $lstatic"
1888 echo "shared $lshared"
1889 echo "postprocessing support $pp"
1890 echo "software scaler enabled $swscaler"
1891 echo "video hooking $vhook"
1892 if enabled vhook
; then
1893 echo "Imlib2 support $imlib2"
1894 echo "FreeType support $freetype2"
1896 echo "network support $network"
1897 if enabled network
; then
1898 echo "IPv6 support $ipv6"
1900 echo "threading support $thread_type"
1901 echo "SDL support $sdl"
1902 if enabled sdl_too_old
; then
1903 echo "-> Your SDL version is too old - please upgrade to have FFplay/SDL support."
1905 echo "Sun medialib support $mlib"
1906 echo "AVISynth enabled $avisynth"
1907 echo "liba52 support $liba52"
1908 echo "liba52 dlopened $liba52bin"
1909 echo "libdts support $libdts"
1910 echo "libfaac enabled $libfaac"
1911 echo "libfaad enabled $libfaad"
1912 echo "faadbin enabled $libfaadbin"
1913 echo "libgsm enabled $libgsm"
1914 echo "libmp3lame enabled $libmp3lame"
1915 echo "libnut enabled $libnut"
1916 echo "libogg enabled $libogg"
1917 echo "libtheora enabled $libtheora"
1918 echo "libvorbis enabled $libvorbis"
1919 echo "x264 enabled $x264"
1920 echo "XviD enabled $xvid"
1921 echo "zlib enabled $zlib"
1922 echo "AMR-NB float support $amr_nb"
1923 echo "AMR-NB fixed support $amr_nb_fixed"
1924 echo "AMR-WB float support $amr_wb"
1925 echo "AMR-WB IF2 support $amr_if2"
1926 if disabled gpl
; then
1927 echo "License: LGPL"
1932 echo "Creating config.mak and config.h..."
1934 echo "# Automatically generated by configure - do not modify!" > config.mak
1935 echo "/* Automatically generated by configure - do not modify! */" > $TMPH
1936 echo "#define FFMPEG_CONFIGURATION "'"'"$FFMPEG_CONFIGURATION"'"' >> $TMPH
1938 echo "PREFIX=$PREFIX" >> config.mak
1939 echo "prefix=\$(DESTDIR)\${PREFIX}" >> config.mak
1940 echo "libdir=\$(DESTDIR)$libdir" >> config.mak
1941 echo "shlibdir=\$(DESTDIR)$shlibdir" >> config.mak
1942 echo "incdir=\$(DESTDIR)$incdir" >> config.mak
1943 echo "bindir=\$(DESTDIR)$bindir" >> config.mak
1944 echo "mandir=\$(DESTDIR)$mandir" >> config.mak
1945 echo "MAKE=$make" >> config.mak
1946 echo "CC=$cc" >> config.mak
1947 echo "AR=$ar" >> config.mak
1948 echo "RANLIB=$ranlib" >> config.mak
1949 if enabled dostrip
; then
1950 echo "STRIP=$strip" >> config.mak
1952 echo "STRIP=echo ignoring strip" >> config.mak
1955 echo "OPTFLAGS=$CFLAGS" >> config.mak
1956 echo "VHOOKCFLAGS=$VHOOKCFLAGS">>config.mak
1957 echo "LDFLAGS=$LDFLAGS" >> config.mak
1958 echo "LDCONFIG=$LDCONFIG" >> config.mak
1959 echo "FFSERVERLDFLAGS=$FFSERVERLDFLAGS" >> config.mak
1960 echo "SHFLAGS=$SHFLAGS" >> config.mak
1961 echo "VHOOKSHFLAGS=$VHOOKSHFLAGS" >> config.mak
1962 echo "VHOOKLIBS=$VHOOKLIBS" >> config.mak
1963 echo "LIBOBJFLAGS=$LIBOBJFLAGS" >> config.mak
1964 echo "BUILD_STATIC=$lstatic" >> config.mak
1965 echo "BUILDSUF=$BUILDSUF" >> config.mak
1966 echo "LIBPREF=$LIBPREF" >> config.mak
1967 echo "LIBSUF=\${BUILDSUF}$LIBSUF" >> config.mak
1968 if enabled lstatic
; then
1969 echo "LIB=$LIB" >> config.mak
1970 else # Some Make complain if this variable does not exist.
1971 echo "LIB=" >> config.mak
1973 echo "SLIBPREF=$SLIBPREF" >> config.mak
1974 echo "SLIBSUF=\${BUILDSUF}$SLIBSUF" >> config.mak
1975 echo "EXESUF=\${BUILDSUF}$EXESUF" >> config.mak
1976 echo "TARGET_OS=$targetos" >> config.mak
1978 ucarch
=`toupper $arch`
1979 echo "TARGET_ARCH_${ucarch}=yes" >> config.mak
1980 echo "#define ARCH_${ucarch} 1" >> $TMPH
1985 echo "TARGET_ARCH_X86=yes" >> config.mak
1986 echo "#define ARCH_X86 1" >> $TMPH
1989 if test "$POWERPCMODE" = "64bits"; then
1990 echo "#define POWERPC_MODE_64BITS 1" >> $TMPH
1992 if enabled powerpc_perf
; then
1993 echo "#define POWERPC_PERFORMANCE_REPORT 1" >> $TMPH
1997 echo "TARGET_ARCH_SPARC=yes" >> config.mak
1998 echo "#define ARCH_SPARC 1" >> $TMPH
2002 if enabled bigendian
; then
2003 echo "WORDS_BIGENDIAN=yes" >> config.mak
2004 echo "#define WORDS_BIGENDIAN 1" >> $TMPH
2006 if enabled mmx
; then
2007 echo "#define __CPU__ 586" >> $TMPH
2010 if enabled sdl
; then
2011 echo "SDL_LIBS=`"${SDL_CONFIG}" --libs`" >> config.mak
2012 echo "SDL_CFLAGS=`"${SDL_CONFIG}" --cflags`" >> config.mak
2014 if enabled texi2html
; then
2015 echo "BUILD_DOC=yes" >> config.mak
2018 sws_version
=`grep '#define LIBSWSCALE_VERSION ' "$source_path/libswscale/swscale.h" | sed 's/[^0-9\.]//g'`
2019 pp_version
=`grep '#define LIBPOSTPROC_VERSION ' "$source_path/libpostproc/postprocess.h" | sed 's/[^0-9\.]//g'`
2020 lavc_version
=`grep '#define LIBAVCODEC_VERSION ' "$source_path/libavcodec/avcodec.h" | sed 's/[^0-9\.]//g'`
2021 lavf_version
=`grep '#define LIBAVFORMAT_VERSION ' "$source_path/libavformat/avformat.h" | sed 's/[^0-9\.]//g'`
2022 lavu_version
=`grep '#define LIBAVUTIL_VERSION ' "$source_path/libavutil/avutil.h" | sed 's/[^0-9\.]//g'`
2026 if enabled lshared
; then
2027 echo "BUILD_SHARED=yes" >> config.mak
2028 echo "PIC=-fPIC -DPIC" >> config.mak
2029 echo "SPPMAJOR=${pp_version%%.*}" >> config.mak
2030 echo "SPPVERSION=$pp_version" >> config.mak
2031 echo "LAVCMAJOR=${lavc_version%%.*}" >> config.mak
2032 echo "LAVCVERSION=$lavc_version" >> config.mak
2033 echo "LAVFMAJOR=${lavf_version%%.*}" >> config.mak
2034 echo "LAVFVERSION=$lavf_version" >> config.mak
2035 echo "LAVUMAJOR=${lavu_version%%.*}" >> config.mak
2036 echo "LAVUVERSION=$lavu_version" >> config.mak
2037 echo "SWSMAJOR=${sws_version%%.*}" >> config.mak
2038 echo "SWSVERSION=$sws_version" >> config.mak
2039 echo "SLIBNAME=${SLIBNAME}" >> config.mak
2040 echo "SLIBNAME_WITH_VERSION=${SLIBNAME_WITH_VERSION}" >> config.mak
2041 echo "SLIBNAME_WITH_MAJOR=${SLIBNAME_WITH_MAJOR}" >> config.mak
2042 echo "SLIB_EXTRA_CMD=${SLIB_EXTRA_CMD}" >> config.mak
2043 echo "SLIB_INSTALL_EXTRA_CMD=${SLIB_INSTALL_EXTRA_CMD}" >> config.mak
2045 echo "LIB_INSTALL_EXTRA_CMD=${LIB_INSTALL_EXTRA_CMD}" >> config.mak
2046 echo "EXTRALIBS=$extralibs" >> config.mak
2048 enabled_any
$ENCODER_LIST && enable encoders
2049 enabled_any
$DECODER_LIST && enable decoders
2050 enabled_any
$MUXER_LIST && enable muxers
2051 enabled_any
$DEMUXER_LIST && enable demuxers
2053 enabled_any pthreads beosthreads os2threads w32threads
&& enable threads
2055 check_deps
$CONFIG_LIST $HAVE_LIST $DECODER_LIST $ENCODER_LIST $PARSER_LIST \
2056 $DEMUXER_LIST $MUXER_LIST
2058 print_config HAVE_
$TMPH config.mak
$HAVE_LIST
2059 print_config CONFIG_
$TMPH config.mak
$CONFIG_LIST
2060 print_config TARGET_
$TMPH config.mak
$TARGET_LIST
2062 if test "$targetos" = "Darwin"; then
2063 echo "#define CONFIG_DARWIN 1" >> $TMPH
2066 echo "#define restrict $_restrict" >> $TMPH
2068 if test "$optimize" = "small"; then
2069 echo "#define always_inline" >> $TMPH
2070 echo "#define CONFIG_SMALL 1" >> $TMPH
2073 echo "SRC_PATH=\"$source_path\"" >> config.mak
2074 echo "SRC_PATH_BARE=$source_path" >> config.mak
2075 echo "BUILD_ROOT=\"$PWD\"" >> config.mak
2077 if enabled amr_if2
; then
2078 echo "AMR_CFLAGS=-DIF2=1" >> config.mak
2081 # Apparently it's not possible to portably echo a backslash.
2082 if enabled asmalign_pot
; then
2083 printf '#define ASMALIGN(ZEROBITS) ".align " #ZEROBITS "\\n\\t"\n' >> $TMPH
2085 printf '#define ASMALIGN(ZEROBITS) ".align 1<<" #ZEROBITS "\\n\\t"\n' >> $TMPH
2089 for codec
in $DECODER_LIST $ENCODER_LIST $PARSER_LIST $DEMUXER_LIST $MUXER_LIST; do
2090 ucname
="`toupper $codec`"
2091 config_name
="CONFIG_$ucname"
2092 enabled_name
="ENABLE_$ucname"
2093 if enabled
$codec; then
2094 echo "#define $config_name 1" >> $TMPH
2095 echo "#define $enabled_name 1" >> $TMPH
2096 echo "$config_name=yes" >> config.mak
2098 echo "#define $enabled_name 0" >> $TMPH
2102 # Do not overwrite config.h if unchanged to avoid superfluous rebuilds.
2103 if ! cmp -s $TMPH config.h
; then
2104 mv -f $TMPH config.h
2106 echo "config.h is unchanged"
2109 rm -f $TMPO $TMPC $TMPE $TMPS $TMPH
2111 # build tree in object directory if source path is different from current one
2112 if enabled source_path_used
; then
2126 libavcodec/amr_float \
2127 libavcodec/amrwb_float \
2137 libavformat/Makefile \
2138 libavcodec/Makefile \
2139 libpostproc/Makefile \
2140 libavutil/Makefile \
2141 libswscale/Makefile \
2147 for dir
in $DIRS ; do
2150 for f
in $FILES ; do
2151 ln -sf "$source_path/$f" $f
2156 # build pkg-config files
2157 # FIXME: libdir and includedir are hardcoded and may differ from the real path.
2159 pkgconfig_generate
(){
2168 exec_prefix=\${prefix}
2169 libdir=\${exec_prefix}/lib
2170 includedir=\${prefix}/include
2173 Description: $comment
2177 Libs: -L\${libdir} $libs
2178 Cflags: -I\${includedir} -I\${includedir}/$include
2182 pkgconfig_generate_uninstalled
(){
2184 shortname
=${name#lib}
2189 cat <<EOF >$name-uninstalled.pc
2192 libdir=\${pcfiledir}/$name
2193 includedir=\${pcfiledir}/$name
2196 Description: $comment
2200 Libs: \${libdir}/${LIBPREF}${shortname}${LIBSUF} $libs
2201 Cflags: -I\${includedir}
2205 pkgconfig_generate libavutil
"FFmpeg utility library" "$lavu_version" -lavutil "" ffmpeg
2206 pkgconfig_generate_uninstalled libavutil
"FFmpeg utility library" "$lavu_version"
2208 pkgconfig_generate libavcodec
"FFmpeg codec library" "$lavc_version" "-lavcodec $extralibs" "$pkg_requires libavutil = $lavu_version" ffmpeg
2209 pkgconfig_generate_uninstalled libavcodec
"FFmpeg codec library" "$lavc_version" "$extralibs" "$pkg_requires libavutil = $lavu_version"
2211 pkgconfig_generate libavformat
"FFmpeg container format library" "$lavf_version" "-lavformat $extralibs" "$pkg_requires libavcodec = $lavc_version" ffmpeg
2212 pkgconfig_generate_uninstalled libavformat
"FFmpeg container format library" "$lavf_version" "$extralibs" "$pkg_requires libavcodec = $lavc_version"
2215 pkgconfig_generate libpostproc
"FFmpeg post processing library" "$pp_version" -lpostproc "" postproc
2216 pkgconfig_generate_uninstalled libpostproc
"FFmpeg post processing library" "$pp_version"
2219 if enabled swscaler
; then
2220 pkgconfig_generate libswscale
"FFmpeg image rescaling library" "$sws_version" "-lswscale" "libavutil = $lavu_version" swscale
2221 pkgconfig_generate_uninstalled libswscale
"FFmpeg image rescaling library" "$sws_version" "" "libavutil = $lavu_version"
2223 pkgconfig_generate libswscale
"FFmpeg image rescaling library" "$sws_version" "" "$pkg_requires libavcodec = $lavc_version" swscale
2224 pkgconfig_generate_uninstalled libswscale
"FFmpeg image rescaling library" "$sws_version" "" "$pkg_requires libavcodec = $lavc_version"
2225 apply libswscale.pc
sed s
/^Libs
:.
*$
/Libs
:/
2226 apply libswscale-uninstalled.pc
sed s
/^Libs
:.
*$
/Libs
:/