3 # ffmpeg configure script (c) 2000, 2001, 2002 Fabrice Bellard
6 # make sure we are running under a compatible shell
8 (: ${foo%%bar}) 2>/dev
/null
&& ! (: ${foo?}) 2>/dev
/null
9 if test "$?" != 0; then
10 if test "x$FFMPEG_CONFIGURE_EXEC" = x
; then
11 FFMPEG_CONFIGURE_EXEC
=1
12 export FFMPEG_CONFIGURE_EXEC
15 exec /usr
/xpg4
/bin
/sh
"$0" "$@"
17 echo "No compatible shell script interpreter found."
22 echo "Usage: configure [options]"
23 echo "Options: [defaults in brackets after descriptions]"
25 echo "Standard options:"
26 echo " --help print this message"
27 echo " --log[=FILE|yes|no] log tests and output to FILE [config.err]"
28 echo " --prefix=PREFIX install in PREFIX [$PREFIX]"
29 echo " --libdir=DIR install libs in DIR [PREFIX/lib]"
30 echo " --shlibdir=DIR install shared libs in DIR [PREFIX/lib]"
31 echo " --incdir=DIR install includes in DIR [PREFIX/include/ffmpeg]"
32 echo " --mandir=DIR install man page in DIR [PREFIX/man]"
33 echo " --enable-mp3lame enable MP3 encoding via libmp3lame [default=no]"
34 echo " --enable-libogg enable Ogg support via libogg [default=no]"
35 echo " --enable-vorbis enable Vorbis support via libvorbis [default=no]"
36 echo " --enable-faad enable FAAD support via libfaad [default=no]"
37 echo " --enable-faadbin build FAAD support with runtime linking [default=no]"
38 echo " --enable-faac enable FAAC support via libfaac [default=no]"
39 echo " --enable-libgsm enable GSM support via libgsm [default=no]"
40 echo " --enable-xvid enable XviD support via xvidcore [default=no]"
41 echo " --enable-x264 enable H.264 encoding via x264 [default=no]"
42 echo " --enable-mingw32 enable MinGW native/cross Windows compile"
43 echo " --enable-mingwce enable MinGW native/cross WinCE compile"
44 echo " --enable-a52 enable GPLed A52 support [default=no]"
45 echo " --enable-a52bin open liba52.so.0 at runtime [default=no]"
46 echo " --enable-dts enable GPLed DTS support [default=no]"
47 echo " --enable-pp enable GPLed postprocessing support [default=no]"
48 echo " --enable-static build static libraries [default=yes]"
49 echo " --disable-static do not build static libraries [default=no]"
50 echo " --enable-shared build shared libraries [default=no]"
51 echo " --disable-shared do not build shared libraries [default=yes]"
52 echo " --enable-amr_nb enable amr_nb float audio codec"
53 echo " --enable-amr_nb-fixed use fixed point for amr-nb codec"
54 echo " --enable-amr_wb enable amr_wb float audio codec"
55 echo " --enable-amr_if2 enable amr_wb IF2 audio codec"
56 echo " --enable-sunmlib use Sun medialib [default=no]"
57 echo " --enable-pthreads use pthreads [default=no]"
58 echo " --enable-dc1394 enable IIDC-1394 grabbing using libdc1394"
59 echo " and libraw1394 [default=no]"
60 echo " --enable-swscaler software scaler support [default=no]"
61 echo " --enable-avisynth allow reading AVISynth script files [default=no]"
62 echo " --enable-gpl allow use of GPL code, the resulting libav*"
63 echo " and ffmpeg will be under GPL [default=no]"
65 echo "Advanced options (experts only):"
66 echo " --source-path=PATH path to source code [$source_path]"
67 echo " --cross-prefix=PREFIX use PREFIX for compilation tools [$cross_prefix]"
68 echo " --cross-compile assume a cross-compiler is used"
69 echo " --cc=CC use C compiler CC [$cc]"
70 echo " --make=MAKE use specified make [$make]"
71 echo " --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS]"
72 echo " --extra-ldflags=ELDFLAGS add ELDFLAGS to LDFLAGS [$LDFLAGS]"
73 echo " --extra-libs=ELIBS add ELIBS [$ELIBS]"
74 echo " --build-suffix=SUFFIX suffix for application specific build []"
75 echo " --cpu=CPU force cpu to CPU [$cpu]"
76 echo " --tune=CPU tune code for a particular CPU"
77 echo " (may fail or perform badly on other CPUs)"
78 echo " --powerpc-perf-enable enable performance report on PPC"
79 echo " (requires enabling PMC)"
80 echo " --disable-mmx disable MMX usage"
81 echo " --disable-armv5te disable armv5te usage"
82 echo " --disable-iwmmxt disable iwmmxt usage"
83 echo " --disable-altivec disable AltiVec usage"
84 echo " --disable-audio-oss disable OSS audio support [default=no]"
85 echo " --disable-audio-beos disable BeOS audio support [default=no]"
86 echo " --disable-v4l disable video4linux grabbing [default=no]"
87 echo " --disable-v4l2 disable video4linux2 grabbing [default=no]"
88 echo " --disable-bktr disable bktr video grabbing [default=no]"
89 echo " --disable-dv1394 disable DV1394 grabbing [default=no]"
90 echo " --disable-network disable network support [default=no]"
91 echo " --disable-ipv6 disable ipv6 support [default=no]"
92 echo " --disable-zlib disable zlib [default=no]"
93 echo " --disable-simple_idct disable simple IDCT routines [default=no]"
94 echo " --disable-vhook disable video hooking support"
95 echo " --enable-gprof enable profiling with gprof [$gprof]"
96 echo " --disable-debug disable debugging symbols"
97 echo " --disable-opts disable compiler optimizations"
98 echo " --disable-mpegaudio-hp faster (but less accurate)"
99 echo " MPEG audio decoding [default=no]"
100 echo " --disable-protocols disable I/O protocols support [default=no]"
101 echo " --disable-ffserver disable ffserver build"
102 echo " --disable-ffplay disable ffplay build"
103 echo " --enable-small optimize for size instead of speed"
104 echo " --enable-memalign-hack emulate memalign, interferes with memory debuggers"
105 echo " --disable-strip disable stripping of executables and shared libraries"
106 echo " --disable-encoder=NAME disables encoder NAME"
107 echo " --enable-encoder=NAME enables encoder NAME"
108 echo " --disable-decoder=NAME disables decoder NAME"
109 echo " --enable-decoder=NAME enables decoder NAME"
110 echo " --disable-encoders disables all encoders"
111 echo " --disable-decoders disables all decoders"
112 echo " --disable-muxer=NAME disables muxer NAME"
113 echo " --enable-muxer=NAME enables muxer NAME"
114 echo " --disable-muxers disables all muxers"
115 echo " --disable-demuxer=NAME disables demuxer NAME"
116 echo " --enable-demuxer=NAME enables demuxer NAME"
117 echo " --disable-demuxers disables all demuxers"
118 echo " --enable-parser=NAME enables parser NAME"
119 echo " --disable-parser=NAME disables parser NAME"
120 echo " --disable-parsers disables all parsers"
122 echo "NOTE: Object files are built at the place where configure is launched."
144 If you think configure made a mistake, make sure you are using the latest
145 version from SVN. If the latest version fails, report the problem to the
146 ffmpeg-devel@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
148 if enabled logging
; then
150 Include the log file "$logfile" produced by configure as this will help
155 Rerun configure with logging enabled (do not use --log=no), and include the
156 log this produces with your report.
159 rm -f
$TMPC $TMPO $TMPE $TMPS $TMPH
164 eval test "\$$1" = "yes"
168 (: ${SAVE_CFLAGS?}) 2>/dev
/null
172 flags_saved
&& return
173 SAVE_CFLAGS
="$CFLAGS"
174 SAVE_LDFLAGS
="$LDFLAGS"
175 SAVE_extralibs
="$extralibs"
179 CFLAGS
="$SAVE_CFLAGS"
180 LDFLAGS
="$SAVE_LDFLAGS"
181 extralibs
="$SAVE_extralibs"
194 LDFLAGS
="$LDFLAGS $*"
199 extralibs
="$extralibs $*"
205 flags_saved
&& eval "SAVE_$var=\"\$SAVE_$var $*\""
206 eval "$var=\"\$$var $*\""
218 append extralibs
"$@"
230 check_cmd
$cc $CFLAGS "$@" -c
-o
$TMPO $TMPC
237 check_cmd
$cc $CFLAGS "$@" -E
-o
$TMPO $TMPC
243 check_cmd
$cc $LDFLAGS "$@" -o
$TMPE $TMPO $extralibs
247 log check_cflags
"$@"
248 check_cc
"$@" <<EOF && add_cflags "$@"
254 log check_ldflags
"$@"
255 check_ld
"$@" <<EOF && add_ldflags "$@"
263 log check_header
"$@"
290 check_header
$header && check_func
$func && add_extralibs
"$@"
297 check_ld
"$@" && { test "$cross_compile" = yes ||
$TMPE >>$logfile 2>&1; }
305 check_lib
$header $func "$@" || die
"ERROR: $name not found"
311 echo "$@" |
sed "s%\\<$pattern\\>%%g"
314 # set temporary file name
315 if test ! -z
"$TMPDIR" ; then
317 elif test ! -z
"$TEMPDIR" ; then
323 TMPC
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.c"
324 TMPO
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.o"
325 TMPE
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}"
326 TMPS
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.S"
327 TMPH
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.h"
333 libdir
='${PREFIX}/lib'
335 incdir
='${PREFIX}/include/ffmpeg'
336 mandir
='${PREFIX}/man'
337 bindir
='${PREFIX}/bin'
355 i386|i486|i586|i686|i86pc|BePC
)
360 canon_arch
="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`"
361 if [ x
"$canon_arch" = x
"x86_64" -o x
"$canon_arch" = x
"amd64" ]; then
362 if [ -z
"`echo $CFLAGS | grep -- -m32`" ]; then
367 # armv4l is a subset of armv5tel
374 "Power Macintosh"|ppc|ppc64|powerpc
)
451 SHFLAGS
='-shared -Wl,-soname,$@'
452 VHOOKSHFLAGS
='$(SHFLAGS)'
459 FFLDFLAGS
=-Wl
,--warn-common
460 FFSERVERLDFLAGS
=-Wl
,-E
464 LIB
='$(LIBPREF)$(NAME)$(LIBSUF)'
467 SLIBNAME
='$(SLIBPREF)$(NAME)$(SLIBSUF)'
468 SLIBNAME_WITH_VERSION
='$(SLIBNAME).$(LIBVERSION)'
469 SLIBNAME_WITH_MAJOR
='$(SLIBNAME).$(LIBMAJOR)'
481 asmalign_pot
="unknown"
482 LIB_INSTALL_EXTRA_CMD
='$(RANLIB) "$(libdir)/$(LIB)"'
488 PREFIX
="/boot/home/config"
489 # helps building libavcodec
490 add_cflags
"-DPIC -fomit-frame-pointer"
491 # 3 gcc releases known for BeOS, each with ugly bugs
492 gcc_version
="`$cc -v 2>&1 | grep version | cut -d ' ' -f3-`"
493 case "$gcc_version" in
494 2.9-beos-991026
*|
2.9-beos-000224
*) echo "R5/GG gcc"
497 *20010315*) echo "BeBits gcc"
498 add_cflags
"-fno-expensive-optimizations"
502 # disable Linux things
509 # no need for libm, but the inet stuff
511 if (echo $BEINCLUDES|
grep 'headers/be/bone' >/dev
/null
); then
512 extralibs
="-lbind -lsocket"
526 SHFLAGS
="-shared -Wl,-h,\$@"
528 add_extralibs
"-lsocket -lnsl"
537 add_extralibs
"-lossaudio"
546 LIBOBJFLAGS
="\$(PIC)"
547 LDCONFIG
="ldconfig -m \$(shlibdir)"
548 add_extralibs
"-lossaudio"
557 add_cflags
"-pthread"
565 add_cflags
"-pthread"
573 extralibs
="-lpoll -lgnugetopt -lm"
584 SHFLAGS
="-dynamiclib -Wl,-single_module -Wl,-install_name,\$(shlibdir)/\$(SLIBNAME),-current_version,\$(SPPVERSION),-compatibility_version,\$(SPPVERSION)"
585 VHOOKSHFLAGS
='-dynamiclib -Wl,-single_module -flat_namespace -undefined suppress -Wl,-install_name,$(shlibdir)/vhook/$@'
589 FFLDFLAGS
="-Wl,-dynamic,-search_paths_first"
591 SLIBNAME_WITH_FULLVERSION
='$(SLIBPREF)$(NAME).$(LIBVERSION)$(SLIBSUF)'
592 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(NAME).$(LIBMAJOR)$(SLIBSUF)'
593 FFSERVERLDFLAGS
=-Wl
,-bind_at_load
594 LIB_INSTALL_EXTRA_CMD
='$(RANLIB) "$(libdir)/$(LIB)"'
597 # Note: the rest of the mingw32 config is done afterwards as mingw32
598 # can be forced on the command line for Linux cross compilation.
603 shlibdir
='${PREFIX}/bin'
608 VHOOKSHFLAGS
="-shared -L../libavformat -L../libavcodec -L../libavutil"
609 VHOOKLIBS
='-lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS)'
614 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
615 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
616 SHFLAGS
='-shared -Wl,--out-implib=lib$(NAME).dll.a'
622 ranlib
="echo ignoring ranlib"
631 ranlib
="echo ignoring ranlib"
632 strip
="echo ignoring strip"
634 FFLDFLAGS
="-Zomf -Zstack 16384 -s"
635 SHFLAGS
="-Zdll -Zomf"
654 targetos
="${targetos}-UNKNOWN"
659 source_path
="`dirname $0`"
660 source_path_used
="yes"
661 if test -z
"$source_path" -o
"$source_path" = "." ; then
663 source_path_used
="no"
665 source_path
="`cd \"$source_path\"; pwd`"
668 if test x
"$1" = x
"-h" -o x
"$1" = x
"--help" ; then
672 FFMPEG_CONFIGURATION
=" "
674 FFMPEG_CONFIGURATION
="$FFMPEG_CONFIGURATION""$opt "
677 ENCODER_LIST
=`grep 'register_avcodec(&[a-z0-9_]*_encoder)' $source_path/libavcodec/allcodecs.c | sed 's/.*&\(.*\)).*/\1/'`
678 DECODER_LIST
=`grep 'register_avcodec(&[a-z0-9_]*_decoder)' $source_path/libavcodec/allcodecs.c | sed 's/.*&\(.*\)).*/\1/'`
679 PARSER_LIST
=`grep 'av_register_codec_parser(&[a-z]' $source_path/libavcodec/allcodecs.c | sed 's/.*&\(.*\)).*/\1/'`
680 MUXER_LIST
=`grep 'av_register_output_format(&[a-z]' $source_path/libavformat/allformats.c | sed 's/.*&\(.*\)).*/\1/'`
681 DEMUXER_LIST
=`grep 'av_register_input_format(&[a-z]' $source_path/libavformat/allformats.c | sed 's/.*&\(.*\)).*/\1/'`
688 --log
=*) logging
="$optval"
690 --prefix
=*) PREFIX
="$optval"; force_prefix
=yes
692 --libdir
=*) libdir
="$optval"; force_libdir
=yes
694 --shlibdir
=*) shlibdir
="$optval"
696 --incdir
=*) incdir
="$optval"
698 --mandir
=*) mandir
="$optval"
700 --source-path
=*) source_path
="$optval"
702 --cross-prefix
=*) cross_prefix
="$optval"
704 --cross-compile
) cross_compile
=yes
708 --make=*) make="$optval"
710 --extra-cflags
=*) add_cflags
"$optval"
712 --extra-ldflags
=*) EXTRALDFLAGS
="$optval"
714 --extra-libs
=*) extralibs
="$optval"
716 --build-suffix
=*) BUILDSUF
="$optval"
718 --cpu
=*) cpu
="$optval"
720 --tune
=*) tune
="$optval"
722 --powerpc-perf-enable
) powerpc_perf
="yes"
724 --disable-mmx
) mmx
="no"
726 --disable-armv5te
) armv5te
="no"
728 --disable-iwmmxt
) iwmmxt
="no"
730 --disable-altivec
) altivec
="no"
732 --enable-gprof
) gprof
="yes"
734 --disable-v4l
) v4l
="no"
736 --disable-v4l2
) v4l2
="no"
738 --disable-bktr
) bktr
="no"
740 --disable-audio-oss
) audio_oss
="no"
742 --disable-audio-beos
) audio_beos
="no"
744 --disable-dv1394
) dv1394
="no"
746 --disable-network
) network
="no"; ffserver
="no"
748 --disable-ipv6
) ipv6
="no";
750 --disable-zlib
) zlib
="no"
752 --enable-a52
) a52
="yes"
754 --enable-a52bin
) a52bin
="yes"
756 --enable-dts
) dts
="yes"
758 --enable-pp
) pp
="yes"
760 --enable-libgsm
) libgsm
="yes"
762 --enable-mp3lame
) mp3lame
="yes"
764 --enable-libogg
) libogg
="yes"
765 pkg_requires
="$pkg_requires ogg >= 1.1"
767 --enable-vorbis
) vorbis
="yes"
768 pkg_requires
="$pkg_requires vorbis vorbisenc"
770 --enable-faad
) faad
="yes"
772 --enable-faadbin
) faadbin
="yes"
774 --enable-faac
) faac
="yes"
776 --enable-xvid
) xvid
="yes"
778 --enable-x264
) x264
="yes"
780 --enable-avisynth
) avisynth
="yes";
782 --enable-dc1394
) dc1394
="yes"
783 pkg_requires
="$pkg_requires libraw1394"
785 --disable-vhook
) vhook
="no"
787 --disable-simple_idct
) simpleidct
="no"
789 --enable-mingw32
) mingw32
="yes"
791 --enable-mingwce
) mingwce
="yes"
793 --enable-static
) lstatic
="yes"
795 --disable-static
) lstatic
="no"
797 --enable-shared
) lshared
="yes"
799 --disable-shared
) lshared
="no"
801 --disable-debug
) debug
="no"
803 --disable-opts
) optimize
="no"
805 --disable-mpegaudio-hp
) mpegaudio_hp
="no"
807 --disable-protocols
) protocols
="no"; network
="no"; ffserver
="no"
809 --disable-ffserver
) ffserver
="no"
811 --disable-ffplay
) ffplay
="no"
813 --enable-small
) optimize
="small"
815 --enable-amr_nb
) amr
="yes"; amr_nb
="yes"; amr_nb_fixed
="no"
817 --enable-amr_nb-fixed
) amr
="yes"; amr_nb_fixed
="yes"; amr_nb
="no"
819 --enable-amr_wb
) amr
="yes"; amr_wb
="yes"
821 --enable-amr_if2
) amr
="yes"; amr_if2
="yes"
823 --enable-sunmlib
) sunmlib
="yes"
825 --enable-pthreads
) pthreads
="yes"
827 --enable-swscaler
) swscaler
="yes"
829 --enable-gpl
) gpl
="yes"
831 --enable-memalign-hack
) memalignhack
="yes"
833 --disable-strip
) dostrip
="no"
835 --enable-encoder
=*) ENCODER_LIST
="$ENCODER_LIST ${optval}_encoder"
837 --enable-decoder
=*) DECODER_LIST
="$DECODER_LIST ${optval}_decoder"
839 --disable-encoder
=*) ENCODER_LIST
="`filter_out ${optval}_encoder $ENCODER_LIST`"
841 --disable-decoder
=*) DECODER_LIST
="`filter_out ${optval}_decoder $DECODER_LIST`"
843 --disable-encoders
) ENCODER_LIST
=""
845 --disable-decoders
) DECODER_LIST
=""
847 --enable-muxer
=*) MUXER_LIST
="$MUXER_LIST ${optval}_muxer"
849 --disable-muxer
=*) MUXER_LIST
="`filter_out ${optval}_muxer $MUXER_LIST`"
851 --disable-muxers
) MUXER_LIST
=""; ffserver
="no"
853 --enable-demuxer
=*) DEMUXER_LIST
="$DEMUXER_LIST ${optval}_demuxer"
855 --disable-demuxer
=*) DEMUXER_LIST
="`filter_out ${optval}_demuxer $DEMUXER_LIST`"
857 --disable-demuxers
) DEMUXER_LIST
=""
859 --enable-parser
=*) PARSER_LIST
="$PARSER_LIST ${optval}_parser"
861 --disable-parser
=*) PARSER_LIST
="`filter_out ${optval}_parser $PARSER_LIST`"
863 --disable-parsers
) PARSER_LIST
=""
868 echo "Unknown option \"$opt\"."
869 echo "See $0 --help for available options."
875 if test "$logging" != no
; then
876 test "$logging" = yes || logfile
="$logging"
877 echo "# $0 $@" >$logfile
883 if test "$mingw32" = "yes" -o
"$mingwce" = "yes"; then
884 if test "$lshared" = "yes" && test "$lstatic" = "yes" ; then
886 You can only build one library type at once on MinGW.
887 Specify --disable-static --enable-shared to only build
888 the shared libraries. To build only the static libraries
889 you do not need to pass additional options.
901 if test "$mingwce" = "yes"; then
907 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
908 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
909 SLIB_EXTRA_CMD
="-lib /machine:i386 /def:\$(@:${SLIBSUF}=.def)"
910 SHFLAGS
="-shared -Wl,--output-def,\$(@:${SLIBSUF}=.def),--out-implib,lib\$(SLIBNAME:\$(SLIBSUF)=.dll.a)"
911 if test "$force_prefix" != yes; then PREFIX
="$PROGRAMFILES/FFmpeg"; fi
912 if test "$force_libdir" != yes; then bindir
='${PREFIX}'; fi
916 # Combine FFLDFLAGS, EXTRALDFLAGS and the LDFLAGS environment variable.
917 LDFLAGS
="$FFLDFLAGS $EXTRALDFLAGS $LDFLAGS"
919 test -n
"$cross_prefix" && cross_compile
=yes
920 cc
="${cross_prefix}${cc}"
921 ar="${cross_prefix}${ar}"
922 ranlib
="${cross_prefix}${ranlib}"
923 strip
="${cross_prefix}${strip}"
925 # we need to build at least one lib type
926 if test "$lstatic" = "no" && test "$lshared" = "no" ; then
928 At least one library type must be built.
929 Specify --enable-static to build the static libraries or --enable-shared to
930 build the shared libraries as well. To only build the shared libraries specify
931 --disable-static in addition to --enable-shared.
936 if test "$vorbis" = "yes" ; then
937 if test "$libogg" = "no"; then
938 echo "libogg must be enabled to enable Vorbis."
943 if test "$gpl" != "yes"; then
944 if test "$pp" != "no"; then
945 echo "The Postprocessing code is under GPL and --enable-gpl is not specified."
949 if test "$a52" != "no" -o
"$a52bin" != "no"; then
950 echo "liba52 is under GPL and --enable-gpl is not specified."
954 if test "$xvid" != "no"; then
955 echo "libxvidcore is under GPL and --enable-gpl is not specified."
959 if test "$x264" != "no"; then
960 echo "x264 is under GPL and --enable-gpl is not specified."
964 if test "$dts" != "no"; then
965 echo "libdts is under GPL and --enable-gpl is not specified."
969 if test "$faad" != "no" -o
"$faadbin" != "no"; then
970 if check_header faad.h
; then
973 #ifndef FAAD2_VERSION
976 int main( void ) { return 0; }
978 if test $?
= 0 ; then
979 echo "FAAD2 is under GPL and --enable-gpl is not specified."
985 echo "FAAD test failed."
989 if test "$swscaler" != "no"; then
990 echo "The software scaler is under GPL and --enable-gpl is not specified."
995 if test "$fail" = "yes"; then
1000 if test $mmx = "default"; then
1001 if test $cpu = "x86" -o
$cpu = "x86_64"; then
1009 needmdynamicnopic
="no"
1010 if test $targetos = Darwin
; then
1011 if test -n
"`$cc -v 2>&1 | grep xlc`"; then
1012 add_cflags
"-qpdf2 -qlanglvl=extc99 -qmaxmem=-1 -qarch=auto -qtune=auto"
1014 gcc_version
="`$cc -v 2>&1 | grep version | cut -d ' ' -f3-`"
1015 case "$gcc_version" in
1017 add_cflags
"-no-cpp-precomp -pipe"
1020 add_cflags
"-no-cpp-precomp -pipe -force_cpusubtype_ALL -Wno-sign-compare"
1021 if test "$lshared" = no
; then
1022 needmdynamicnopic
="yes"
1026 add_cflags
"-no-cpp-precomp -pipe"
1027 if test "$lshared" = no
; then
1028 needmdynamicnopic
="yes"
1035 if test $optimize != "no"; then
1036 add_cflags
"-fomit-frame-pointer"
1039 # Can only do AltiVec on PowerPC
1040 if test $altivec = "default"; then
1041 if test $cpu = "powerpc"; then
1048 # Add processor-specific flags
1050 POWERPCMODE
="32bits"
1051 if test $tune != "generic"; then
1053 601|ppc601|PowerPC601
)
1054 add_cflags
"-mcpu=601"
1055 if test $altivec = "yes"; then
1056 echo "WARNING: Tuning for PPC601 but AltiVec enabled!";
1060 603*|ppc603
*|PowerPC603
*)
1061 add_cflags
"-mcpu=603"
1062 if test $altivec = "yes"; then
1063 echo "WARNING: Tuning for PPC603 but AltiVec enabled!";
1067 604*|ppc604
*|PowerPC604
*)
1068 add_cflags
"-mcpu=604"
1069 if test $altivec = "yes"; then
1070 echo "WARNING: Tuning for PPC604 but AltiVec enabled!";
1074 G3|g3|
75*|ppc75
*|PowerPC75
*)
1075 add_cflags
"-mcpu=750 -mtune=750 -mpowerpc-gfxopt"
1076 if test $altivec = "yes"; then
1077 echo "WARNING: Tuning for PPC75x but AltiVec enabled!";
1081 G4|g4|
745*|ppc745
*|PowerPC745
*)
1082 add_cflags
"-mcpu=7450 -mtune=7450 -mpowerpc-gfxopt"
1083 if test $altivec = "no"; then
1084 echo "WARNING: Tuning for PPC745x but AltiVec disabled!";
1088 74*|ppc74
*|PowerPC74
*)
1089 add_cflags
"-mcpu=7400 -mtune=7400 -mpowerpc-gfxopt"
1090 if test $altivec = "no"; then
1091 echo "WARNING: Tuning for PPC74xx but AltiVec disabled!";
1095 G5|g5|
970|ppc970|PowerPC970|power4
*|Power4
*)
1096 add_cflags
"-mcpu=970 -mtune=970 -mpowerpc-gfxopt -mpowerpc64"
1097 if test $altivec = "no"; then
1098 echo "WARNING: Tuning for PPC970 but AltiVec disabled!";
1101 POWERPCMODE
="64bits"
1103 i
[3456]86|pentium|pentiumpro|pentium-mmx|pentium
[234]|pentium-m|prescott|k6|k6-
[23]|athlon|athlon-tbird|athlon-4|athlon-
[mx
]p|winchip-c6|winchip2|c3|nocona|athlon64|k8|opteron|athlon-fx
)
1104 add_cflags
"-march=$tune"
1107 add_cflags
"-mcpu=v9 -mtune=v9"
1110 echo "WARNING: Unknown CPU \"$tune\", ignored."
1115 # make sure we can execute files in $TMPDIR
1116 cat >$TMPE 2>>$logfile <<EOF
1119 chmod +x
$TMPE >>$logfile 2>&1
1120 if ! $TMPE >>$logfile 2>&1; then
1122 Unable to create and execute files in $TMPDIR1. Set the TMPDIR environment
1123 variable to another directory.
1125 die
"Sanity test failed."
1129 # compiler sanity check
1135 if test "$?" != 0; then
1136 echo "$cc is unable to create an executable file."
1137 if test -z
"$cross_prefix" -a
"$cross_compile" = no
; then
1138 echo "If $cc is a cross-compiler, use the --cross-compile option."
1139 echo "Only do this if you know what cross compiling means."
1141 die
"C compiler test failed."
1144 # check for assembler specific support
1146 if test $cpu = "powerpc"; then
1147 check_cc
<<EOF && dcbzl=yes
1149 register long zero = 0;
1151 asm volatile("dcbzl %0, %1" : : "b" (data), "r" (zero));
1157 # check for SIMD availability
1159 # AltiVec flags: The FSF version of GCC differs from the Apple version
1160 if test $cpu = "powerpc"; then
1161 if test $altivec = "yes"; then
1162 if test -n
"`$cc -v 2>&1 | grep version | grep Apple`"; then
1163 add_cflags
"-faltivec"
1165 add_cflags
"-maltivec -mabi=altivec"
1170 check_header altivec.h
&& _altivec_h
=yes || _altivec_h
=no
1172 # check if our compiler supports Motorola AltiVec C API
1173 if test $altivec = "yes"; then
1174 if test $_altivec_h = "yes"; then
1175 inc_altivec_h
="#include <altivec.h>"
1179 check_cc
<<EOF || altivec=no
1182 vector signed int v1, v2, v3;
1183 v1 = vec_add(v2,v3);
1189 # check armv5te instructions support
1190 if test $armv5te = "default" -a
$cpu = "armv4l"; then
1192 check_cc
<<EOF && armv5te=yes
1194 __asm__ __volatile__ ("qadd r0, r0, r0");
1199 # check iwmmxt support
1200 if test $iwmmxt = "default" -a
$cpu = "armv4l"; then
1202 check_cc
<<EOF && iwmmxt=yes
1204 __asm__ __volatile__ ("wunpckelub wr6, wr4");
1209 # mmi only available on mips
1210 if test $mmi = "default"; then
1211 if test $cpu = "mips"; then
1218 # check if our compiler supports mmi
1219 enabled mmi
&& check_cc
<<EOF || mmi="no"
1221 __asm__ ("lq \$2, 0(\$2)");
1227 # big/little-endian test
1228 if test "$cross_compile" = "no"; then
1229 check_ld
<<EOF || die "endian test failed" && $TMPE && bigendian="yes"
1230 #include <inttypes.h>
1231 int main(int argc, char ** argv){
1232 volatile uint32_t i=0x01234567;
1233 return (*((uint8_t*)(&i))) == 0x67;
1237 # programs cannot be launched if cross compiling, so make a static guess
1238 if test "$cpu" = "powerpc" -o
"$cpu" = "mips" ; then
1245 check_header inttypes.h || inttypes
=no
1249 check_cc
<<EOF || emu_fast_int=yes
1250 #include <inttypes.h>
1251 int main(int argc, char ** argv){
1252 volatile uint_fast64_t i=0x01234567;
1258 # check availability of some header files
1262 if check_header malloc.h
; then
1265 check_func memalign || _memalign
="no"
1268 if test "$_memalign" = "no" -a
"$mmx" = "yes" -a \
1269 "$memalignhack" != "yes" -a
"$targetos" != "Darwin" -a \
1270 "$targetos" != "FreeBSD" ; then
1271 die
"Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack."
1274 check_func localtime_r
&& localtime_r
=yes || localtime_r
=no
1275 enabled zlib
&& check_lib zlib.h zlibVersion
-lz || zlib
="no"
1277 # check for some common methods of building with pthread support
1278 # do this before the optional library checks as some of them require pthreads
1279 if enabled pthreads
; then
1280 { check_cflags
-pthread
&& check_ldflags
-pthread
; } ||
1281 { check_cflags
-pthreads
&& check_ldflags
-pthreads
; } ||
1282 check_lib pthread.h pthread_create
-lpthread ||
1283 check_func pthread_create ||
1284 die
"ERROR: can't find pthreads library"
1287 # these are off by default, so fail if requested and not available
1288 enabled dts
&& require libdts dts.h dts_init
-ldts
1289 enabled libgsm
&& require libgsm gsm.h gsm_create
-lgsm
1290 enabled mp3lame
&& require LAME lame
/lame.h lame_init
-lmp3lame
1291 enabled vorbis
&& require libvorbis vorbis
/vorbisenc.h vorbis_info_init
-lvorbis
-lvorbisenc
-logg
1292 enabled libogg
&& require libogg ogg
/ogg.h ogg_sync_init
-logg
1293 enabled xvid
&& require XviD xvid.h xvid_global
-lxvidcore
1294 enabled x264
&& require x264 x264.h x264_encoder_open
-lx264
1295 enabled dc1394
&& require libdc1394 libdc1394
/dc1394_control.h dc1394_create_handle
-ldc1394_control
-lraw1394
1296 enabled sunmlib
&& require mediaLib mlib_types.h mlib_VectorSub_S16_U8_Mod
-lmlib
1298 # Ugh, faac uses stdcall calling convention on win32 so we can't use
1299 # the generic test functions
1300 if enabled faac
; then
1302 temp_extralibs
-lfaac
1303 check_ld
<<EOF && add_extralibs -lfaac || die "ERROR: libfaac not found"
1308 faacEncGetVersion(&id, &cpr);
1315 # Ugh, recent faad2 versions have renamed all functions and #define the
1316 # old names in faad.h. Generic tests won't work.
1317 if enabled faad
; then
1319 temp_extralibs
-lfaad
1320 check_ld
<<EOF && add_extralibs -lfaad || die "ERROR: libfaad not found"
1330 # Ugh, avisynth uses WINAPI calls. Generic tests won't work.
1331 if enabled avisynth
; then
1333 temp_extralibs
-lvfw32
1334 check_ld
<<EOF && add_extralibs -lvfw32 || die "ERROR: vfw32 not found"
1335 #include <windows.h>
1346 # test for lrintf in math.h
1347 check_exec
<<EOF && have_lrintf=yes || have_lrintf=no
1348 #define _ISOC9X_SOURCE 1
1350 int main( void ) { return (lrintf(3.999f) > 0)?0:1; }
1354 for restrict_keyword
in restrict __restrict__ __restrict
; do
1355 check_cc
<<EOF && _restrict=$restrict_keyword && break
1356 void foo(char * $restrict_keyword p);
1360 # dlopen/dlfcn.h probing
1362 check_header dlfcn.h
&& dlfcn
=yes
1365 if check_func dlopen
; then
1371 if check_func dlopen
; then
1376 if test "$vhook" = "default"; then
1380 if test "$vhook" = "yes" -o
"$a52bin" = "yes" -o
"$faadbin" = "yes"; then
1384 if test "$targetos" = "CYGWIN" -a
"$lstatic" = "yes" ; then
1387 echo "At the moment vhooks don't work on Cygwin static builds."
1388 echo "Patches welcome."
1392 if enabled vhook
; then
1393 check_ldflags
-rdynamic
1394 check_ldflags
-export-dynamic
1397 ##########################################
1400 temp_extralibs
-lImlib2
1401 check_ld
<<EOF && imlib2=yes || imlib2=no
1402 #include <X11/Xlib.h>
1404 int main( void ) { return (int) imlib_load_font("foo"); }
1408 ##########################################
1412 if test "x$targetos" != "xBeOS"; then
1413 if (freetype-config
--version
) >/dev
/null
2>&1 ; then
1414 temp_cflags
`freetype-config --cflags`
1415 temp_extralibs
`freetype-config --libs`
1416 check_ld
<<EOF && freetype2=yes
1417 #include <ft2build.h>
1418 int main( void ) { return (int) FT_Init_FreeType(0); }
1424 ##########################################
1429 SDL_CONFIG
="${cross_prefix}sdl-config"
1430 if ("${SDL_CONFIG}" --version
) >/dev
/null
2>&1 ; then
1431 temp_cflags
`"${SDL_CONFIG}" --cflags`
1432 temp_extralibs
`"${SDL_CONFIG}" --libs`
1435 #undef main /* We don't want SDL to override our main() */
1436 int main( void ) { return SDL_Init (SDL_INIT_VIDEO); }
1438 if test $?
= 0; then
1439 _sdlversion
=`"${SDL_CONFIG}" --version | sed 's/[^0-9]//g'`
1440 if test "$_sdlversion" -lt
121 ; then
1444 check_cc
<<EOF && sdl_video_size=yes || sdl_video_size=no
1447 const SDL_VideoInfo *vi = SDL_GetVideoInfo();
1448 int w = vi->current_w;
1457 enabled sdl || ffplay
=no
1459 ##########################################
1463 if (texi2html
-version
) >/dev
/null
2>&1; then
1467 ##########################################
1470 enabled network
&& enabled ipv6
&& check_ld
<<EOF && ipv6=yes || ipv6=no
1471 #include <sys/types.h>
1472 #include <sys/socket.h>
1473 #include <netinet/in.h>
1476 struct sockaddr_storage saddr;
1477 struct ipv6_mreq mreq6;
1478 getaddrinfo(0,0,0,0);
1479 getnameinfo(0,0,0,0,0,0,0);
1480 IN6_IS_ADDR_MULTICAST((const struct in6_addr *)0);
1484 # check for video4linux2 --- V4L2_PIX_FMT_YUV420
1485 enabled v4l2
&& check_cc
<<EOF || v4l2="no"
1486 #include <sys/time.h>
1487 #include <asm/types.h>
1488 #include <linux/videodev2.h>
1489 int dummy = V4L2_PIX_FMT_YUV420;
1490 struct v4l2_buffer dummy1;
1493 enabled debug
&& add_cflags
-g
1495 # add some useful compiler flags if supported
1496 check_cflags
-Wdeclaration-after-statement
1498 check_cflags
-Wno-switch
1499 check_cflags
-Wdisabled-optimization
1500 check_cflags
-Wpointer-arith
1501 check_cflags
-Wredundant-decls
1502 check_cflags
-Winline
1504 # add some linker flags
1505 check_ldflags
'-Wl,--as-needed' '-Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec' '-Wl,-rpath-link,\$(BUILD_ROOT)/libavformat' '-Wl,-rpath-link,\$(BUILD_ROOT)/libavutil'
1507 # not all compilers support -Os
1508 test "$optimize" = "small" && check_cflags
-Os
1510 if enabled optimize
; then
1511 if test -n
"`$cc -v 2>&1 | grep xlc`"; then
1519 # PIC flags for shared library objects where they are needed
1520 if test "$lshared" = "yes" ; then
1521 # LIBOBJFLAGS may have already been set in the OS configuration
1522 if test -z
"$LIBOBJFLAGS" ; then
1524 x86_64|ia64|alpha|sparc
*) LIBOBJFLAGS
="\$(PIC)" ;;
1529 if test "$gprof" = "yes" ; then
1534 # find if .align arg is power-of-two or not
1535 if test $asmalign_pot = "unknown"; then
1537 echo 'asm (".align 3");' | check_cc
&& asmalign_pot
="yes"
1540 echo "install prefix $PREFIX"
1541 echo "source path $source_path"
1542 echo "C compiler $cc"
1544 echo "CPU $cpu ($tune)"
1545 if test "$BUILDSUF" != ""; then
1546 echo "build suffix $BUILDSUF"
1548 echo "big-endian $bigendian"
1549 echo "inttypes.h $inttypes"
1550 echo "broken inttypes.h $emu_fast_int"
1551 if test $cpu = "x86" -o
$cpu = "x86_64"; then
1552 echo "MMX enabled $mmx"
1554 if test $cpu = "armv4l"; then
1555 echo "ARMv5TE enabled $armv5te"
1556 echo "IWMMXT enabled $iwmmxt"
1558 if test $cpu = "mips"; then
1559 echo "MMI enabled $mmi"
1561 if test $cpu = "powerpc"; then
1562 echo "AltiVec enabled $altivec"
1563 echo "dcbzl available $dcbzl"
1565 echo "gprof enabled $gprof"
1566 echo "zlib enabled $zlib"
1567 echo "libgsm enabled $libgsm"
1568 echo "mp3lame enabled $mp3lame"
1569 echo "libogg enabled $libogg"
1570 echo "Vorbis enabled $vorbis"
1571 echo "FAAD enabled $faad"
1572 echo "faadbin enabled $faadbin"
1573 echo "FAAC enabled $faac"
1574 echo "XviD enabled $xvid"
1575 echo "x264 enabled $x264"
1576 echo "a52 support $a52"
1577 echo "a52 dlopened $a52bin"
1578 echo "DTS support $dts"
1579 echo "pp support $pp"
1580 echo "Software Scaler enabled $swscaler"
1581 echo "AVISynth enabled $avisynth"
1582 echo "debug symbols $debug"
1583 echo "strip symbols $dostrip"
1584 echo "optimize $optimize"
1585 echo "static $lstatic"
1586 echo "shared $lshared"
1587 echo "video hooking $vhook"
1588 echo "SDL support $sdl"
1589 if test $sdl_too_old = "yes"; then
1590 echo "-> Your SDL version is too old - please upgrade to have FFplay/SDL support."
1593 if test "$vhook" = "yes"; then
1594 echo "Imlib2 support $imlib2"
1595 echo "FreeType support $freetype2"
1597 echo "Sun medialib support" $sunmlib
1598 echo "pthreads support" $pthreads
1599 echo "AMR-NB float support" $amr_nb
1600 echo "AMR-NB fixed support" $amr_nb_fixed
1601 echo "AMR-WB float support" $amr_wb
1602 echo "AMR-WB IF2 support" $amr_if2
1603 echo "network support $network"
1604 if test "$network" = "yes" ; then
1605 echo "IPv6 support $ipv6"
1607 echo ".align is power-of-two" $asmalign_pot
1608 if test "$gpl" = "no" ; then
1609 echo "License: LGPL"
1614 echo "Creating config.mak and config.h..."
1617 echo " $0 $FFMPEG_CONFIGURATION" >> config.log
1618 echo "# Automatically generated by configure - do not modify!" > config.mak
1619 echo "/* Automatically generated by configure - do not modify! */" > $TMPH
1620 echo "#define FFMPEG_CONFIGURATION "'"'"$FFMPEG_CONFIGURATION"'"' >> $TMPH
1622 echo "PREFIX=$PREFIX" >> config.mak
1623 echo "prefix=\$(DESTDIR)\${PREFIX}" >> config.mak
1624 echo "libdir=\$(DESTDIR)$libdir" >> config.mak
1625 echo "shlibdir=\$(DESTDIR)$shlibdir" >> config.mak
1626 echo "incdir=\$(DESTDIR)$incdir" >> config.mak
1627 echo "bindir=\$(DESTDIR)$bindir" >> config.mak
1628 echo "mandir=\$(DESTDIR)$mandir" >> config.mak
1629 echo "MAKE=$make" >> config.mak
1630 echo "CC=$cc" >> config.mak
1631 echo "AR=$ar" >> config.mak
1632 echo "RANLIB=$ranlib" >> config.mak
1633 if test "$dostrip" = "yes" ; then
1634 echo "STRIP=$strip" >> config.mak
1635 echo "INSTALLSTRIP=$installstrip" >> config.mak
1637 echo "STRIP=echo ignoring strip" >> config.mak
1638 echo "INSTALLSTRIP=" >> config.mak
1641 VHOOKCFLAGS
="-fPIC $CFLAGS"
1642 test "$needmdynamicnopic" = yes && add_cflags
-mdynamic-no-pic
1644 echo "OPTFLAGS=$CFLAGS" >> config.mak
1645 echo "VHOOKCFLAGS=$VHOOKCFLAGS">>config.mak
1646 echo "LDFLAGS=$LDFLAGS" >> config.mak
1647 echo "LDCONFIG=$LDCONFIG" >> config.mak
1648 echo "FFSERVERLDFLAGS=$FFSERVERLDFLAGS" >> config.mak
1649 echo "SHFLAGS=$SHFLAGS" >> config.mak
1650 echo "VHOOKSHFLAGS=$VHOOKSHFLAGS" >> config.mak
1651 echo "VHOOKLIBS=$VHOOKLIBS" >> config.mak
1652 echo "LIBOBJFLAGS=$LIBOBJFLAGS" >> config.mak
1653 echo "BUILD_STATIC=$lstatic" >> config.mak
1654 echo "BUILDSUF=$BUILDSUF" >> config.mak
1655 echo "LIBPREF=$LIBPREF" >> config.mak
1656 echo "LIBSUF=\${BUILDSUF}$LIBSUF" >> config.mak
1657 if test "$lstatic" = "yes" ; then
1658 echo "LIB=$LIB" >> config.mak
1659 else # Some Make complain if this variable does not exist.
1660 echo "LIB=" >> config.mak
1662 echo "SLIBPREF=$SLIBPREF" >> config.mak
1663 echo "SLIBSUF=\${BUILDSUF}$SLIBSUF" >> config.mak
1664 echo "EXESUF=\${BUILDSUF}$EXESUF" >> config.mak
1665 echo "TARGET_OS=$targetos" >> config.mak
1666 if test "$cpu" = "x86" ; then
1667 echo "TARGET_ARCH_X86=yes" >> config.mak
1668 echo "#define ARCH_X86 1" >> $TMPH
1669 elif test "$cpu" = "x86_64" ; then
1670 echo "TARGET_ARCH_X86_64=yes" >> config.mak
1671 echo "#define ARCH_X86_64 1" >> $TMPH
1672 elif test "$cpu" = "armv4l" ; then
1673 echo "TARGET_ARCH_ARMV4L=yes" >> config.mak
1674 echo "#define ARCH_ARMV4L 1" >> $TMPH
1675 elif test "$cpu" = "alpha" ; then
1676 echo "TARGET_ARCH_ALPHA=yes" >> config.mak
1677 echo "#define ARCH_ALPHA 1" >> $TMPH
1678 elif test "$cpu" = "sparc64" ; then
1679 echo "TARGET_ARCH_SPARC64=yes" >> config.mak
1680 echo "#define ARCH_SPARC64 1" >> $TMPH
1681 echo "TARGET_ARCH_SPARC=yes" >> config.mak
1682 echo "#define ARCH_SPARC 1" >> $TMPH
1683 elif test "$cpu" = "sparc" ; then
1684 echo "TARGET_ARCH_SPARC=yes" >> config.mak
1685 echo "#define ARCH_SPARC 1" >> $TMPH
1686 elif test "$cpu" = "powerpc" ; then
1687 echo "TARGET_ARCH_POWERPC=yes" >> config.mak
1688 echo "#define ARCH_POWERPC 1" >> $TMPH
1689 if test $POWERPCMODE = "32bits"; then
1690 echo "#define POWERPC_MODE_32BITS 1" >> $TMPH
1692 echo "#define POWERPC_MODE_64BITS 1" >> $TMPH
1694 if test "$powerpc_perf" = "yes"; then
1695 echo "#define POWERPC_PERFORMANCE_REPORT 1" >> $TMPH
1697 elif test "$cpu" = "mips" ; then
1698 echo "TARGET_ARCH_MIPS=yes" >> config.mak
1699 echo "#define ARCH_MIPS 1" >> $TMPH
1700 elif test "$cpu" = "sh4" ; then
1701 echo "TARGET_ARCH_SH4=yes" >> config.mak
1702 echo "#define ARCH_SH4 1" >> $TMPH
1703 elif test "$cpu" = "parisc" ; then
1704 echo "TARGET_ARCH_PARISC=yes" >> config.mak
1705 echo "#define ARCH_PARISC 1" >> $TMPH
1706 elif test "$cpu" = "s390" ; then
1707 echo "TARGET_ARCH_S390=yes" >> config.mak
1708 echo "#define ARCH_S390 1" >> $TMPH
1709 elif test "$cpu" = "m68k" ; then
1710 echo "TARGET_ARCH_M68K=yes" >> config.mak
1711 echo "#define ARCH_M68K 1" >> $TMPH
1712 elif test "$cpu" = "ia64" ; then
1713 echo "TARGET_ARCH_IA64=yes" >> config.mak
1714 echo "#define ARCH_IA64 1" >> $TMPH
1715 elif test "$cpu" = "bfin" ; then
1716 echo "TARGET_ARCH_BFIN=yes" >> config.mak
1717 echo "#define ARCH_BFIN 1" >> $TMPH
1719 echo "#define TUNECPU $TUNECPU" >> $TMPH
1720 if test "$bigendian" = "yes" ; then
1721 echo "WORDS_BIGENDIAN=yes" >> config.mak
1722 echo "#define WORDS_BIGENDIAN 1" >> $TMPH
1724 if test "$inttypes" != "yes" ; then
1725 echo "#define EMULATE_INTTYPES 1" >> $TMPH
1727 if test "$emu_fast_int" = "yes" ; then
1728 echo "#define EMULATE_FAST_INT 1" >> $TMPH
1730 if test "$mmx" = "yes" ; then
1731 echo "TARGET_MMX=yes" >> config.mak
1732 echo "#define HAVE_MMX 1" >> $TMPH
1733 echo "#define __CPU__ 586" >> $TMPH
1735 if test "$armv5te" = "yes" ; then
1736 echo "TARGET_ARMV5TE=yes" >> config.mak
1737 echo "#define HAVE_ARMV5TE 1" >> $TMPH
1739 if test "$iwmmxt" = "yes" ; then
1740 echo "TARGET_IWMMXT=yes" >> config.mak
1741 echo "#define HAVE_IWMMXT 1" >> $TMPH
1743 if test "$mmi" = "yes" ; then
1744 echo "TARGET_MMI=yes" >> config.mak
1745 echo "#define HAVE_MMI 1" >> $TMPH
1748 if test "$dcbzl" = "yes" ; then
1749 echo "#define HAVE_DCBZL 1" >> $TMPH
1751 echo "#undef HAVE_DCBZL" >> $TMPH
1754 if test "$altivec" = "yes" ; then
1755 echo "TARGET_ALTIVEC=yes" >> config.mak
1756 echo "#define HAVE_ALTIVEC 1" >> $TMPH
1757 if test "$_altivec_h" = "yes" ; then
1758 echo "#define HAVE_ALTIVEC_H 1" >> $TMPH
1760 echo "#undef HAVE_ALTIVEC_H" >> $TMPH
1763 if test "$gprof" = "yes" ; then
1764 echo "#define HAVE_GPROF 1" >> $TMPH
1766 if test "$localtime_r" = "yes" ; then
1767 echo "#define HAVE_LOCALTIME_R 1" >> $TMPH
1769 if test "$imlib2" = "yes" ; then
1770 echo "HAVE_IMLIB2=yes" >> config.mak
1772 if test "$freetype2" = "yes" ; then
1773 echo "HAVE_FREETYPE2=yes" >> config.mak
1775 if test "$sunmlib" = "yes" ; then
1776 echo "HAVE_MLIB=yes" >> config.mak
1777 echo "#define HAVE_MLIB 1" >> $TMPH
1779 if test "$pthreads" = "yes" ; then
1780 echo "HAVE_PTHREADS=yes" >> config.mak
1781 echo "#define HAVE_PTHREADS 1" >> $TMPH
1782 echo "#define HAVE_THREADS 1" >> $TMPH
1784 if test "$sdl" = "yes" ; then
1785 echo "CONFIG_SDL=yes" >> config.mak
1786 echo "SDL_LIBS=`"${SDL_CONFIG}" --libs`" >> config.mak
1787 echo "SDL_CFLAGS=`"${SDL_CONFIG}" --cflags`" >> config.mak
1788 if test "$sdl_video_size" = "yes"; then
1789 echo "#define HAVE_SDL_VIDEO_SIZE 1" >> $TMPH
1792 if test "$texi2html" = "yes"; then
1793 echo "BUILD_DOC=yes" >> config.mak
1795 if test "$have_lrintf" = "yes" ; then
1796 echo "#define HAVE_LRINTF 1" >> $TMPH
1798 if test "$vhook" = "yes" ; then
1799 echo "BUILD_VHOOK=yes" >> config.mak
1800 echo "#define HAVE_VHOOK 1" >> $TMPH
1803 sws_version
=`grep '#define LIBSWSCALE_VERSION ' "$source_path/libswscale/swscale.h" | sed 's/[^0-9\.]//g'`
1804 pp_version
=`grep '#define LIBPOSTPROC_VERSION ' "$source_path/libpostproc/postprocess.h" | sed 's/[^0-9\.]//g'`
1805 lavc_version
=`grep '#define LIBAVCODEC_VERSION ' "$source_path/libavcodec/avcodec.h" | sed 's/[^0-9\.]//g'`
1806 lavf_version
=`grep '#define LIBAVFORMAT_VERSION ' "$source_path/libavformat/avformat.h" | sed 's/[^0-9\.]//g'`
1807 lavu_version
=`grep '#define LIBAVUTIL_VERSION ' "$source_path/libavutil/avutil.h" | sed 's/[^0-9\.]//g'`
1811 if test "$lshared" = "yes" ; then
1812 echo "#define BUILD_SHARED_AV 1" >> $TMPH
1813 echo "BUILD_SHARED=yes" >> config.mak
1814 echo "PIC=-fPIC -DPIC" >> config.mak
1815 echo "SPPMAJOR=${lavc_version%%.*}" >> config.mak
1816 echo "SPPVERSION=$lavc_version" >> config.mak
1817 echo "LAVCMAJOR=${lavc_version%%.*}" >> config.mak
1818 echo "LAVCVERSION=$lavc_version" >> config.mak
1819 echo "LAVFMAJOR=${lavf_version%%.*}" >> config.mak
1820 echo "LAVFVERSION=$lavf_version" >> config.mak
1821 echo "LAVUMAJOR=${lavu_version%%.*}" >> config.mak
1822 echo "LAVUVERSION=$lavu_version" >> config.mak
1823 echo "SWSMAJOR=${sws_version%%.*}" >> config.mak
1824 echo "SWSVERSION=$sws_version" >> config.mak
1825 echo "SLIBNAME=${SLIBNAME}" >> config.mak
1826 echo "SLIBNAME_WITH_VERSION=${SLIBNAME_WITH_VERSION}" >> config.mak
1827 echo "SLIBNAME_WITH_MAJOR=${SLIBNAME_WITH_MAJOR}" >> config.mak
1828 echo "SLIB_EXTRA_CMD=${SLIB_EXTRA_CMD}" >> config.mak
1830 echo "LIB_INSTALL_EXTRA_CMD=${LIB_INSTALL_EXTRA_CMD}" >> config.mak
1831 echo "EXTRALIBS=$extralibs" >> config.mak
1833 # If you do not want to use encoders, disable them.
1834 if echo "$ENCODER_LIST" |
grep -q encoder
; then
1835 echo "#define CONFIG_ENCODERS 1" >> $TMPH
1836 echo "CONFIG_ENCODERS=yes" >> config.mak
1839 # If you do not want to use decoders, disable them.
1840 if echo "$DECODER_LIST" |
grep -q decoder
; then
1841 echo "#define CONFIG_DECODERS 1" >> $TMPH
1842 echo "CONFIG_DECODERS=yes" >> config.mak
1846 if echo "$MUXER_LIST" |
grep -q muxer
; then
1847 echo "#define CONFIG_MUXERS 1" >> $TMPH
1848 echo "CONFIG_MUXERS=yes" >> config.mak
1852 if echo "$DEMUXER_LIST" |
grep -q demuxer
; then
1853 echo "#define CONFIG_DEMUXERS 1" >> $TMPH
1854 echo "CONFIG_DEMUXERS=yes" >> config.mak
1858 if test "$a52" = "yes" ; then
1859 echo "#define CONFIG_AC3 1" >> $TMPH
1860 echo "CONFIG_AC3=yes" >> config.mak
1862 if test "$a52bin" = "yes" ; then
1863 echo "#define CONFIG_A52BIN 1" >> $TMPH
1864 echo "CONFIG_A52BIN=yes" >> config.mak
1869 if test "$dts" = "yes" ; then
1870 echo "#define CONFIG_DTS 1" >> $TMPH
1871 echo "CONFIG_DTS=yes" >> config.mak
1875 if test "$pp" = "yes" ; then
1876 echo "#define CONFIG_PP 1" >> $TMPH
1877 echo "CONFIG_PP=yes" >> config.mak
1880 if test "$swscaler" = "yes" ; then
1881 echo "#define CONFIG_SWSCALER 1" >> $TMPH
1882 echo "CONFIG_SWSCALER=yes" >> config.mak
1885 # MPEG audio high precision mode
1886 if test "$mpegaudio_hp" = "yes" ; then
1887 echo "#define CONFIG_MPEGAUDIO_HP 1" >> $TMPH
1890 if test "$v4l" = "yes" ; then
1891 echo "#define CONFIG_VIDEO4LINUX 1" >> $TMPH
1892 echo "CONFIG_VIDEO4LINUX=yes" >> config.mak
1895 if test "$v4l2" = "yes" ; then
1896 echo "#define CONFIG_VIDEO4LINUX2 1" >> $TMPH
1897 echo "CONFIG_VIDEO4LINUX2=yes" >> config.mak
1900 if test "$bktr" = "yes" ; then
1901 echo "#define CONFIG_BKTR 1" >> $TMPH
1902 echo "CONFIG_BKTR=yes" >> config.mak
1905 if test "$dv1394" = "yes" ; then
1906 echo "#define CONFIG_DV1394 1" >> $TMPH
1907 echo "CONFIG_DV1394=yes" >> config.mak
1910 if test "$dc1394" = "yes" ; then
1911 echo "#define CONFIG_DC1394 1" >> $TMPH
1912 echo "CONFIG_DC1394=yes" >> config.mak
1915 if test "$dlopen" = "yes" ; then
1916 echo "#define CONFIG_HAVE_DLOPEN 1" >> $TMPH
1919 if test "$dlfcn" = "yes" ; then
1920 echo "#define CONFIG_HAVE_DLFCN 1" >> $TMPH
1923 if test "$audio_oss" = "yes" ; then
1924 echo "#define CONFIG_AUDIO_OSS 1" >> $TMPH
1925 echo "CONFIG_AUDIO_OSS=yes" >> config.mak
1928 if test "$audio_beos" = "yes" ; then
1929 echo "#define CONFIG_AUDIO_BEOS 1" >> $TMPH
1930 echo "CONFIG_AUDIO_BEOS=yes" >> config.mak
1933 if test "$network" = "yes" ; then
1934 echo "#define CONFIG_NETWORK 1" >> $TMPH
1935 echo "CONFIG_NETWORK=yes" >> config.mak
1938 if test "$ipv6" = "yes" ; then
1939 echo "#define CONFIG_IPV6 1" >> $TMPH
1942 if test "$zlib" = "yes" ; then
1943 echo "#define CONFIG_ZLIB 1" >> $TMPH
1944 echo "CONFIG_ZLIB=yes" >> config.mak
1947 if test "$libgsm" = "yes" ; then
1948 echo "#define CONFIG_LIBGSM 1" >> $TMPH
1949 echo "CONFIG_LIBGSM=yes" >> config.mak
1952 if test "$mp3lame" = "yes" ; then
1953 echo "#define CONFIG_MP3LAME 1" >> $TMPH
1954 echo "CONFIG_MP3LAME=yes" >> config.mak
1957 if test "$libogg" = "yes" ; then
1958 echo "#define CONFIG_LIBOGG 1" >> $TMPH
1959 echo "CONFIG_LIBOGG=yes" >> config.mak
1962 if test "$vorbis" = "yes" ; then
1963 echo "#define CONFIG_LIBVORBIS 1" >> $TMPH
1964 echo "CONFIG_LIBVORBIS=yes" >> config.mak
1967 if test "$faad" = "yes" ; then
1968 echo "#define CONFIG_FAAD 1" >> $TMPH
1969 echo "CONFIG_FAAD=yes" >> config.mak
1972 if test "$faadbin" = "yes" ; then
1973 echo "#define CONFIG_FAADBIN 1" >> $TMPH
1974 echo "CONFIG_FAADBIN=yes" >> config.mak
1977 if test "$faac" = "yes" ; then
1978 echo "#define CONFIG_FAAC 1" >> $TMPH
1979 echo "CONFIG_FAAC=yes" >> config.mak
1982 if test "$xvid" = "yes" ; then
1983 echo "#define CONFIG_XVID 1" >> $TMPH
1984 echo "CONFIG_XVID=yes" >> config.mak
1987 if test "$x264" = "yes" ; then
1988 echo "#define CONFIG_X264 1" >> $TMPH
1989 echo "CONFIG_X264=yes" >> config.mak
1992 if test "$avisynth" = "yes" ; then
1993 echo "#define CONFIG_AVISYNTH 1" >> $TMPH
1994 echo "CONFIG_AVISYNTH=yes" >> config.mak
1997 if test "$mingw32" = "yes" ; then
1998 echo "CONFIG_MINGW=yes" >> config.mak
1999 echo "HAVE_W32THREADS=yes" >> config.mak
2000 echo "#define HAVE_W32THREADS 1" >> $TMPH
2001 echo "#define HAVE_THREADS 1" >> $TMPH
2002 echo "#ifndef __MINGW32__" >> $TMPH
2003 echo "#define __MINGW32__ 1" >> $TMPH
2004 echo "#endif" >> $TMPH
2007 if test "$mingwce" = "yes" ; then
2008 echo "CONFIG_MINGW=yes" >> config.mak
2009 echo "#define CONFIG_WINCE 1" >> $TMPH
2010 echo "CONFIG_WINCE=yes" >> config.mak
2011 echo "#ifndef __MINGW32__" >> $TMPH
2012 echo "#define __MINGW32__ 1" >> $TMPH
2013 echo "#endif" >> $TMPH
2016 if test "$os2" = "yes" ; then
2017 echo "#define CONFIG_OS2 1" >> $TMPH
2018 echo "CONFIG_OS2=yes" >> config.mak
2019 echo "HAVE_OS2THREADS=yes" >> config.mak
2020 echo "#define HAVE_OS2THREADS 1" >> $TMPH
2021 echo "#define HAVE_THREADS 1" >> $TMPH
2024 if test "$targetos" = "SunOS" ; then
2025 echo "#define CONFIG_SUNOS 1" >> $TMPH
2028 if test "$targetos" = "BeOS" ; then
2029 echo "HAVE_BEOSTHREADS=yes" >> config.mak
2030 echo "#define HAVE_BEOSTHREADS 1" >> $TMPH
2031 echo "#define HAVE_THREADS 1" >> $TMPH
2034 if test "$targetos" = "Darwin"; then
2035 echo "#define CONFIG_DARWIN 1" >> $TMPH
2036 echo "CONFIG_DARWIN=yes" >> config.mak
2039 if test "$_malloc_h" = "yes" ; then
2040 echo "#define HAVE_MALLOC_H 1" >> $TMPH
2042 echo "#undef HAVE_MALLOC_H" >> $TMPH
2045 if test "$_memalign" = "yes" ; then
2046 echo "#define HAVE_MEMALIGN 1" >> $TMPH
2048 echo "#undef HAVE_MEMALIGN" >> $TMPH
2051 if test "$memalignhack" = "yes" ; then
2052 echo "#define MEMALIGN_HACK 1" >> $TMPH
2056 if test "$netserver" = "yes" ; then
2057 echo "#define CONFIG_BEOS_NETSERVER 1" >> $TMPH
2058 echo "CONFIG_BEOS_NETSERVER=yes" >> config.mak
2061 if test "$need_inet_aton" = "yes" ; then
2062 echo "NEED_INET_ATON=yes" >> config.mak
2065 if test "$simpleidct" = "yes" ; then
2066 echo "#define SIMPLE_IDCT 1" >> $TMPH
2069 if test "$protocols" = "yes" ; then
2070 echo "#define CONFIG_PROTOCOLS 1" >> $TMPH
2071 echo "CONFIG_PROTOCOLS=yes" >> config.mak
2074 if test "$ffserver" = "yes" ; then
2075 echo "#define CONFIG_FFSERVER 1" >> $TMPH
2076 echo "CONFIG_FFSERVER=yes" >> config.mak
2079 if test "$ffplay" = "yes" ; then
2080 echo "CONFIG_FFPLAY=yes" >> config.mak
2083 if test "$gpl" = "yes" ; then
2084 echo "#define CONFIG_GPL 1" >> $TMPH
2085 echo "CONFIG_GPL=yes" >> config.mak
2088 echo "#define restrict $_restrict" >> $TMPH
2090 if test "$optimize" = "small"; then
2091 echo "#define always_inline" >> $TMPH
2092 echo "#define CONFIG_SMALL 1" >> $TMPH
2095 # build tree in object directory if source path is different from current one
2096 if test "$source_path_used" = "yes" ; then
2117 libavformat/Makefile \
2118 libavcodec/Makefile \
2119 libpostproc/Makefile \
2120 libavutil/Makefile \
2121 libswscale/Makefile \
2127 for dir
in $DIRS ; do
2130 for f
in $FILES ; do
2131 ln -sf
"$source_path/$f" $f
2134 echo "SRC_PATH=$source_path" >> config.mak
2135 echo "BUILD_ROOT=$PWD" >> config.mak
2137 if test "$amr" = "yes" ; then
2138 echo "#define CONFIG_AMR 1" >> $TMPH
2139 echo "CONFIG_AMR=yes" >> config.mak
2142 if test "$amr_wb" = "yes" ; then
2143 echo "#define CONFIG_AMR_WB 1" >> $TMPH
2144 echo "CONFIG_AMR_WB=yes" >> config.mak
2146 echo "AMR WB FLOAT NOTICE ! Make sure you have downloaded TS26.204"
2148 echo "http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-510.zip"
2149 echo "and extracted the source to libavcodec/amrwb_float"
2152 if test "$amr_nb" = "yes" ; then
2153 echo "#define CONFIG_AMR_NB 1" >> $TMPH
2154 echo "CONFIG_AMR_NB=yes" >> config.mak
2156 echo "AMR NB FLOAT NOTICE ! Make sure you have downloaded TS26.104"
2157 echo "REL-5 V5.1.0 from "
2158 echo "http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-510.zip"
2159 echo "and extracted the source to libavcodec/amr_float"
2160 echo "If you try this on alpha, you may need to change Word32 to int in amr/typedef.h"
2163 if test "$amr_nb_fixed" = "yes" ; then
2164 echo "#define CONFIG_AMR_NB_FIXED 1" >> $TMPH
2165 echo "CONFIG_AMR_NB_FIXED=yes" >> config.mak
2167 echo "AMR NB FIXED POINT NOTICE! Make sure you have downloaded TS26.073 "
2168 echo "REL-5 version 5.1.0 from "
2169 echo "http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-510.zip"
2170 echo "and extracted src to libavcodec/amr"
2171 echo "You must also add -DMMS_IO and remove -pedantic-errors to/from CFLAGS in libavcodec/amr/makefile."
2172 echo "i.e. CFLAGS = -Wall -I. \$(CFLAGS_\$(MODE)) -D\$(VAD) -DMMS_IO"
2175 if test "$amr_if2" = "yes" ; then
2176 echo "AMR_CFLAGS=-DIF2=1" >> config.mak
2179 # Apparently it's not possible to portably echo a backslash.
2180 if test "$asmalign_pot" = "yes" ; then
2181 printf '#define ASMALIGN(ZEROBITS) ".align " #ZEROBITS "\\n\\t"\n' >> $TMPH
2183 printf '#define ASMALIGN(ZEROBITS) ".align 1<<" #ZEROBITS "\\n\\t"\n' >> $TMPH
2187 # "tr '[a-z]' '[A-Z]'" is a workaround for Solaris tr not grokking "tr a-z A-Z"
2188 for codec
in $DECODER_LIST $ENCODER_LIST $PARSER_LIST $DEMUXER_LIST $MUXER_LIST; do
2189 echo "#define CONFIG_`echo $codec | tr '[a-z]' '[A-Z]'` 1" >> $TMPH
2190 echo "CONFIG_`echo $codec | tr '[a-z]' '[A-Z]'`=yes" >> config.mak
2193 # Do not overwrite config.h if unchanged to avoid superfluous rebuilds.
2194 diff $TMPH config.h
>/dev
/null
2>&1
2195 if test "$?" != "0" ; then
2196 mv -f
$TMPH config.h
2198 echo "config.h is unchanged"
2201 rm -f
$TMPO $TMPC $TMPE $TMPS $TMPH
2204 # build pkg-config files libav*.pc and libpostproc.pc
2206 cat <<EOF >libavutil.pc
2208 exec_prefix=\${prefix}
2209 libdir=\${exec_prefix}/lib
2210 includedir=\${prefix}/include
2213 Description: FFmpeg utility library
2214 Version: $lavu_version
2217 Libs: -L\${libdir} -lavutil
2218 Cflags: -I\${includedir} -I\${includedir}/ffmpeg
2221 cat <<EOF >libavutil-uninstalled.pc
2224 libdir=\${pcfiledir}/libavutil
2225 includedir=\${pcfiledir}/libavutil
2228 Description: FFmpeg utility library
2229 Version: $lavu_version
2232 Libs: \${libdir}/${LIBPREF}avutil${LIBSUF}
2233 Cflags: -I\${includedir}
2237 cat <<EOF >libavcodec.pc
2239 exec_prefix=\${prefix}
2240 libdir=\${exec_prefix}/lib
2241 includedir=\${prefix}/include
2244 Description: FFmpeg codec library
2245 Version: $lavc_version
2246 Requires: $pkg_requires libavutil = $lavu_version
2248 Libs: -L\${libdir} -lavcodec $extralibs
2249 Cflags: -I\${includedir} -I\${includedir}/ffmpeg
2252 cat <<EOF >libavcodec-uninstalled.pc
2255 libdir=\${pcfiledir}/libavcodec
2256 includedir=\${pcfiledir}/libavcodec
2259 Description: FFmpeg codec library
2260 Version: $lavc_version
2261 Requires: $pkg_requires libavutil = $lavu_version
2263 Libs: \${libdir}/${LIBPREF}avcodec${LIBSUF} $extralibs
2264 Cflags: -I\${includedir}
2268 cat <<EOF >libavformat.pc
2270 exec_prefix=\${prefix}
2271 libdir=\${exec_prefix}/lib
2272 includedir=\${prefix}/include
2275 Description: FFmpeg container format library
2276 Version: $lavf_version
2277 Requires: $pkg_requires libavcodec = $lavc_version
2279 Libs: -L\${libdir} -lavformat $extralibs
2280 Cflags: -I\${includedir} -I\${includedir}/ffmpeg
2283 cat <<EOF >libavformat-uninstalled.pc
2286 libdir=\${pcfiledir}/libavformat
2287 includedir=\${pcfiledir}/libavformat
2290 Description: FFmpeg container format library
2291 Version: $lavf_version
2292 Requires: $pkg_requires libavcodec = $lavc_version
2294 Libs: \${libdir}/${LIBPREF}avformat${LIBSUF} $extralibs
2295 Cflags: -I\${includedir}
2300 cat <<EOF >libpostproc.pc
2302 exec_prefix=\${prefix}
2303 libdir=\${exec_prefix}/lib
2304 includedir=\${prefix}/include
2307 Description: FFmpeg post processing library
2308 Version: $lavc_version
2311 Libs: -L\${libdir} -lpostproc
2312 Cflags: -I\${includedir} -I\${includedir}/postproc
2315 cat <<EOF >libpostproc-uninstalled.pc
2318 libdir=\${pcfiledir}/libpostproc
2319 includedir=\${pcfiledir}/libpostproc
2322 Description: FFmpeg post processing library
2323 Version: $lavc_version
2326 Libs: \${libdir}/${LIBPREF}postproc${LIBSUF}
2327 Cflags: -I\${includedir}
2331 cat <<EOF >libswscale.pc
2333 exec_prefix=\${prefix}
2334 libdir=\${exec_prefix}/lib
2335 includedir=\${prefix}/include
2338 Description: FFmpeg image rescaling library
2339 Version: $sws_version
2340 Requires: $pkg_requires libavutil = $lavu_version
2342 Libs: -L\${libdir} -lswscale
2343 Cflags: -I\${includedir} -I\${includedir}/swscale
2346 cat <<EOF >libswscale-uninstalled.pc
2349 libdir=\${pcfiledir}/libswscale
2350 includedir=\${pcfiledir}/libswscale
2353 Description: FFmpeg image rescaling library
2354 Version: $sws_version
2355 Requires: $pkg_requires libavutil = $lavu_version
2357 Libs: \${libdir}/${LIBPREF}swscale${LIBSUF}
2358 Cflags: -I\${includedir}