3 # FFmpeg configure script
5 # Copyright (c) 2000, 2001, 2002 Fabrice Bellard
6 # Copyright (c) 2005-2006 Diego Biurrun
7 # Copyright (c) 2005-2006 Mans Rullgard
10 # make sure we are running under a compatible shell
11 # try to make this part work with most shells
14 echo "Trying shell $1"
15 type "$1" >/dev
/null
2>&1 && exec "$@"
19 (: ${foo%%bar}) 2>/dev
/null
22 (: ${foo?}) 2>/dev
/null
25 if test "$E1" != 0 ||
test "$E2" = 0; then
26 echo "Broken shell detected. Trying alternatives."
28 if test "0$FF_CONF_EXEC" -lt
1; then
30 try_exec bash
"$0" "$@"
32 if test "0$FF_CONF_EXEC" -lt
2; then
34 try_exec ksh
"$0" "$@"
36 if test "0$FF_CONF_EXEC" -lt
3; then
38 try_exec
/usr
/xpg4
/bin
/sh
"$0" "$@"
40 echo "No compatible shell script interpreter found."
41 echo "This configure script requires a POSIX-compatible shell"
42 echo "such as bash or ksh."
43 echo "THIS IS NOT A BUG IN FFMPEG, DO NOT REPORT IT AS SUCH."
44 echo "Instead, install a working POSIX-compatible shell."
45 echo "Disabling this configure test will create a broken FFmpeg."
46 if test "$BASH_VERSION" = '2.04.0(1)-release'; then
47 echo "This bash version ($BASH_VERSION) is broken on your platform."
48 echo "Upgrade to a later version if available."
54 echo "Usage: configure [options]"
55 echo "Options: [defaults in brackets after descriptions]"
57 echo "Standard options:"
58 echo " --help print this message"
59 echo " --log[=FILE|yes|no] log tests and output to FILE [config.err]"
60 echo " --prefix=PREFIX install in PREFIX [$PREFIX]"
61 echo " --libdir=DIR install libs in DIR [PREFIX/lib]"
62 echo " --shlibdir=DIR install shared libs in DIR [PREFIX/lib]"
63 echo " --incdir=DIR install includes in DIR [PREFIX/include/ffmpeg]"
64 echo " --mandir=DIR install man page in DIR [PREFIX/man]"
65 echo " --enable-static build static libraries [default=yes]"
66 echo " --disable-static do not build static libraries [default=no]"
67 echo " --enable-shared build shared libraries [default=no]"
68 echo " --disable-shared do not build shared libraries [default=yes]"
69 echo " --enable-gpl allow use of GPL code, the resulting libav*"
70 echo " and ffmpeg will be under GPL [default=no]"
71 echo " --enable-pp enable GPLed postprocessing support [default=no]"
72 echo " --enable-swscaler software scaler support [default=no]"
73 echo " --enable-beosthreads use BeOS threads [default=no]"
74 echo " --enable-pthreads use pthreads [default=no]"
75 echo " --enable-w32threads use Win32 threads [default=no]"
76 echo " --enable-x11grab enable X11 grabbing [default=no]"
78 echo "External library support:"
79 echo " --enable-sunmlib use Sun medialib [default=no]"
80 echo " --enable-liba52 enable GPLed liba52 support [default=no]"
81 echo " --enable-liba52bin open liba52.so.0 at runtime [default=no]"
82 echo " --enable-avisynth allow reading AVISynth script files [default=no]"
83 echo " --enable-libamr-nb enable libamr-nb floating point audio codec"
84 echo " --enable-libamr-wb enable libamr-wb floating point audio codec"
85 echo " --enable-libdc1394 enable IIDC-1394 grabbing using libdc1394"
86 echo " and libraw1394 [default=no]"
87 echo " --enable-libfaac enable FAAC support via libfaac [default=no]"
88 echo " --enable-libfaad enable FAAD support via libfaad [default=no]"
89 echo " --enable-libfaadbin open libfaad.so.0 at runtime [default=no]"
90 echo " --enable-libgsm enable GSM support via libgsm [default=no]"
91 echo " --enable-libmp3lame enable MP3 encoding via libmp3lame [default=no]"
92 echo " --enable-libnut enable NUT (de)muxing via libnut,"
93 echo " native demuxer exists [default=no]"
94 echo " --enable-libogg enable Ogg muxing via libogg [default=no]"
95 echo " --enable-libtheora enable Theora encoding via libtheora [default=no]"
96 echo " --enable-libvorbis enable Vorbis en/decoding via libvorbis,"
97 echo " native implementations exist [default=no]"
98 echo " --enable-libx264 enable H.264 encoding via x264 [default=no]"
99 echo " --enable-libxvid enable Xvid encoding via xvidcore,"
100 echo " native MPEG-4/Xvid encoder exists [default=no]"
102 echo "Advanced options (experts only):"
103 echo " --source-path=PATH path to source code [$source_path]"
104 echo " --cross-prefix=PREFIX use PREFIX for compilation tools [$cross_prefix]"
105 echo " --cross-compile assume a cross-compiler is used"
106 echo " --target-os=OS compiler targets OS [$targetos]"
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 echo " instruction selection, may crash on older CPUs)"
116 echo " --enable-powerpc-perf 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-bktr disable bktr video grabbing [default=no]"
126 echo " --disable-network disable network support [default=no]"
127 echo " --disable-ipv6 disable ipv6 support [default=no]"
128 echo " --disable-zlib disable zlib [default=no]"
129 echo " --disable-vhook disable video hooking support"
130 echo " --disable-debug disable debugging symbols"
131 echo " --disable-mpegaudio-hp faster (but less accurate)"
132 echo " MPEG audio decoding [default=no]"
133 echo " --enable-gray enable full grayscale support (slower color)"
134 echo " --disable-ffmpeg disable ffmpeg build"
135 echo " --disable-ffserver disable ffserver build"
136 echo " --disable-ffplay disable ffplay build"
137 echo " --enable-small optimize for size instead of speed"
138 echo " --enable-memalign-hack emulate memalign, interferes with memory debuggers"
139 echo " --disable-encoder=NAME disables encoder NAME"
140 echo " --enable-encoder=NAME enables encoder NAME"
141 echo " --disable-decoder=NAME disables decoder NAME"
142 echo " --enable-decoder=NAME enables decoder NAME"
143 echo " --disable-encoders disables all encoders"
144 echo " --disable-decoders disables all decoders"
145 echo " --disable-muxer=NAME disables muxer NAME"
146 echo " --enable-muxer=NAME enables muxer NAME"
147 echo " --disable-muxers disables all muxers"
148 echo " --disable-demuxer=NAME disables demuxer NAME"
149 echo " --enable-demuxer=NAME enables demuxer NAME"
150 echo " --disable-demuxers disables all demuxers"
151 echo " --enable-parser=NAME enables parser NAME"
152 echo " --disable-parser=NAME disables parser NAME"
153 echo " --disable-parsers disables all parsers"
154 echo " --enable-bsf=NAME enables bitstream filter NAME"
155 echo " --disable-bsf=NAME disables bitstream filter NAME"
156 echo " --disable-bsfs disables all bitstream filters"
157 echo " --enable-protocol=NAME enables protocol NAME"
158 echo " --disable-protocol=NAME disables protocol NAME"
159 echo " --disable-protocols disables all protocols"
160 echo " --list-decoders show all available decoders"
161 echo " --list-encoders show all available encoders"
162 echo " --list-muxers show all available muxers"
163 echo " --list-demuxers show all available demuxers"
164 echo " --list-parsers show all available parsers"
165 echo " --list-protocols show all available protocols"
166 echo " --list-bsfs show all available bitstream filters"
168 echo "Developer options (useful when working on FFmpeg itself):"
169 echo " --enable-gprof enable profiling with gprof [$gprof]"
170 echo " --disable-opts disable compiler optimizations"
171 echo " --enable-extra-warnings enable more compiler warnings"
172 echo " --disable-strip disable stripping of executables and shared libraries"
174 echo "NOTE: Object files are built at the place where configure is launched."
196 If you think configure made a mistake, make sure you are using the latest
197 version from SVN. If the latest version fails, report the problem to the
198 ffmpeg-devel@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
200 if enabled logging
; then
202 Include the log file "$logfile" produced by configure as this will help
207 Rerun configure with logging enabled (do not use --log=no), and include the
208 log this produces with your report.
211 rm -f
$TMPC $TMPO $TMPE $TMPS $TMPH
215 # "tr '[a-z]' '[A-Z]'" is a workaround for Solaris tr not grokking "tr a-z A-Z"
217 echo "$@" |
tr '[a-z]' '[A-Z]'
221 echo "$@" |
tr '[A-Z]' '[a-z]'
234 eval level
=\
${${var}_level
:=0}
235 eval ${var}_
${level}="\$$var"
236 eval ${var}_level
=$
(($level+1))
242 eval level
=\
${${var}_level
:-0}
243 test $level = 0 && continue
244 eval level
=$
(($level-1))
245 eval $var="\${${var}_${level}}"
246 eval ${var}_level
=$level
247 eval unset ${var}_
${level}
260 eval test "x\$$1" = "xyes"
264 eval test "x\$$1" = "xno"
269 enabled
$opt ||
return 1
275 disabled
$opt ||
return 1
281 enabled
$opt && return 0
287 disabled
$opt && return 0
295 [ $var = $value ] && return 0
302 enabled
${cfg}_checking
&& die
"Circular dependency for $cfg."
303 disabled
${cfg}_checking
&& continue
304 enable ${cfg}_checking
306 eval dep_all
="\$${cfg}_deps"
307 eval dep_any
="\$${cfg}_deps_any"
309 pushvar cfg dep_all dep_any
310 check_deps
$dep_all $dep_any
311 popvar cfg dep_all dep_any
313 enabled_all
$dep_all || disable
$cfg
314 enabled_any
$dep_any || disable
$cfg
316 disable
${cfg}_checking
326 ucname
="`toupper $cfg`"
327 if enabled
$cfg; then
328 echo "#define ${pfx}${ucname} 1" >> $header
329 echo "#define ENABLE_${ucname} 1" >> $header
330 echo "${pfx}${ucname}=yes" >> $makefile
332 echo "#define ENABLE_${ucname} 0" >> $header
338 (: ${SAVE_CFLAGS?}) 2>/dev
/null
342 flags_saved
&& return
343 SAVE_CFLAGS
="$CFLAGS"
344 SAVE_LDFLAGS
="$LDFLAGS"
345 SAVE_extralibs
="$extralibs"
349 flags_saved ||
return
350 CFLAGS
="$SAVE_CFLAGS"
351 LDFLAGS
="$SAVE_LDFLAGS"
352 extralibs
="$SAVE_extralibs"
365 LDFLAGS
="$LDFLAGS $*"
370 extralibs
="$extralibs $*"
376 flags_saved
&& eval "SAVE_$var=\"\$SAVE_$var $*\""
377 eval "$var=\"\$$var $*\""
389 append extralibs
"$@"
401 check_cmd
$cc $CFLAGS "$@" -c
-o
$TMPO $TMPC
408 check_cmd
$cc $CFLAGS "$@" -E
-o
$TMPO $TMPC
417 test "${f}" = "${f#-l}" && flags
="$flags $f" || libs
="$libs $f"
419 check_cmd
$cc $LDFLAGS $flags -o
$TMPE $TMPO $extralibs $libs
423 log check_cflags
"$@"
424 check_cc
"$@" <<EOF && add_cflags "$@"
430 log check_ldflags
"$@"
431 check_ld
"$@" <<EOF && add_ldflags "$@"
439 log check_header
"$@"
442 var
=`echo $header | sed 's/[^A-Za-z0-9_]/_/g'`
444 check_cpp
"$@" <<EOF && enable $var
455 check_ld
"$@" <<EOF && enable $func
470 for hdr
in $headers; do
474 check_ld
"$@" <<EOF && enable $func
489 check_header
$header && check_func
$func && add_extralibs
"$@"
501 check_func2
"$headers" $func && add_extralibs
"$@"
508 check_ld
"$@" && { enabled cross_compile ||
$TMPE >>$logfile 2>&1; }
514 # exit() is not async signal safe. _Exit (C99) and _exit (POSIX)
515 # are safe but may not be available everywhere. Thus we use
516 # raise(SIGTERM) instead. The check is run in a subshell so we
517 # can redirect the "Terminated" message from the shell. SIGBUS
518 # is not defined by standard C so it is used conditionally.
520 (check_exec
"$@") >>$logfile 2>&1 <<EOF
522 static void sighandler(int sig){
526 signal(SIGILL, sighandler);
527 signal(SIGFPE, sighandler);
528 signal(SIGSEGV, sighandler);
530 signal(SIGBUS, sighandler);
542 check_lib
$header $func "$@" || die
"ERROR: $name not found"
550 check_lib2
"$headers" $func "$@" || die
"ERROR: $name not found"
560 check_cmd
${pkg}-config
--version
562 if test "$err" = 0; then
563 temp_cflags
`${pkg}-config --cflags`
564 temp_extralibs
`${pkg}-config --libs`
565 check_lib
"$@" $header $func && enable $cfg
573 "$@" < "$file" > "$file.tmp" && mv "$file.tmp" "$file" ||
rm "$file.tmp"
673 dev_bktr_ioctl_bt848_h
674 dev_bktr_ioctl_meteor_h
676 dev_video_meteor_ioctl_meteor_h
677 dev_video_bktr_ioctl_bt848_h
693 machine_ioctl_bt848_h
694 machine_ioctl_meteor_h
720 # code dependency declarations
722 # architecture extensions
723 altivec_deps
="powerpc"
724 armv5te_deps
="armv4l"
731 # decoders / encoders
732 ac3_decoder_deps
="gpl"
733 dxa_decoder_deps
="zlib"
734 flashsv_decoder_deps
="zlib"
735 flashsv_encoder_deps
="zlib"
736 flv_decoder_deps
="h263_decoder"
737 h263_decoder_deps
="h263_parser mpeg4video_parser"
738 h263i_decoder_deps
="h263_decoder"
739 h264_decoder_deps
="h264_parser"
740 mpeg_xvmc_decoder_deps
="xvmc"
741 mpeg4_decoder_deps
="h263_decoder"
742 msmpeg4v1_decoder_deps
="h263_decoder"
743 msmpeg4v2_decoder_deps
="h263_decoder"
744 msmpeg4v3_decoder_deps
="h263_decoder"
745 png_decoder_deps
="zlib"
746 png_encoder_deps
="zlib"
747 svq3_decoder_deps
="h264_parser"
748 vc1_decoder_deps
="h263_decoder"
749 wmv1_decoder_deps
="h263_decoder"
750 wmv2_decoder_deps
="h263_decoder"
751 wmv3_decoder_deps
="h263_decoder"
752 zmbv_decoder_deps
="zlib"
753 zmbv_encoder_deps
="zlib"
756 mpeg4aac_decoder_deps
="libfaad"
757 liba52_decoder_deps
="liba52"
758 libamr_nb_decoder_deps
="libamr_nb"
759 libamr_nb_encoder_deps
="libamr_nb"
760 libamr_wb_decoder_deps
="libamr_wb"
761 libamr_wb_encoder_deps
="libamr_wb"
762 libfaac_encoder_deps
="libfaac"
763 libfaad_decoder_deps
="libfaad"
764 libgsm_decoder_deps
="libgsm"
765 libgsm_encoder_deps
="libgsm"
766 libgsm_ms_decoder_deps
="libgsm"
767 libgsm_ms_encoder_deps
="libgsm"
768 libmp3lame_encoder_deps
="libmp3lame"
769 libtheora_encoder_deps
="libtheora"
770 libvorbis_decoder_deps
="libvorbis"
771 libvorbis_encoder_deps
="libvorbis"
772 libx264_encoder_deps
="libx264"
773 libxvid_encoder_deps
="libxvid"
776 ac3_demuxer_deps
="ac3_parser"
777 audio_beos_demuxer_deps
="audio_beos"
778 audio_beos_muxer_deps
="audio_beos"
779 bktr_demuxer_deps
="bktr"
780 dv1394_demuxer_deps
="dv1394"
781 libdc1394_demuxer_deps
="libdc1394"
782 libnut_demuxer_deps
="libnut"
783 libnut_muxer_deps
="libnut"
784 mp3_demuxer_deps
="mpegaudio_parser"
785 ogg_muxer_deps
="libogg"
786 oss_demuxer_deps
="audio_oss"
787 oss_muxer_deps
="audio_oss"
788 redir_demuxer_deps
="network"
789 rtp_muxer_deps
="network mpegts_demuxer"
790 rtsp_demuxer_deps
="rtp_protocol rtp_muxer"
791 sdp_demuxer_deps
="rtsp_demuxer"
792 v4l2_demuxer_deps
="linux_videodev2_h"
793 v4l_demuxer_deps
="linux_videodev_h"
794 x11_grab_device_demuxer_deps
="x11grab"
797 http_protocol_deps
="network"
798 rtp_protocol_deps
="udp_protocol"
799 tcp_protocol_deps
="network"
800 udp_protocol_deps
="network"
804 ffserver_deps
="muxers rtp_protocol"
807 # set temporary file name
808 if test ! -z
"$TMPDIR" ; then
810 elif test ! -z
"$TEMPDIR" ; then
816 TMPC
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.c"
817 TMPO
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.o"
818 TMPE
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}"
819 TMPS
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.S"
820 TMPH
="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.h"
829 libdir
='$(PREFIX)/lib'
831 incdir
='$(PREFIX)/include/ffmpeg'
832 mandir
='$(PREFIX)/man'
833 bindir
='$(PREFIX)/bin'
841 asmalign_pot
="unknown"
848 targetos
=$
(tolower $
(uname
-s
))
850 # non-library system interfaces
857 # configurable options
872 SHFLAGS
='-shared -Wl,-soname,$@'
873 VHOOKSHFLAGS
='$(SHFLAGS)'
874 LDLATEFLAGS
='-Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil'
875 FFSERVERLDFLAGS
=-Wl
,-E
879 LIB
='$(LIBPREF)$(NAME)$(LIBSUF)'
882 SLIBNAME
='$(SLIBPREF)$(NAME)$(SLIBSUF)'
883 SLIBNAME_WITH_VERSION
='$(SLIBNAME).$(LIBVERSION)'
884 SLIBNAME_WITH_MAJOR
='$(SLIBNAME).$(LIBMAJOR)'
885 LIB_INSTALL_EXTRA_CMD
='$(RANLIB) "$(LIBDIR)/$(LIB)"'
888 source_path
="`dirname \"$0\"`"
889 source_path_used
="yes"
890 if test -z
"$source_path" -o
"$source_path" = "." ; then
892 source_path_used
="no"
894 source_path
="`cd \"$source_path\"; pwd`"
895 echo "$source_path" |
grep -q
'[[:blank:]]' &&
896 die
"Out of tree builds are impossible with whitespace in source path."
899 if test x
"$1" = x
"-h" -o x
"$1" = x
"--help" ; then
903 FFMPEG_CONFIGURATION
="$@"
905 ENCODER_LIST
=`sed -n 's/^[^#]*ENC.*(.*, *\(.*\)).*/\1_encoder/p' "$source_path/libavcodec/allcodecs.c"`
906 DECODER_LIST
=`sed -n 's/^[^#]*DEC.*(.*, *\(.*\)).*/\1_decoder/p' "$source_path/libavcodec/allcodecs.c"`
907 PARSER_LIST
=`sed -n 's/^[^#]*PARSER.*(.*, *\(.*\)).*/\1_parser/p' "$source_path/libavcodec/allcodecs.c"`
908 BSF_LIST
=`sed -n 's/^[^#]*BSF.*(.*, *\(.*\)).*/\1_bsf/p' "$source_path/libavcodec/allcodecs.c"`
909 MUXER_LIST
=`sed -n 's/^[^#]*_MUX.*(.*, *\(.*\)).*/\1_muxer/p' "$source_path/libavformat/allformats.c"`
910 DEMUXER_LIST
=`sed -n 's/^[^#]*DEMUX.*(.*, *\(.*\)).*/\1_demuxer/p' "$source_path/libavformat/allformats.c"`
911 PROTOCOL_LIST
=`sed -n 's/^[^#]*PROTOCOL.*(.*, *\(.*\)).*/\1_protocol/p' "$source_path/libavformat/allformats.c"`
913 enable $ENCODER_LIST $DECODER_LIST $PARSER_LIST $MUXER_LIST $DEMUXER_LIST $PROTOCOL_LIST $BSF_LIST
914 enable $ARCH_EXT_LIST
917 echo "Unknown option \"$1\"."
918 echo "See $0 --help for available options."
924 echo $part |
sed 's/_[^_]*$//'
934 --log
=*) logging
="$optval"
936 --prefix
=*) PREFIX
="$optval"
938 --libdir
=*) libdir
="$optval"
940 --shlibdir
=*) shlibdir
="$optval"
942 --incdir
=*) incdir
="$optval"
944 --mandir
=*) mandir
="$optval"
946 --source-path
=*) source_path
="$optval"
948 --cross-prefix
=*) cross_prefix
="$optval"
950 --cross-compile
) cross_compile
="yes"
952 --target-os
=*) targetos
="$optval"
956 --make=*) make="$optval"
958 --extra-cflags
=*) add_cflags
"$optval"
960 --extra-ldflags
=*) add_ldflags
"$optval"
962 --extra-libs
=*) add_extralibs
"$optval"
964 --build-suffix
=*) BUILDSUF
="$optval"
966 --arch
=*) arch
="$optval"
968 --cpu
=*) cpu
="$optval"
970 --disable-opts
) optimize
="no"
972 --enable-sunmlib
) mlib
="yes"
974 --disable-strip
) dostrip
="no"
976 --disable-encoders
) disable
$ENCODER_LIST
978 --disable-decoders
) disable
$DECODER_LIST
980 --disable-muxers
) disable
$MUXER_LIST
982 --disable-demuxers
) disable
$DEMUXER_LIST
984 --disable-parsers
) disable
$PARSER_LIST
986 --disable-bsfs
) disable
$BSF_LIST
988 --disable-protocols
) disable
$PROTOCOL_LIST
990 --enable-
*=*|
--disable-
*=*)
991 eval `echo "$opt" | sed 's/=/-/;s/--/action=/;s/-/ thing=/;s/-/ name=/'`
993 encoder|decoder|muxer|demuxer|parser|bsf|protocol
) $action ${optval}_
${thing} ;;
994 *) die_unknown
"$opt" ;;
997 --enable-?
*|
--disable-?
*)
998 eval `echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g'`
999 echo "$CMDLINE_SELECT" |
grep -q
"^ *$option\$" || die_unknown
$opt
1003 NAME
="${opt#--list-}"
1004 is_in
$NAME $COMPONENT_LIST || die_unknown
$opt
1005 NAME
=$
(toupper
${NAME%s})
1006 eval show_list \$
${NAME}_LIST
1017 i386|i486|i586|i686|i86pc|BePC
)
1019 enable fast_unaligned
1023 enable fast_unaligned
1024 canon_arch
="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`"
1025 if [ x
"$canon_arch" = x
"x86_64" -o x
"$canon_arch" = x
"amd64" ]; then
1026 if [ -z
"`echo $CFLAGS | grep -- -m32`" ]; then
1032 # armv4l is a subset of armv[567]*l
1040 "Power Macintosh"|ppc|powerpc
)
1086 enabled_any x86_32 x86_64
&& enable x86
1087 enabled sparc64
&& enable sparc
1093 PREFIX
="$HOME/config"
1094 # helps building libavcodec
1095 add_cflags
"-DPIC -fomit-frame-pointer"
1096 # 3 gcc releases known for BeOS, each with ugly bugs
1097 gcc_version
="`$cc -v 2>&1 | grep version | cut -d ' ' -f3-`"
1098 case "$gcc_version" in
1099 2.9-beos-991026
*|
2.9-beos-000224
*) echo "R5/GG gcc"
1102 *20010315*) echo "BeBits gcc"
1103 add_cflags
"-fno-expensive-optimizations"
1106 LDCONFIG
="echo ignoring ldconfig"
1108 # enable BeOS things
1109 disabled audio_beos || enable_audio_beos
1110 # no need for libm, but the inet stuff
1112 # XXX: actually should check for NOT net_server
1113 if (echo $BEINCLUDES|
grep 'headers/be/bone' >/dev
/null
); then
1114 osextralibs
="-lbind -lsocket"
1116 beos_netserver
="yes"
1121 SHFLAGS
="-shared -Wl,-h,\$@"
1122 add_extralibs
"-lsocket -lnsl"
1125 add_extralibs
"-lossaudio"
1129 LIBOBJFLAGS
="\$(PIC)"
1130 LDCONFIG
="ldconfig -m \$(SHLIBDIR)"
1132 SLIBNAME
='$(SLIBPREF)$(NAME)$(SLIBSUF).$(LIBVERSION)'
1133 SLIBNAME_WITH_VERSION
='$(SLIBNAME)'
1134 SLIBNAME_WITH_MAJOR
='$(SLIBNAME)'
1135 add_extralibs
"-lossaudio"
1139 add_cflags
"-pthread"
1142 add_cflags
"-pthread"
1145 osextralibs
="-lpoll -lgnugetopt -lm"
1150 SHFLAGS
="-dynamiclib -Wl,-single_module -Wl,-install_name,\$(SHLIBDIR)/\$(SLIBNAME),-current_version,\$(SPPVERSION),-compatibility_version,\$(SPPVERSION) -Wl,-read_only_relocs,suppress"
1151 VHOOKSHFLAGS
='-dynamiclib -Wl,-single_module -flat_namespace -undefined suppress -Wl,-install_name,$(SHLIBDIR)/vhook/$@'
1154 FFLDFLAGS
="-Wl,-dynamic,-search_paths_first"
1156 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(NAME).$(LIBVERSION)$(SLIBSUF)'
1157 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(NAME).$(LIBMAJOR)$(SLIBSUF)'
1158 FFSERVERLDFLAGS
=-Wl
,-bind_at_load
1163 VHOOKSHFLAGS
='-shared -L$(BUILD_ROOT)/libavformat -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libavutil'
1164 VHOOKLIBS
='-lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS)'
1165 if enabled swscaler
; then
1166 VHOOKSHFLAGS
="$VHOOKSHFLAGS -L\$(BUILD_ROOT)/libswscale"
1167 VHOOKLIBS
="$VHOOKLIBS -lswscale\$(BUILDSUF)"
1173 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
1174 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
1175 SLIB_EXTRA_CMD
="-lib /machine:i386 /def:\$(@:${SLIBSUF}=.def)"
1176 SLIB_INSTALL_EXTRA_CMD
="-install -m 644 \$(SLIBNAME_WITH_MAJOR:\$(SLIBSUF)=.lib) \"\$(SHLIBDIR)/\$(SLIBNAME_WITH_MAJOR:\$(SLIBSUF)=.lib)\""
1177 SHFLAGS
="-shared -Wl,--output-def,\$(@:${SLIBSUF}=.def),--out-implib,lib\$(SLIBNAME:\$(SLIBSUF)=.dll.a) -Wl,--enable-runtime-pseudo-reloc -Wl,--enable-auto-image-base"
1182 VHOOKSHFLAGS
='-shared -L$(BUILD_ROOT)/libavformat -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libavutil'
1183 VHOOKLIBS
='-lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS)'
1184 if enabled swscaler
; then
1185 VHOOKSHFLAGS
="$VHOOKSHFLAGS -L\$(BUILD_ROOT)/libswscale"
1186 VHOOKLIBS
="$VHOOKLIBS -lswscale\$(BUILDSUF)"
1192 SLIBNAME_WITH_VERSION
='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
1193 SLIBNAME_WITH_MAJOR
='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
1194 SHFLAGS
='-shared -Wl,--out-implib=lib$(NAME).dll.a -Wl,--enable-auto-image-base'
1197 LDLATEFLAGS
="-Wl,--as-needed $LDLATEFLAGS"
1202 ranlib
="echo ignoring ranlib"
1205 targetos
="${targetos}-UNKNOWN"
1209 add_extralibs
$osextralibs
1211 if ! disabled logging
; then
1212 enabled logging || logfile
="$logging"
1213 echo "# $0 $@" >$logfile
1219 # Combine FFLDFLAGS and the LDFLAGS environment variable.
1220 LDFLAGS
="$FFLDFLAGS $LDFLAGS"
1222 test -n
"$cross_prefix" && cross_compile
=yes
1223 cc
="${cross_prefix}${cc}"
1224 ar="${cross_prefix}${ar}"
1225 ranlib
="${cross_prefix}${ranlib}"
1226 strip
="${cross_prefix}${strip}"
1228 # we need to build at least one lib type
1229 if ! enabled_any static shared
; then
1231 At least one library type must be built.
1232 Specify --enable-static to build the static libraries or --enable-shared to
1233 build the shared libraries as well. To only build the shared libraries specify
1234 --disable-static in addition to --enable-shared.
1239 if disabled static
; then
1243 if ! enabled libogg
; then
1244 enabled libtheora
&& die
"libogg must be enabled to enable libtheora."
1245 enabled libvorbis
&& die
"libogg must be enabled to enable libvorbis."
1248 if enabled_any libfaad libfaadbin
; then
1249 if check_header faad.h
; then
1252 #ifndef FAAD2_VERSION
1255 int main( void ) { return 0; }
1257 test $?
= 0 && enable libfaad2
1259 die
"FAAD test failed."
1264 if ! enabled gpl
; then
1268 enabled_any $@
&& die
"$name is under GPL and --enable-gpl is not specified."
1270 die_gpl_disabled
"The Postprocessing code" pp
1271 die_gpl_disabled
"liba52" liba52
1272 die_gpl_disabled
"libx264" libx264
1273 die_gpl_disabled
"libxvidcore" libxvid
1274 die_gpl_disabled
"FAAD2" libfaad2
1275 die_gpl_disabled
"The X11 grabber" x11grab
1276 die_gpl_disabled
"The software scaler" swscaler
1279 check_deps
$ARCH_EXT_LIST
1281 test -z
"$need_memalign" && need_memalign
="$mmx"
1284 if test $targetos = darwin
; then
1285 if test -n
"`$cc -v 2>&1 | grep xlc`"; then
1286 add_cflags
"-qpdf2 -qlanglvl=extc99 -qmaxmem=-1 -qarch=auto -qtune=auto"
1288 add_cflags
"-no-cpp-precomp -pipe"
1289 check_cflags
"-force_cpusubtype_ALL"
1290 check_cflags
"-Wno-sign-compare"
1291 disabled shared
&& add_cflags
-mdynamic-no-pic
1295 disabled optimize || add_cflags
-fomit-frame-pointer
1297 # Add processor-specific flags
1298 if test $cpu != "generic"; then
1300 $1 altivec
&& echo "WARNING: Tuning for $2 but AltiVec $1.";
1303 601|ppc601|PowerPC601
)
1304 add_cflags
"-mcpu=601"
1305 warn_altivec enabled PPC601
1307 603*|ppc603
*|PowerPC603
*)
1308 add_cflags
"-mcpu=603"
1309 warn_altivec enabled PPC603
1311 604*|ppc604
*|PowerPC604
*)
1312 add_cflags
"-mcpu=604"
1313 warn_altivec enabled PPC604
1315 G3|g3|
75*|ppc75
*|PowerPC75
*)
1316 add_cflags
"-mcpu=750 -mpowerpc-gfxopt"
1317 warn_altivec enabled PPC75x
1319 G4|g4|
745*|ppc745
*|PowerPC745
*)
1320 add_cflags
"-mcpu=7450 -mpowerpc-gfxopt"
1321 warn_altivec disabled PPC745x
1323 74*|ppc74
*|PowerPC74
*)
1324 add_cflags
"-mcpu=7400 -mpowerpc-gfxopt"
1325 warn_altivec disabled PPC74xx
1327 G5|g5|
970|ppc970|PowerPC970|power4
*|Power4
*)
1328 add_cflags
"-mcpu=970 -mpowerpc-gfxopt -mpowerpc64"
1329 warn_altivec disabled PPC970
1333 add_cflags
"-mcpu=cell"
1334 warn_altivec disabled Cell
1337 # targets that do NOT support conditional mov (cmov)
1338 i
[345]86|pentium|pentium-mmx|k6|k6-
[23]|winchip-c6|winchip2|c3
)
1339 add_cflags
"-march=$cpu"
1342 # targets that do support conditional mov (cmov)
1343 i686|pentiumpro|pentium
[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-
[mx
]p|athlon64|k8|opteron|athlon-fx|core2
)
1344 add_cflags
"-march=$cpu"
1348 # targets that do support conditional mov but on which it's slow
1349 pentium4|prescott|nocona
)
1350 add_cflags
"-march=$cpu"
1355 add_cflags
"-mcpu=v9"
1357 bf
*) #bf531 bf532 bf533 bf561 bf5xx all get this config
1358 add_cflags
"-mfdpic"
1359 add_ldflags
"-mfdpic"
1362 echo "WARNING: Unknown CPU \"$cpu\", ignored."
1368 $1 --version
2>&1 |
grep -q GNU
1371 if ! gnu_make
$make; then
1372 gnu_make gmake
&& make=gmake || die
"GNU make not found."
1375 # make sure we can execute files in $TMPDIR
1376 cat >$TMPE 2>>$logfile <<EOF
1379 chmod +x
$TMPE >>$logfile 2>&1
1380 if ! $TMPE >>$logfile 2>&1; then
1382 Unable to create and execute files in $TMPDIR1. Set the TMPDIR environment
1383 variable to another directory and make sure that $TMPDIR1 is not mounted
1386 die
"Sanity test failed."
1390 # compiler sanity check
1396 if test "$?" != 0; then
1397 echo "$cc is unable to create an executable file."
1398 if test -z
"$cross_prefix" && ! enabled cross_compile
; then
1399 echo "If $cc is a cross-compiler, use the --cross-compile option."
1400 echo "Only do this if you know what cross compiling means."
1402 die
"C compiler test failed."
1405 if enabled x86
; then
1406 # check whether EBP is available on x86
1407 # As 'i' is stored on the stack, this program will crash
1408 # if the base pointer is used to access it because the
1409 # base pointer is cleared in the inline assembly code.
1410 check_exec_crash
<<EOF && enable ebp_available
1418 # check wether EBX is available on x86
1419 check_cc
<<EOF && enable ebx_available
1421 asm volatile ("":::"%ebx");
1425 # check whether binutils is new enough to compile SSSE3
1426 enabled ssse3
&& check_cc
<<EOF || disable ssse3
1428 asm volatile ("pabsw %xmm0, %xmm0");
1433 # check for assembler specific support
1435 if test $arch = "powerpc"; then
1436 check_cc
<<EOF && dcbzl=yes
1438 register long zero = 0;
1440 asm volatile("dcbzl %0, %1" : : "b" (data), "r" (zero));
1446 # check for SIMD availability
1448 # AltiVec flags: The FSF version of GCC differs from the Apple version
1449 if enabled altivec
; then
1450 if test -n
"`$cc -v 2>&1 | grep version | grep Apple`"; then
1451 add_cflags
"-faltivec"
1453 add_cflags
"-maltivec -mabi=altivec"
1456 check_header altivec.h
1458 # check if our compiler supports Motorola AltiVec C API
1459 if enabled altivec_h
; then
1460 inc_altivec_h
="#include <altivec.h>"
1464 check_cc
<<EOF || altivec=no
1467 vector signed int v1, v2, v3;
1468 v1 = vec_add(v2,v3);
1474 # check armv5te instructions support
1475 enabled armv5te
&& check_cc
<<EOF || disable armv5te
1477 __asm__ __volatile__ ("qadd r0, r0, r0");
1481 enabled armv6
&& check_cc
<<EOF || disable armv6
1483 __asm__ __volatile__ ("sadd16 r0, r0, r0");
1487 # check iwmmxt support
1488 enabled iwmmxt
&& check_cc
<<EOF || disable iwmmxt
1490 __asm__ __volatile__ ("wunpckelub wr6, wr4");
1494 # check if our compiler supports mmi
1495 enabled mmi
&& check_cc
<<EOF || mmi="no"
1497 __asm__ ("lq \$2, 0(\$2)");
1503 # big/little-endian test
1504 check_cc
<<EOF || die "endian test failed"
1505 unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
1507 grep -q BIGE
$TMPO && enable bigendian
1510 # check availability of some header files
1512 check_header malloc.h
1515 if ! enabled_any memalign memalign_hack
&& enabled need_memalign
; then
1516 die
"Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack."
1519 check_header byteswap.h
1522 check_func gethrtime
1524 check_header termios.h
1525 check_header conio.h
1527 check_func inet_aton
1528 enabled zlib
&& check_lib zlib.h zlibVersion
-lz || zlib
="no"
1530 # ffserver uses poll(),
1531 # if it's not found we can emulate it using select().
1532 if enabled ffserver
; then
1533 check_header sys
/poll.h
1536 # check for some common methods of building with pthread support
1537 # do this before the optional library checks as some of them require pthreads
1538 if enabled pthreads
; then
1539 if check_func pthread_create
; then
1541 elif check_func pthread_create
-pthread
; then
1543 add_ldflags
-pthread
1544 elif check_func pthread_create
-pthreads
; then
1545 add_cflags
-pthreads
1546 add_ldflags
-pthreads
1547 elif ! check_lib pthread.h pthread_create
-lpthread
; then
1548 die
"ERROR: can't find pthreads library"
1552 for thread
in $THREADS_LIST; do
1553 if enabled
$thread; then
1554 if test -n
"$thread_type"; then
1555 die
"ERROR: Only one thread type must be selected."
1557 thread_type
="$thread"
1562 # test for lrintf in math.h
1563 check_exec
<<EOF && lrintf=yes || lrintf=no
1564 #define _ISOC9X_SOURCE 1
1566 int main( void ) { return (lrintf(3.999f) > 0)?0:1; }
1569 enabled_any libamr_nb libamr_wb
&& enable libamr
1571 # these are off by default, so fail if requested and not available
1572 enabled avisynth
&& require2 vfw32
"windows.h vfw.h" AVIFileInit
-lvfw32
1573 enabled liba52
&& require liba52 a52dec
/a52.h a52_init
-la52
1574 enabled libamr_nb
&& require libamrnb amrnb
/interf_dec.h Speech_Decode_Frame_init
-lamrnb
-lm
1575 enabled libamr_wb
&& require libamrwb amrwb
/dec_if.h D_IF_init
-lamrwb
-lm
1576 enabled libdc1394
&& require libdc1394 libdc1394
/dc1394_control.h dc1394_create_handle
-ldc1394_control
-lraw1394
1577 enabled libfaac
&& require2 libfaac
"stdint.h faac.h" faacEncGetVersion
-lfaac
1578 enabled libfaad
&& require2 libfaad faad.h faacDecOpen
-lfaad
1579 enabled libgsm
&& require libgsm gsm.h gsm_create
-lgsm
1580 enabled libmp3lame
&& require LAME lame
/lame.h lame_init
-lmp3lame
-lm
1581 enabled libnut
&& require libnut libnut.h nut_demuxer_init
-lnut
1582 enabled libogg
&& require libogg ogg
/ogg.h ogg_sync_init
-logg
1583 enabled libtheora
&& require libtheora theora
/theora.h theora_info_init
-ltheora
-logg
1584 enabled libvorbis
&& require libvorbis vorbis
/vorbisenc.h vorbis_info_init
-lvorbis
-lvorbisenc
-logg
1585 enabled libx264
&& require x264 x264.h x264_encoder_open
-lx264
1586 enabled libxvid
&& require Xvid xvid.h xvid_global
-lxvidcore
1587 enabled mlib
&& require mediaLib mlib_types.h mlib_VectorSub_S16_U8_Mod
-lmlib
1589 # disable the native AC-3 decoder if liba52 is enabled
1590 enabled liba52
&& disable ac3_decoder
1593 for restrict_keyword
in restrict __restrict__ __restrict
; do
1594 check_cc
<<EOF && _restrict=$restrict_keyword && break
1595 void foo(char * $restrict_keyword p);
1599 # dlopen/dlfcn.h probing
1601 check_header dlfcn.h
1603 if check_func dlopen
; then
1605 elif check_func dlopen
-ldl
; then
1609 check_func getrusage
1610 check_func2 windows.h GetProcessTimes
1614 test "$vhook" = "default" && vhook
="$dlopen"
1616 enabled_any vhook liba52bin libfaadbin ffserver
&& add_extralibs
$ldl
1618 if test "$targetos" = cygwin
-o
"$targetos" = mingw32
&& enabled_all static vhook
; then
1621 echo "At the moment vhooks don't work on Cygwin or MinGW static builds."
1622 echo "Patches welcome."
1626 if enabled vhook
; then
1627 check_ldflags
-rdynamic
1628 check_ldflags
-export-dynamic
1631 enabled audio_beos
&& add_extralibs
"-lmedia -lbe"
1633 check_foo_config imlib2 imlib2 Imlib2.h imlib_load_font
1634 check_foo_config freetype2 freetype ft2build.h FT_Init_FreeType
1636 ##########################################
1641 SDL_CONFIG
="${cross_prefix}sdl-config"
1642 if "${SDL_CONFIG}" --version
>/dev
/null
2>&1; then
1643 sdl_cflags
=`"${SDL_CONFIG}" --cflags`
1644 temp_cflags
$sdl_cflags
1645 temp_extralibs
`"${SDL_CONFIG}" --libs`
1646 if check_lib SDL.h SDL_Init
; then
1647 _sdlversion
=`"${SDL_CONFIG}" --version | sed 's/[^0-9]//g'`
1648 if test "$_sdlversion" -lt
121 ; then
1652 check_cc
$sdl_cflags <<EOF && enable sdl_video_size
1655 const SDL_VideoInfo *vi = SDL_GetVideoInfo();
1656 int w = vi->current_w;
1665 texi2html
-version
>/dev
/null
2>&1 && enable texi2html || disable texi2html
1667 ##########################################
1670 if enabled network
; then
1671 # Prefer arpa/inet.h over winsock2
1672 if check_header arpa
/inet.h
; then
1673 check_func closesocket
1674 elif check_header winsock2.h
; then
1675 add_extralibs
-lws2_32
1676 check_func2 winsock2.h closesocket
1680 ##########################################
1683 enabled network
&& enabled ipv6
&& check_ld
<<EOF && ipv6=yes || ipv6=no
1684 #include <sys/types.h>
1685 #include <sys/socket.h>
1686 #include <netinet/in.h>
1689 struct sockaddr_storage saddr;
1690 struct ipv6_mreq mreq6;
1691 getaddrinfo(0,0,0,0);
1692 getnameinfo(0,0,0,0,0,0,0);
1693 IN6_IS_ADDR_MULTICAST((const struct in6_addr *)0);
1697 check_header linux
/videodev.h
1698 check_header linux
/videodev2.h
1700 # check for ioctl_meteor.h, ioctl_bt848.h and alternatives
1701 if enabled bktr
; then
1702 { check_header dev
/bktr
/ioctl_meteor.h
&&
1703 check_header dev
/bktr
/ioctl_bt848.h
; } ||
1704 { check_header machine
/ioctl_meteor.h
&&
1705 check_header machine
/ioctl_bt848.h
; } ||
1706 { check_header dev
/video
/meteor
/ioctl_meteor.h
&&
1707 check_header dev
/video
/bktr
/ioctl_bt848.h
; } ||
1708 check_header dev
/ic
/bt8xx.h ||
1712 enabled audio_oss
&&
1713 check_header sys
/soundcard.h ||
1714 check_header soundcard.h ||
1717 # Deal with the x11 frame grabber
1720 enabled x11_grab_device_demuxer
&&
1721 check_header X11
/Xlib.h
&&
1722 check_header X11
/extensions
/XShm.h
&&
1723 check_func XOpenDisplay
-lX11
&&
1724 check_func XShmCreateImage
-lX11
-lXext
&&
1725 add_extralibs
-lX11
-lXext ||
1726 disable x11_grab_device_demuxer
1728 enabled debug
&& add_cflags
-g
1730 # add some useful compiler flags if supported
1731 check_cflags
-Wdeclaration-after-statement
1733 check_cflags
-Wno-switch
1734 check_cflags
-Wdisabled-optimization
1735 check_cflags
-Wpointer-arith
1736 check_cflags
-Wredundant-decls
1737 check_cflags
-Wno-pointer-sign
1738 enabled extra_warnings
&& check_cflags
-Winline
1740 # add some linker flags
1741 check_ldflags
-Wl
,--warn-common
1742 check_ldflags
$LDLATEFLAGS
1744 if enabled small
; then
1745 check_cflags
-Os
# not all compilers support -Os
1747 elif enabled optimize
; then
1748 if test -n
"`$cc -v 2>&1 | grep xlc`"; then
1756 # PIC flags for shared library objects where they are needed
1757 if enabled shared
; then
1758 # LIBOBJFLAGS may have already been set in the OS configuration
1759 if test -z
"$LIBOBJFLAGS" ; then
1761 x86_64|ia64|alpha|sparc
*|power
*) LIBOBJFLAGS
="\$(PIC)" ;;
1766 if enabled gprof
; then
1773 # find if .align arg is power-of-two or not
1774 if test $asmalign_pot = "unknown"; then
1776 echo 'asm (".align 3");' | check_cc
&& asmalign_pot
="yes"
1779 enabled_any
$ENCODER_LIST && enable encoders
1780 enabled_any
$DECODER_LIST && enable decoders
1781 enabled_any
$MUXER_LIST && enable muxers
1782 enabled_any
$DEMUXER_LIST && enable demuxers
1783 enabled_any
$PROTOCOL_LIST && enable protocols
1784 enabled_any
$BSF_LIST && enable bsfs
1786 enabled_any
$THREADS_LIST && enable threads
1788 check_deps
$CONFIG_LIST $HAVE_LIST $DECODER_LIST $ENCODER_LIST $PARSER_LIST \
1789 $BSF_LIST $DEMUXER_LIST $MUXER_LIST $PROTOCOL_LIST
1791 enabled libdc1394
&& append pkg_requires
"libraw1394"
1792 enabled libogg
&& append pkg_requires
"ogg >= 1.1"
1793 enabled libtheora
&& append pkg_requires
"theora"
1794 enabled libvorbis
&& append pkg_requires
"vorbis vorbisenc"
1796 echo "install prefix $PREFIX"
1797 echo "source path $source_path"
1798 echo "C compiler $cc"
1800 echo ".align is power-of-two $asmalign_pot"
1801 echo "ARCH $arch ($cpu)"
1802 if test "$BUILDSUF" != ""; then
1803 echo "build suffix $BUILDSUF"
1805 echo "big-endian ${bigendian-no}"
1806 if test $arch = "x86_32" -o
$arch = "x86_64"; then
1807 echo "MMX enabled ${mmx-no}"
1808 echo "CMOV enabled ${cmov-no}"
1809 echo "CMOV is fast ${fast_cmov-no}"
1810 echo "EBX available ${ebx_available-no}"
1811 echo "EBP available ${ebp_available-no}"
1813 if test $arch = "armv4l"; then
1814 echo "ARMv5TE enabled ${armv5te-no}"
1815 echo "ARMv6 enabled ${armv6-no}"
1816 echo "IWMMXT enabled ${iwmmxt-no}"
1818 if test $arch = "mips"; then
1819 echo "MMI enabled ${mmi-no}"
1821 if test $arch = "powerpc"; then
1822 echo "AltiVec enabled ${altivec-no}"
1823 echo "dcbzl available ${dcbzl-no}"
1825 echo "gprof enabled ${gprof-no}"
1826 echo "debug symbols ${debug-no}"
1827 echo "strip symbols ${dostrip-no}"
1828 echo "optimize ${optimize-no}"
1829 echo "static ${static-no}"
1830 echo "shared ${shared-no}"
1831 echo "postprocessing support ${pp-no}"
1832 echo "software scaler enabled ${swscaler-no}"
1833 echo "video hooking ${vhook-no}"
1834 if enabled vhook
; then
1835 echo "Imlib2 support ${imlib2-no}"
1836 echo "FreeType support ${freetype2-no}"
1838 echo "network support ${network-no}"
1839 if enabled network
; then
1840 echo "IPv6 support ${ipv6-no}"
1842 echo "threading support ${thread_type-no}"
1843 echo "SDL support ${sdl-no}"
1844 if enabled sdl_too_old
; then
1845 echo "-> Your SDL version is too old - please upgrade to have FFplay/SDL support."
1847 echo "Sun medialib support ${mlib-no}"
1848 echo "AVISynth enabled ${avisynth-no}"
1849 echo "liba52 support ${liba52-no}"
1850 echo "liba52 dlopened ${liba52bin-no}"
1851 echo "libamr-nb support ${libamr_nb-no}"
1852 echo "libamr-wb support ${libamr_wb-no}"
1853 echo "libdc1394 support ${libdc1394-no}"
1854 echo "libfaac enabled ${libfaac-no}"
1855 echo "libfaad enabled ${libfaad-no}"
1856 echo "libfaad dlopened ${libfaadbin-no}"
1857 echo "libgsm enabled ${libgsm-no}"
1858 echo "libmp3lame enabled ${libmp3lame-no}"
1859 echo "libnut enabled ${libnut-no}"
1860 echo "libogg enabled ${libogg-no}"
1861 echo "libtheora enabled ${libtheora-no}"
1862 echo "libvorbis enabled ${libvorbis-no}"
1863 echo "x264 enabled ${libx264-no}"
1864 echo "XviD enabled ${libxvid-no}"
1865 echo "zlib enabled ${zlib-no}"
1866 if ! enabled gpl
; then
1867 echo "License: LGPL"
1872 echo "Creating config.mak and config.h..."
1874 echo "# Automatically generated by configure - do not modify!" > config.mak
1875 echo "/* Automatically generated by configure - do not modify! */" > $TMPH
1876 echo "#define FFMPEG_CONFIGURATION \"$FFMPEG_CONFIGURATION\"" >> $TMPH
1878 echo "PREFIX=$PREFIX" >> config.mak
1879 echo "prefix=\$(DESTDIR)\$(PREFIX)" >> config.mak
1880 echo "LIBDIR=\$(DESTDIR)$libdir" >> config.mak
1881 echo "SHLIBDIR=\$(DESTDIR)$shlibdir" >> config.mak
1882 echo "INCDIR=\$(DESTDIR)$incdir" >> config.mak
1883 echo "BINDIR=\$(DESTDIR)$bindir" >> config.mak
1884 echo "MANDIR=\$(DESTDIR)$mandir" >> config.mak
1885 echo "MAKE=$make" >> config.mak
1886 echo "CC=$cc" >> config.mak
1887 echo "AR=$ar" >> config.mak
1888 echo "RANLIB=$ranlib" >> config.mak
1889 if enabled dostrip
; then
1890 echo "STRIP=$strip" >> config.mak
1892 echo "STRIP=echo ignoring strip" >> config.mak
1895 echo "OPTFLAGS=$CFLAGS" >> config.mak
1896 echo "VHOOKCFLAGS=$VHOOKCFLAGS">>config.mak
1897 echo "LDFLAGS=$LDFLAGS" >> config.mak
1898 echo "LDCONFIG=$LDCONFIG" >> config.mak
1899 echo "FFSERVERLDFLAGS=$FFSERVERLDFLAGS" >> config.mak
1900 echo "SHFLAGS=$SHFLAGS" >> config.mak
1901 echo "VHOOKSHFLAGS=$VHOOKSHFLAGS" >> config.mak
1902 echo "VHOOKLIBS=$VHOOKLIBS" >> config.mak
1903 echo "LIBOBJFLAGS=$LIBOBJFLAGS" >> config.mak
1904 echo "BUILD_STATIC=$static" >> config.mak
1905 echo "BUILDSUF=$BUILDSUF" >> config.mak
1906 echo "LIBPREF=$LIBPREF" >> config.mak
1907 echo "LIBSUF=\${BUILDSUF}$LIBSUF" >> config.mak
1908 echo "LIB=$LIB" >> config.mak
1909 echo "SLIBPREF=$SLIBPREF" >> config.mak
1910 echo "SLIBSUF=\${BUILDSUF}$SLIBSUF" >> config.mak
1911 echo "EXESUF=\${BUILDSUF}$EXESUF" >> config.mak
1913 if enabled bigendian
; then
1914 echo "WORDS_BIGENDIAN=yes" >> config.mak
1915 echo "#define WORDS_BIGENDIAN 1" >> $TMPH
1917 if enabled mmx
; then
1918 echo "#define __CPU__ 586" >> $TMPH
1921 if enabled sdl
; then
1922 echo "SDL_LIBS=`"${SDL_CONFIG}" --libs`" >> config.mak
1923 echo "SDL_CFLAGS=`"${SDL_CONFIG}" --cflags`" >> config.mak
1925 if enabled texi2html
; then
1926 echo "BUILD_DOC=yes" >> config.mak
1929 sws_version
=`grep '#define LIBSWSCALE_VERSION ' "$source_path/libswscale/swscale.h" | sed 's/[^0-9\.]//g'`
1930 pp_version
=`grep '#define LIBPOSTPROC_VERSION ' "$source_path/libpostproc/postprocess.h" | sed 's/[^0-9\.]//g'`
1931 lavc_version
=`grep '#define LIBAVCODEC_VERSION ' "$source_path/libavcodec/avcodec.h" | sed 's/[^0-9\.]//g'`
1932 lavf_version
=`grep '#define LIBAVFORMAT_VERSION ' "$source_path/libavformat/avformat.h" | sed 's/[^0-9\.]//g'`
1933 lavu_version
=`grep '#define LIBAVUTIL_VERSION ' "$source_path/libavutil/avutil.h" | sed 's/[^0-9\.]//g'`
1937 if enabled shared
; then
1938 echo "BUILD_SHARED=yes" >> config.mak
1939 echo "PIC=-fPIC -DPIC" >> config.mak
1940 echo "SPPMAJOR=${pp_version%%.*}" >> config.mak
1941 echo "SPPVERSION=$pp_version" >> config.mak
1942 echo "LAVCMAJOR=${lavc_version%%.*}" >> config.mak
1943 echo "LAVCVERSION=$lavc_version" >> config.mak
1944 echo "LAVFMAJOR=${lavf_version%%.*}" >> config.mak
1945 echo "LAVFVERSION=$lavf_version" >> config.mak
1946 echo "LAVUMAJOR=${lavu_version%%.*}" >> config.mak
1947 echo "LAVUVERSION=$lavu_version" >> config.mak
1948 echo "SWSMAJOR=${sws_version%%.*}" >> config.mak
1949 echo "SWSVERSION=$sws_version" >> config.mak
1950 echo "SLIBNAME=${SLIBNAME}" >> config.mak
1951 echo "SLIBNAME_WITH_VERSION=${SLIBNAME_WITH_VERSION}" >> config.mak
1952 echo "SLIBNAME_WITH_MAJOR=${SLIBNAME_WITH_MAJOR}" >> config.mak
1953 echo "SLIB_EXTRA_CMD=${SLIB_EXTRA_CMD}" >> config.mak
1954 echo "SLIB_INSTALL_EXTRA_CMD=${SLIB_INSTALL_EXTRA_CMD}" >> config.mak
1956 echo "LIB_INSTALL_EXTRA_CMD=${LIB_INSTALL_EXTRA_CMD}" >> config.mak
1957 echo "EXTRALIBS=$extralibs" >> config.mak
1959 print_config ARCH_
$TMPH config.mak
$ARCH_LIST
1960 print_config HAVE_
$TMPH config.mak
$HAVE_LIST
1961 print_config CONFIG_
$TMPH config.mak
$CONFIG_LIST \
1970 echo "#define restrict $_restrict" >> $TMPH
1972 if enabled small
; then
1973 echo "#define av_always_inline" >> $TMPH
1976 echo "SRC_PATH=\"$source_path\"" >> config.mak
1977 echo "SRC_PATH_BARE=$source_path" >> config.mak
1978 echo "BUILD_ROOT=\"$PWD\"" >> config.mak
1980 # Apparently it's not possible to portably echo a backslash.
1981 if enabled asmalign_pot
; then
1982 printf '#define ASMALIGN(ZEROBITS) ".align " #ZEROBITS "\\n\\t"\n' >> $TMPH
1984 printf '#define ASMALIGN(ZEROBITS) ".align 1<<" #ZEROBITS "\\n\\t"\n' >> $TMPH
1988 # Do not overwrite config.h if unchanged to avoid superfluous rebuilds.
1989 if ! cmp -s
$TMPH config.h
; then
1990 mv -f
$TMPH config.h
1992 echo "config.h is unchanged"
1995 rm -f
$TMPO $TMPC $TMPE $TMPS $TMPH
1997 # build tree in object directory if source path is different from current one
1998 if enabled source_path_used
; then
2022 libavcodec/Makefile \
2023 libavformat/Makefile \
2024 libavutil/Makefile \
2025 libpostproc/Makefile \
2026 libswscale/Makefile \
2028 for dir
in $DIRS ; do
2031 for f
in $FILES ; do
2032 ln -sf
"$source_path/$f" $f
2037 # build pkg-config files
2038 # FIXME: libdir and includedir are hardcoded and may differ from the real path.
2040 pkgconfig_generate
(){
2049 exec_prefix=\${prefix}
2050 libdir=\${exec_prefix}/lib
2051 includedir=\${prefix}/include
2054 Description: $comment
2058 Libs: -L\${libdir} $libs
2059 Cflags: -I\${includedir} -I\${includedir}/$include
2063 pkgconfig_generate_uninstalled
(){
2065 shortname
=${name#lib}
2070 cat <<EOF >$name-uninstalled.pc
2073 libdir=\${pcfiledir}/$name
2074 includedir=\${pcfiledir}/$name
2077 Description: $comment
2081 Libs: \${libdir}/${LIBPREF}${shortname}${LIBSUF} $libs
2082 Cflags: -I\${includedir}
2086 pkgconfig_generate libavutil
"FFmpeg utility library" "$lavu_version" -lavutil
"" ffmpeg
2087 pkgconfig_generate_uninstalled libavutil
"FFmpeg utility library" "$lavu_version"
2089 pkgconfig_generate libavcodec
"FFmpeg codec library" "$lavc_version" "-lavcodec $extralibs" "$pkg_requires libavutil = $lavu_version" ffmpeg
2090 pkgconfig_generate_uninstalled libavcodec
"FFmpeg codec library" "$lavc_version" "$extralibs" "$pkg_requires libavutil = $lavu_version"
2092 pkgconfig_generate libavformat
"FFmpeg container format library" "$lavf_version" "-lavformat $extralibs" "$pkg_requires libavcodec = $lavc_version" ffmpeg
2093 pkgconfig_generate_uninstalled libavformat
"FFmpeg container format library" "$lavf_version" "$extralibs" "$pkg_requires libavcodec = $lavc_version"
2096 pkgconfig_generate libpostproc
"FFmpeg post processing library" "$pp_version" -lpostproc
"" postproc
2097 pkgconfig_generate_uninstalled libpostproc
"FFmpeg post processing library" "$pp_version"
2100 if enabled swscaler
; then
2101 pkgconfig_generate libswscale
"FFmpeg image rescaling library" "$sws_version" -lswscale
"libavutil = $lavu_version" ffmpeg
2102 pkgconfig_generate_uninstalled libswscale
"FFmpeg image rescaling library" "$sws_version" "" "libavutil = $lavu_version"
2104 pkgconfig_generate libswscale
"FFmpeg image rescaling library" "$sws_version" "" "$pkg_requires libavcodec = $lavc_version" ffmpeg
2105 pkgconfig_generate_uninstalled libswscale
"FFmpeg image rescaling library" "$sws_version" "" "$pkg_requires libavcodec = $lavc_version"
2106 apply libswscale.pc
sed s
/^Libs
:.
*$
/Libs
:/
2107 apply libswscale-uninstalled.pc
sed s
/^Libs
:.
*$
/Libs
:/