]> git.sesse.net Git - ffmpeg/blob - configure
Revert unconditional config.h overwriting, it may cause unnecessary rebuilds.
[ffmpeg] / configure
1 #!/bin/sh
2 #
3 # ffmpeg configure script (c) 2000, 2001, 2002 Fabrice Bellard
4 #
5
6 if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
7 cat << EOF
8
9 Usage: configure [options]
10 Options: [defaults in brackets after descriptions]
11
12 EOF
13 echo "Standard options:"
14 echo "  --help                   print this message"
15 echo "  --prefix=PREFIX          install in PREFIX [$prefix]"
16 echo "  --libdir=DIR             install libs in DIR [PREFIX/lib]"
17 echo "  --incdir=DIR             install includes in DIR [PREFIX/include/ffmpeg]"
18 echo "  --mandir=DIR             install man page in DIR [PREFIX/man]"
19 echo "  --enable-mp3lame         enable MP3 encoding via libmp3lame [default=no]"
20 echo "  --enable-libogg          enable Ogg support via libogg [default=no]"
21 echo "  --enable-vorbis          enable Vorbis support via libvorbis [default=no]"
22 echo "  --enable-theora          enable Theora support via libtheora [default=no]"
23 echo "  --enable-faad            enable FAAD support via libfaad [default=no]"
24 echo "  --enable-faadbin         build FAAD support with runtime linking [default=no]"
25 echo "  --enable-faac            enable FAAC support via libfaac [default=no]"
26 echo "  --enable-libgsm          enable GSM support via libgsm [default=no]"
27 echo "  --enable-xvid            enable XviD support via xvidcore [default=no]"
28 echo "  --enable-x264            enable H.264 encoding via x264 [default=no]"
29 echo "  --enable-mingw32         enable MinGW native/cross Windows compile"
30 echo "  --enable-mingwce         enable MinGW native/cross WinCE compile"
31 echo "  --enable-a52             enable GPLed A52 support [default=no]"
32 echo "  --enable-a52bin          open liba52.so.0 at runtime [default=no]"
33 echo "  --enable-dts             enable GPLed DTS support [default=no]"
34 echo "  --enable-pp              enable GPLed postprocessing support [default=no]"
35 echo "  --enable-static          build static libraries [default=yes]"
36 echo "  --disable-static         do not build static libraries [default=no]"
37 echo "  --enable-shared          build shared libraries [default=no]"
38 echo "  --disable-shared         do not build shared libraries [default=yes]"
39 echo "  --enable-amr_nb          enable amr_nb float audio codec"
40 echo "  --enable-amr_nb-fixed    use fixed point for amr-nb codec"
41 echo "  --enable-amr_wb          enable amr_wb float audio codec"
42 echo "  --enable-amr_if2         enable amr_wb IF2 audio codec"
43 echo "  --enable-sunmlib         use Sun medialib [default=no]"
44 echo "  --enable-pthreads        use pthreads [default=no]"
45 echo "  --enable-dc1394          enable IIDC-1394 grabbing using libdc1394"
46 echo "                           and libraw1394 [default=no]"
47 echo "  --enable-gpl             allow use of GPL code, the resulting libav*"
48 echo "                           and ffmpeg will be under GPL [default=no]"
49 echo ""
50 echo "Advanced options (experts only):"
51 echo "  --source-path=PATH       path to source code [$source_path]"
52 echo "  --cross-prefix=PREFIX    use PREFIX for compilation tools [$cross_prefix]"
53 echo "  --cc=CC                  use C compiler CC [$cc]"
54 echo "  --make=MAKE              use specified make [$make]"
55 echo "  --extra-cflags=ECFLAGS   add ECFLAGS to CFLAGS [$CFLAGS]"
56 echo "  --extra-ldflags=ELDFLAGS add ELDFLAGS to LDFLAGS [$LDFLAGS]"
57 echo "  --extra-libs=ELIBS       add ELIBS [$ELIBS]"
58 echo "  --build-suffix=SUFFIX    suffix for application specific build []"
59 echo "  --cpu=CPU                force cpu to CPU  [$cpu]"
60 echo "  --tune=CPU               tune code for a particular CPU"
61 echo "                           (may fail or perform badly on other CPUs)"
62 echo "  --powerpc-perf-enable    enable performance report on PPC"
63 echo "                           (requires enabling PMC)"
64 echo "  --disable-mmx            disable MMX usage"
65 echo "  --disable-iwmmxt         disable iwmmxt usage"
66 echo "  --disable-altivec        disable AltiVec usage"
67 echo "  --disable-audio-oss      disable OSS audio support [default=no]"
68 echo "  --disable-audio-beos     disable BeOS audio support [default=no]"
69 echo "  --disable-v4l            disable video4linux grabbing [default=no]"
70 echo "  --disable-v4l2           disable video4linux2 grabbing [default=no]"
71 echo "  --disable-bktr           disable bktr video grabbing [default=no]"
72 echo "  --disable-dv1394         disable DV1394 grabbing [default=no]"
73 echo "  --disable-network        disable network support [default=no]"
74 echo "  --disable-zlib           disable zlib [default=no]"
75 echo "  --disable-lzo            disable lzo [default=no]"
76 echo "  --disable-simple_idct    disable simple IDCT routines [default=no]"
77 echo "  --disable-vhook          disable video hooking support"
78 echo "  --enable-gprof           enable profiling with gprof [$gprof]"
79 echo "  --disable-debug          disable debugging symbols"
80 echo "  --disable-opts           disable compiler optimizations"
81 echo "  --disable-mpegaudio-hp   faster (but less accurate)"
82 echo "                           MPEG audio decoding [default=no]"
83 echo "  --disable-protocols      disable I/O protocols support [default=no]"
84 echo "  --disable-ffserver       disable ffserver build"
85 echo "  --disable-ffplay         disable ffplay build"
86 echo "  --enable-small           optimize for size instead of speed"
87 echo "  --enable-memalign-hack   emulate memalign, interferes with memory debuggers"
88 echo "  --disable-strip          disable stripping of executables and shared libraries"
89 echo "  --disable-encoder=NAME   disables encoder NAME"
90 echo "  --enable-encoder=NAME    enables encoder NAME"
91 echo "  --disable-decoder=NAME   disables decoder NAME"
92 echo "  --enable-decoder=NAME    enables decoder NAME"
93 echo "  --disable-encoders       disables all encoders"
94 echo "  --disable-decoders       disables all decoders"
95 echo "  --disable-muxers         disables all muxers"
96 echo "  --disable-demuxers       disables all demuxers"
97 echo ""
98 echo "NOTE: Object files are built at the place where configure is launched."
99 exit 1
100 fi
101
102 # set temporary file name
103 if test ! -z "$TMPDIR" ; then
104     TMPDIR1="${TMPDIR}"
105 elif test ! -z "$TEMPDIR" ; then
106     TMPDIR1="${TEMPDIR}"
107 else
108     TMPDIR1="/tmp"
109 fi
110
111 TMPC="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.c"
112 TMPO="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.o"
113 TMPE="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}"
114 TMPS="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.S"
115 TMPH="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.h"
116
117 # default parameters
118 prefix="/usr/local"
119 libdir=""
120 incdir=""
121 mandir=""
122 bindir=""
123 cross_prefix=""
124 cc="gcc"
125 ar="ar"
126 ranlib="ranlib"
127 make="make"
128 strip="strip"
129 cpu=`uname -m`
130 tune="generic"
131 powerpc_perf="no"
132 mmx="default"
133 iwmmxt="default"
134 altivec="default"
135 mmi="default"
136 case "$cpu" in
137   i386|i486|i586|i686|i86pc|BePC)
138     cpu="x86"
139   ;;
140   x86_64|amd64)
141     cpu="x86"
142     canon_arch="`cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`"
143     if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; then
144       if [ -z "`echo $CFLAGS | grep -- -m32`"  ]; then
145         cpu="x86_64"
146       fi
147     fi
148   ;;
149   # armv4l is a subset of armv5tel
150   armv4l|armv5tel)
151     cpu="armv4l"
152   ;;
153   alpha)
154     cpu="alpha"
155   ;;
156   "Power Macintosh"|ppc|powerpc)
157     cpu="powerpc"
158   ;;
159   mips|mipsel)
160     cpu="mips"
161   ;;
162   sun4u|sparc64)
163     cpu="sparc64"
164   ;;
165   sparc)
166     cpu="sparc"
167   ;;
168   sh4)
169     cpu="sh4"
170   ;;
171   parisc|parisc64)
172     cpu="parisc"
173   ;;
174   s390|s390x)
175     cpu="s390"
176   ;;
177   m68k)
178     cpu="m68k"
179   ;;
180   ia64)
181     cpu="ia64"
182   ;;
183   *)
184     cpu="unknown"
185   ;;
186 esac
187 gprof="no"
188 v4l="yes"
189 v4l2="yes"
190 bktr="no"
191 audio_oss="yes"
192 audio_beos="no"
193 dv1394="yes"
194 dc1394="no"
195 network="yes"
196 zlib="yes"
197 lzo="yes"
198 libgsm="no"
199 mp3lame="no"
200 libogg="no"
201 vorbis="no"
202 theora="no"
203 faad="no"
204 faadbin="no"
205 faac="no"
206 xvid="no"
207 x264="no"
208 a52="no"
209 a52bin="no"
210 dts="no"
211 pp="no"
212 mingw32="no"
213 mingwce="no"
214 cygwin="no"
215 os2="no"
216 lstatic="yes"
217 lshared="no"
218 optimize="yes"
219 debug="yes"
220 dostrip="yes"
221 installstrip="-s"
222 extralibs="-lm"
223 simpleidct="yes"
224 bigendian="no"
225 inttypes="yes"
226 emu_fast_int="no"
227 vhook="default"
228 dlfcn="no"
229 dlopen="no"
230 mpegaudio_hp="yes"
231 SHFLAGS='-shared -Wl,-soname,$@.$(LIBMAJOR)'
232 netserver="no"
233 need_inet_aton="no"
234 protocols="yes"
235 ffserver="yes"
236 ffplay="yes"
237 LIBOBJFLAGS=""
238 LDFLAGS=-Wl,--warn-common
239 FFSLDFLAGS=-Wl,-E
240 LDCONFIG="ldconfig"
241 LIBPREF="lib"
242 LIBSUF=".a"
243 LIB='$(LIBPREF)$(NAME)$(LIBSUF)'
244 SLIBPREF="lib"
245 SLIBSUF=".so"
246 SLIBNAME='$(SLIBPREF)$(NAME)$(SLIBSUF)'
247 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)$(SLIBSUF).$(LIBVERSION)'
248 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)$(SLIBSUF).$(LIBMAJOR)'
249 EXESUF=""
250 BUILDSUF=""
251 amr_nb="no"
252 amr_wb="no"
253 amr_nb_fixed="no"
254 amr_if2="no"
255 sunmlib="no"
256 pthreads="no"
257 gpl="no"
258 memalignhack="no"
259 muxers="yes"
260 demuxers="yes"
261
262 # OS specific
263 targetos=`uname -s`
264 case $targetos in
265 BeOS)
266 prefix="/boot/home/config"
267 # helps building libavcodec
268 CFLAGS="-DPIC -fomit-frame-pointer"
269 # 3 gcc releases known for BeOS, each with ugly bugs
270 gcc_version="`$cc -v 2>&1 | grep version | cut -d ' ' -f3-`"
271 case "$gcc_version" in
272 2.9-beos-991026*|2.9-beos-000224*) echo "R5/GG gcc"
273 mmx="no"
274 ;;
275 *20010315*) echo "BeBits gcc"
276 CFLAGS="$CFLAGS -fno-expensive-optimizations"
277 ;;
278 esac
279 SHFLAGS=-nostart
280 # disable Linux things
281 audio_oss="no"
282 v4l="no"
283 v4l2="no"
284 dv1394="no"
285 # enable BeOS things
286 audio_beos="yes"
287 # no need for libm, but the inet stuff
288 # Check for BONE
289 if (echo $BEINCLUDES|grep 'headers/be/bone' >/dev/null); then
290 extralibs="-lbind -lsocket"
291 else
292 netserver="yes"
293 need_inet_aton="yes"
294 extralibs="-lnet"
295 fi ;;
296 SunOS)
297 v4l="no"
298 v4l2="no"
299 audio_oss="no"
300 dv1394="no"
301 make="gmake"
302 LDFLAGS=""
303 FFSLDFLAGS=""
304 need_inet_aton="yes"
305 extralibs="$extralibs -lsocket -lnsl"
306 ;;
307 NetBSD)
308 v4l="no"
309 v4l2="no"
310 bktr="yes"
311 audio_oss="yes"
312 dv1394="no"
313 make="gmake"
314 LDFLAGS="$LDFLAGS -export-dynamic"
315 case `uname -r` in
316 2.*) extralibs="$extralibs -lossaudio"
317 ;;
318 esac
319 ;;
320 OpenBSD)
321 v4l="no"
322 v4l2="no"
323 bktr="yes"
324 audio_oss="yes"
325 dv1394="no"
326 make="gmake"
327 LIBOBJFLAGS="\$(PIC)"
328 LDFLAGS="$LDFLAGS -export-dynamic -pthread"
329 LDCONFIG="ldconfig -m \$(libdir)"
330 extralibs="$extralibs -lossaudio"
331 ;;
332 FreeBSD)
333 v4l="no"
334 v4l2="no"
335 bktr="yes"
336 audio_oss="yes"
337 dv1394="no"
338 make="gmake"
339 CFLAGS="-pthread"
340 LDFLAGS="$LDFLAGS -export-dynamic -pthread"
341 ;;
342 BSD/OS)
343 v4l="no"
344 v4l2="no"
345 bktr="yes"
346 audio_oss="yes"
347 dv1394="no"
348 extralibs="-lpoll -lgnugetopt -lm"
349 make="gmake"
350 strip="strip -d"
351 installstrip=""
352 ;;
353 Darwin)
354 cc="cc"
355 v4l="no"
356 v4l2="no"
357 audio_oss="no"
358 dv1394="no"
359 ffserver="no"
360 SHFLAGS="-dynamiclib -Wl,-single_module -Wl,-install_name,\$(libdir)/\$(SLIBNAME),-current_version,\$(SPPVERSION),-compatibility_version,\$(SPPVERSION)"
361 extralibs=""
362 darwin="yes"
363 strip="strip -x"
364 installstrip=""
365 LDFLAGS="-Wl,-dynamic,-search_paths_first"
366 SLIBSUF=".dylib"
367 SLIBNAME_WITH_FULLVERSION='$(SLIBPREF)$(NAME).$(LIBVERSION)$(SLIBSUF)'
368 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME).$(LIBMAJOR)$(SLIBSUF)'
369 FFSLDFLAGS=-Wl,-bind_at_load
370 ;;
371 MINGW32*)
372 # Note: the rest of the mingw32 config is done afterwards as mingw32
373 # can be forced on the command line for Linux cross compilation.
374 mingw32="yes"
375 ;;
376 CYGWIN*)
377 v4l="no"
378 v4l2="no"
379 audio_oss="yes"
380 dv1394="no"
381 vhook="no"
382 extralibs=""
383 cygwin="yes"
384 EXESUF=".exe"
385 ;;
386 Linux)
387 LDFLAGS="$LDFLAGS -rdynamic"
388 ;;
389 IRIX*)
390 ranlib="echo ignoring ranlib"
391 v4l="no"
392 v4l2="no"
393 audio_oss="no"
394 make="gmake"
395 ;;
396 OS/2)
397 TMPE=$TMPE".exe"
398 ar="emxomfar -p128"
399 ranlib="echo ignoring ranlib"
400 strip="echo ignoring strip"
401 CFLAGS="-Zomf"
402 LDFLAGS="-Zomf -Zstack 16384 -s"
403 SHFLAGS="-Zdll -Zomf"
404 FFSLDFLAGS=""
405 LIBPREF=""
406 LIBSUF=".lib"
407 SLIBPREF=""
408 SLIBSUF=".dll"
409 EXESUF=".exe"
410 extralibs=""
411 pkg_requires=""
412 v4l="no"
413 v4l2="no"
414 audio_oss="no"
415 dv1394="no"
416 ffserver="no"
417 vhook="no"
418 os2="yes"
419
420 ;;
421 *) ;;
422 esac
423
424 # From MPlayer configure. We need TARGET_OS available
425 # to the Makefile, so it can distinguish between flavors
426 # of AltiVec on PowerPC.
427 TARGET_OS=`( uname -s ) 2>&1`
428   case "$TARGET_OS" in
429   Linux|FreeBSD|NetBSD|BSD/OS|OpenBSD|SunOS|QNX|Darwin|GNU|BeOS|MorphOS)
430     ;;
431   IRIX*)
432     TARGET_OS=IRIX
433     ;;
434   HP-UX*)
435     TARGET_OS=HP-UX
436     ;;
437   [cC][yY][gG][wW][iI][nN]*)
438     TARGET_OS=CYGWIN
439     ;;
440   *)
441     TARGET_OS="$TARGET_OS-UNKNOWN"
442     ;;
443   esac
444
445 # find source path
446 source_path="`dirname $0`"
447 source_path_used="yes"
448 if test -z "$source_path" -o "$source_path" = "." ; then
449     source_path=`pwd`
450     source_path_used="no"
451 else
452     source_path="`cd \"$source_path\"; pwd`"
453 fi
454
455 FFMPEG_CONFIGURATION=" "
456 for opt do
457   FFMPEG_CONFIGURATION="$FFMPEG_CONFIGURATION""$opt "
458 done
459
460 CODEC_LIST=`grep 'register_avcodec(&[a-z]' $source_path/libavcodec/allcodecs.c  | sed 's/.*&\(.*\)).*/\1/'`
461
462 for opt do
463   case "$opt" in
464   --prefix=*) prefix=`echo $opt | cut -d '=' -f 2`; force_prefix=yes
465   ;;
466   --libdir=*) libdir=`echo $opt | cut -d '=' -f 2`; force_libdir=yes
467   ;;
468   --incdir=*) incdir=`echo $opt | cut -d '=' -f 2`;
469   ;;
470   --mandir=*) mandir=`echo $opt | cut -d '=' -f 2`
471   ;;
472   --source-path=*) source_path=`echo $opt | cut -d '=' -f 2`
473   ;;
474   --cross-prefix=*) cross_prefix=`echo $opt | cut -d '=' -f 2`
475   ;;
476   --cc=*) cc=`echo $opt | cut -d '=' -f 2-`
477   ;;
478   --make=*) make=`echo $opt | cut -d '=' -f 2`
479   ;;
480   --extra-cflags=*) CFLAGS="$CFLAGS ${opt#--extra-cflags=}"
481   ;;
482   --extra-ldflags=*) LDFLAGS="$LDFLAGS ${opt#--extra-ldflags=}"
483   ;;
484   --extra-libs=*) extralibs=${opt#--extra-libs=}
485   ;;
486   --build-suffix=*) BUILDSUF=${opt#--build-suffix=}
487   ;;
488   --cpu=*) cpu=`echo $opt | cut -d '=' -f 2`
489   ;;
490   --tune=*) tune=`echo $opt | cut -d '=' -f 2`
491   ;;
492   --powerpc-perf-enable) powerpc_perf="yes"
493   ;;
494   --disable-mmx) mmx="no"
495   ;;
496   --disable-iwmmxt) iwmmxt="no"
497   ;;
498   --disable-altivec) altivec="no"
499   ;;
500   --enable-gprof) gprof="yes"
501   ;;
502   --disable-v4l) v4l="no"
503   ;;
504   --disable-v4l2) v4l2="no"
505   ;;
506   --disable-bktr) bktr="no"
507   ;;
508   --disable-audio-oss) audio_oss="no"
509   ;;
510   --disable-audio-beos) audio_beos="no"
511   ;;
512   --disable-dv1394) dv1394="no"
513   ;;
514   --disable-network) network="no"; ffserver="no"
515   ;;
516   --disable-zlib) zlib="no"
517   ;;
518   --disable-lzo) lzo="no"
519   ;;
520   --enable-a52) a52="yes"
521   ;;
522   --enable-a52bin) a52bin="yes"
523   ;;
524   --enable-dts) dts="yes"
525     extralibs="$extralibs -ldts"
526   ;;
527   --enable-pp) pp="yes"
528   ;;
529   --enable-libgsm) libgsm="yes"
530     extralibs="$extralibs -lgsm"
531   ;;
532   --enable-mp3lame) mp3lame="yes"
533     extralibs="$extralibs -lmp3lame"
534   ;;
535   --enable-libogg) libogg="yes"
536     extralibs="$extralibs -logg"
537     pkg_requires="$pkg_requires ogg >= 1.1"
538   ;;
539   --enable-vorbis) vorbis="yes"
540     extralibs="$extralibs -lvorbis -lvorbisenc"
541     pkg_requires="$pkg_requires vorbis vorbisenc"
542   ;;
543   --enable-theora) theora="yes"
544     extralibs="$extralibs -ltheora"
545     pkg_requires="$pkg_requires theora"
546   ;;
547   --enable-faad) faad="yes"
548     extralibs="$extralibs -lfaad"
549   ;;
550   --enable-faadbin) faadbin="yes"
551   ;;
552   --enable-faac) faac="yes"
553     extralibs="$extralibs -lfaac"
554   ;;
555   --enable-xvid) xvid="yes"
556     extralibs="$extralibs -lxvidcore"
557   ;;
558   --enable-x264) x264="yes"
559     extralibs="$extralibs -lx264"
560   ;;
561   --enable-dc1394) dc1394="yes"
562     extralibs="$extralibs -ldc1394_control -lraw1394"
563     pkg_requires="$pkg_requires libraw1394"
564   ;;
565   --disable-vhook) vhook="no"
566   ;;
567   --disable-simple_idct) simpleidct="no"
568   ;;
569   --enable-mingw32) mingw32="yes"
570   ;;
571   --enable-mingwce) mingwce="yes"
572   ;;
573   --enable-static) lstatic="yes"
574   ;;
575   --disable-static) lstatic="no"
576   ;;
577   --enable-shared) lshared="yes"
578   ;;
579   --disable-shared) lshared="no"
580   ;;
581   --disable-debug) debug="no"
582   ;;
583   --disable-opts) optimize="no"
584   ;;
585   --disable-mpegaudio-hp) mpegaudio_hp="no"
586   ;;
587   --disable-protocols) protocols="no"; network="no"; ffserver="no"
588   ;;
589   --disable-ffserver) ffserver="no"
590   ;;
591   --disable-ffplay) ffplay="no"
592   ;;
593   --enable-small) optimize="small"
594   ;;
595   --enable-amr_nb) amr_nb="yes"
596   ;;
597   --enable-amr_nb-fixed) amr_nb_fixed="yes"
598   ;;
599   --enable-amr_wb) amr_wb="yes"
600   ;;
601   --enable-amr_if2) amr_if2="yes"
602   ;;
603   --enable-sunmlib) sunmlib="yes"
604   ;;
605   --enable-pthreads) pthreads="yes"
606   ;;
607   --enable-gpl) gpl="yes"
608   ;;
609   --enable-memalign-hack) memalignhack="yes"
610   ;;
611   --disable-strip) dostrip="no"
612   ;;
613   --enable-encoder=*) CODEC_LIST="$CODEC_LIST ${opt#--enable-encoder=}_encoder"
614   ;;
615   --enable-decoder=*) CODEC_LIST="$CODEC_LIST ${opt#--enable-decoder=}_decoder"
616   ;;
617   --disable-encoder=*) CODEC_LIST="`echo $CODEC_LIST | sed -e \"s#${opt#--disable-encoder=}_encoder##\"`"
618   ;;
619   --disable-decoder=*) CODEC_LIST="`echo $CODEC_LIST | sed -e \"s#${opt#--disable-decoder=}_decoder##\"`"
620   ;;
621   --disable-encoders) CODEC_LIST="`echo $CODEC_LIST | sed 's/[-_a-zA-Z0-9]*encoder//g'`"
622   ;;
623   --disable-decoders) CODEC_LIST="`echo $CODEC_LIST | sed 's/[-_a-zA-Z0-9]*decoder//g'`"
624   ;;
625   --disable-muxers) muxers="no"; ffserver="no"
626   ;;
627   --disable-demuxers) demuxers="no"
628   ;;
629   *)
630   echo "Unknown option \"$opt\"."
631   echo "See $0 --help for available options."
632   exit 1
633   ;;
634   esac
635 done
636
637 # we need to build at least one lib type
638 if test "$lstatic" = "no" && test "$lshared" = "no" ; then
639     cat <<EOF
640 At least one library type must be built.
641 Specify --enable-static to build the static libraries or --enable-shared to
642 build the shared libraries as well. To only build the shared libraries specify
643 --disable-static in addition to --enable-shared.
644 EOF
645     exit 1;
646 fi
647
648 if test "$theora" = "yes" ; then
649     if test "$libogg" = "no"; then
650         echo "libogg must be enabled to enable Theora."
651         fail="yes"
652         theora="no"
653     fi
654 fi
655
656 if test "$vorbis" = "yes" ; then
657     if test "$libogg" = "no"; then
658         echo "libogg must be enabled to enable Vorbis."
659         fail="yes"
660         vorbis="no"
661     fi
662 fi
663
664 if test "$gpl" != "yes"; then
665     if test "$pp" != "no"; then
666         echo "The Postprocessing code is under GPL and --enable-gpl is not specified."
667         fail="yes"
668     fi
669
670     if test "$a52" != "no" -o "$a52bin" != "no"; then
671         echo "liba52 is under GPL and --enable-gpl is not specified."
672         fail="yes"
673     fi
674
675     if test "$xvid" != "no"; then
676         echo "libxvidcore is under GPL and --enable-gpl is not specified."
677         fail="yes"
678     fi
679
680     if test "$x264" != "no"; then
681         echo "x264 is under GPL and --enable-gpl is not specified."
682         fail="yes"
683     fi
684
685     if test "$dts" != "no"; then
686         echo "libdts is under GPL and --enable-gpl is not specified."
687         fail="yes"
688     fi
689
690     if test "$faad" != "no" -o "$faadbin" != "no"; then
691         cat > $TMPC << EOF
692             #include <faad.h>
693             int main( void ) { return 0; }
694 EOF
695
696         if $cc $CFLAGS -o $TMPE $TMPC 2> /dev/null ; then
697             cat > $TMPC << EOF
698                 #include <faad.h>
699                 #ifndef FAAD2_VERSION
700                 ok faad1
701                 #endif
702                 int main( void ) { return 0; }
703 EOF
704             if $cc $CFLAGS -o $TMPE $TMPC 2> /dev/null ; then
705                 echo "FAAD2 is under GPL and --enable-gpl is not specified."
706                 fail="yes"
707             fi
708         else
709             faad="no"
710             faadbin="no"
711             echo "FAAD test failed."
712         fi
713     fi
714
715
716     if test "$fail" = "yes"; then
717         exit 1
718     fi
719 fi
720
721 # compute MMX state
722 if test $mmx = "default"; then
723     if test $cpu = "x86" -o $cpu = "x86_64"; then
724         mmx="yes"
725     else
726         mmx="no"
727     fi
728 fi
729
730 # check iwmmxt support
731 if test $iwmmxt = "default" -a $cpu = "armv4l"; then
732     cat > $TMPC << EOF
733         int main(void) {
734         __asm__ __volatile__ ("wunpckelub wr6, wr4");
735         }
736 EOF
737
738     iwmmxt=no
739     if ${cross_prefix}${cc} -o $TMPO $TMPC 2> /dev/null ; then
740         iwmmxt=yes
741     fi
742 fi
743
744 #Darwin CC versions
745 needmdynamicnopic="no"
746 if test $targetos = Darwin; then
747     if test -n "`$cc -v 2>&1 | grep xlc`"; then
748         CFLAGS="$CFLAGS -qpdf2 -qlanglvl=extc99 -qmaxmem=-1 -qarch=auto -qtune=auto"
749     else
750         gcc_version="`$cc -v 2>&1 | grep version | cut -d ' ' -f3-`"
751         case "$gcc_version" in
752             *2.95*)
753                 CFLAGS="$CFLAGS -no-cpp-precomp -pipe -fomit-frame-pointer"
754                 ;;
755             *[34].*)
756                 CFLAGS="$CFLAGS -no-cpp-precomp -pipe -fomit-frame-pointer -force_cpusubtype_ALL -Wno-sign-compare"
757                 if test "$lshared" = no; then
758                    needmdynamicnopic="yes"
759                 fi
760                 ;;
761             *)
762                 CFLAGS="$CFLAGS -no-cpp-precomp -pipe -fomit-frame-pointer"
763                 if test "$lshared" = no; then
764                    needmdynamicnopic="yes"
765                 fi
766                 ;;
767         esac
768     fi
769 fi
770
771 # Can only do AltiVec on PowerPC
772 if test $altivec = "default"; then
773     if test $cpu = "powerpc"; then
774         altivec="yes"
775     else
776         altivec="no"
777     fi
778 fi
779
780 # Add processor-specific flags
781 TUNECPU="generic"
782 POWERPCMODE="32bits"
783 if test $tune != "generic"; then
784     case $tune in
785         601|ppc601|PowerPC601)
786             CFLAGS="$CFLAGS -mcpu=601"
787             if test $altivec = "yes"; then
788                 echo "WARNING: Tuning for PPC601 but AltiVec enabled!";
789             fi
790             TUNECPU=ppc601
791         ;;
792         603*|ppc603*|PowerPC603*)
793             CFLAGS="$CFLAGS -mcpu=603"
794             if test $altivec = "yes"; then
795                 echo "WARNING: Tuning for PPC603 but AltiVec enabled!";
796             fi
797             TUNECPU=ppc603
798         ;;
799         604*|ppc604*|PowerPC604*)
800             CFLAGS="$CFLAGS -mcpu=604"
801             if test $altivec = "yes"; then
802                 echo "WARNING: Tuning for PPC604 but AltiVec enabled!";
803             fi
804             TUNECPU=ppc604
805         ;;
806         G3|g3|75*|ppc75*|PowerPC75*)
807             CFLAGS="$CFLAGS -mcpu=750 -mtune=750 -mpowerpc-gfxopt"
808             if test $altivec = "yes"; then
809                 echo "WARNING: Tuning for PPC75x but AltiVec enabled!";
810             fi
811             TUNECPU=ppc750
812         ;;
813         G4|g4|745*|ppc745*|PowerPC745*)
814             CFLAGS="$CFLAGS -mcpu=7450 -mtune=7450 -mpowerpc-gfxopt"
815             if test $altivec = "no"; then
816                 echo "WARNING: Tuning for PPC745x but AltiVec disabled!";
817             fi
818             TUNECPU=ppc7450
819         ;;
820         74*|ppc74*|PowerPC74*)
821             CFLAGS="$CFLAGS -mcpu=7400 -mtune=7400 -mpowerpc-gfxopt"
822             if test $altivec = "no"; then
823                 echo "WARNING: Tuning for PPC74xx but AltiVec disabled!";
824             fi
825             TUNECPU=ppc7400
826         ;;
827         G5|g5|970|ppc970|PowerPC970|power4*|Power4*)
828             CFLAGS="$CFLAGS -mcpu=970 -mtune=970 -mpowerpc-gfxopt -mpowerpc64"
829             if test $altivec = "no"; then
830                 echo "WARNING: Tuning for PPC970 but AltiVec disabled!";
831             fi
832             TUNECPU=ppc970
833             POWERPCMODE="64bits"
834         ;;
835         i[3456]86|pentium|pentiumpro|pentium-mmx|pentium[234]|prescott|k6|k6-[23]|athlon|athlon-tbird|athlon-4|athlon-[mx]p|winchip-c6|winchip2|c3|nocona|athlon64|k8|opteron|athlon-fx)
836             CFLAGS="$CFLAGS -march=$tune"
837         ;;
838         *)
839         echo "WARNING: Unknown CPU \"$tune\", ignored."
840         ;;
841     esac
842 fi
843
844 # AltiVec flags: The FSF version of GCC differs from the Apple version
845 if test $cpu = "powerpc"; then
846     if test $altivec = "yes"; then
847         if test -n "`$cc -v 2>&1 | grep version | grep Apple`"; then
848             CFLAGS="$CFLAGS -faltivec"
849         else
850             CFLAGS="$CFLAGS -maltivec -mabi=altivec"
851         fi
852     fi
853 fi
854
855 # check if we have <altivec.h>
856 cat > $TMPC << EOF
857 #include <altivec.h>
858 int main( void ) { return 0; }
859 EOF
860
861 _altivec_h="no"
862 if $cc $CFLAGS -o $TMPE $TMPC 2> /dev/null ; then
863 _altivec_h="yes"
864 fi
865
866 # check if our compiler supports Motorola AltiVec C API
867 if test $altivec = "yes"; then
868 if test $_altivec_h = "yes"; then
869 cat > $TMPC << EOF
870 #include <altivec.h>
871 int main(void) {
872     vector signed int v1, v2, v3;
873     v1 = vec_add(v2,v3);
874     return 0;
875 }
876 EOF
877 else
878 cat > $TMPC << EOF
879 int main(void) {
880     vector signed int v1, v2, v3;
881     v1 = vec_add(v2,v3);
882     return 0;
883 }
884 EOF
885 fi
886 $cc $CFLAGS -o $TMPE $TMPC 2> /dev/null || altivec="no"
887 fi
888
889 # mmi only available on mips
890 if test $mmi = "default"; then
891     if test $cpu = "mips"; then
892         mmi="yes"
893     else
894         mmi="no"
895     fi
896 fi
897
898 # check if our compiler supports mmi
899 if test $mmi = "yes"; then
900 cat > $TMPC << EOF
901 int main(void) {
902     __asm__ ("lq \$2, 0(\$2)");
903     return 0;
904 }
905 EOF
906 $cc -o $TMPE $TMPC 2> /dev/null || mmi="no"
907 fi
908
909 if test "$mingw32" = "yes" -o "$mingwce" = "yes"; then
910     if test "$lshared" = "yes" && test "$lstatic" = "yes" ; then
911         cat <<EOF
912 You can only build one library type at once on MinGW.
913 Specify --disable-static --enable-shared to only build
914 the shared libraries. To build only the static libraries
915 you don't need to pass additional options.
916 EOF
917         exit 1
918     fi
919     v4l="no"
920     v4l2="no"
921     bktr="no"
922     audio_oss="no"
923     dv1394="no"
924     dc1394="no"
925     ffserver="no"
926     network="no"
927 if test "$mingwce" = "yes"; then
928     protocols="no"
929 fi
930     SLIBPREF=""
931     SLIBSUF=".dll"
932     EXESUF=".exe"
933     if test "$force_prefix" != yes; then prefix="/c/Program Files/FFmpeg"; fi
934     if test "$force_libdir" != yes; then bindir="$prefix"; fi
935 fi
936
937 cc="${cross_prefix}${cc}"
938 ar="${cross_prefix}${ar}"
939 ranlib="${cross_prefix}${ranlib}"
940 strip="${cross_prefix}${strip}"
941
942 if test -z "$cross_prefix" ; then
943
944 # ---
945 # big/little-endian test
946 cat > $TMPC << EOF
947 #include <inttypes.h>
948 int main(int argc, char ** argv){
949         volatile uint32_t i=0x01234567;
950         return (*((uint8_t*)(&i))) == 0x67;
951 }
952 EOF
953
954 if $cc -o $TMPE $TMPC 2>/dev/null ; then
955 $TMPE && bigendian="yes"
956 else
957 echo big/little test failed
958 fi
959
960 else
961
962 # programs cannot be launched if cross compiling, so make a static guess
963 if test "$cpu" = "powerpc" -o "$cpu" = "mips" ; then
964     bigendian="yes"
965 fi
966
967 fi
968
969 # ---
970 # *inttypes.h* test
971 cat > $TMPC << EOF
972 #include <inttypes.h>
973 int main(int argc, char ** argv){
974     return 0;
975 }
976 EOF
977
978 $cc -o $TMPE $TMPC 2>/dev/null || inttypes="no"
979
980 # ---
981 # *int_fast* test
982 cat > $TMPC << EOF
983 #include <inttypes.h>
984 int main(int argc, char ** argv){
985         volatile uint_fast64_t i=0x01234567;
986         return 0;
987 }
988 EOF
989
990 $cc -o $TMPE $TMPC 2>/dev/null || emu_fast_int="yes"
991
992 # ---
993 # check availability of some header files
994
995 cat > $TMPC << EOF
996 #include <malloc.h>
997 int main( void ) { return 0; }
998 EOF
999
1000 _memalign=no
1001 _malloc_h=no
1002 if $cc -o $TMPE $TMPC 2> /dev/null ; then
1003 _malloc_h=yes
1004 _memalign=yes
1005 # check for memalign - atmos
1006 cat > $TMPC << EOF
1007 #include <stdio.h>
1008 #include <malloc.h>
1009 int main ( void ) {
1010 char *string = NULL;
1011 string = memalign(64, sizeof(char));
1012 return 0;
1013 }
1014 EOF
1015 $cc -o $TMPE $TMPC 2> /dev/null || _memalign=no
1016 fi
1017
1018 if test "$_memalign" = "no" -a "$mmx" = "yes" -a "$memalignhack" != "yes"; then
1019     echo "Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack."
1020     exit 1
1021 fi
1022
1023 cat > $TMPC << EOF
1024 #include <time.h>
1025 int main( void ) { localtime_r(NULL, NULL); }
1026 EOF
1027
1028 localtime_r=no
1029 if $cc -o $TMPE $TMPC 2> /dev/null ; then
1030   localtime_r=yes
1031 fi
1032
1033 if test "$zlib" = "yes"; then
1034 # check for zlib - mmu_man
1035 cat > $TMPC << EOF
1036 #include <zlib.h>
1037 int main ( void ) {
1038 if (zlibVersion() != ZLIB_VERSION)
1039    puts("zlib version differs !!!");
1040    return 1;
1041 return 0;
1042 }
1043 EOF
1044 $cc $CFLAGS $LDFLAGS -o $TMPE $TMPC -lz 2> /dev/null || zlib="no"
1045 # $TMPE 2> /dev/null > /dev/null || zlib="no"
1046 # XXX: more tests needed - runtime test
1047 fi
1048 if test "$zlib" = "yes"; then
1049 extralibs="$extralibs -lz"
1050 fi
1051
1052 if test "$lzo" = "yes" -a "$gpl" = "yes"; then
1053 # check for liblzo
1054 cat > $TMPC << EOF
1055 #include <lzo1x.h>
1056 int main ( void ) {
1057 lzo_init();
1058 return 0;
1059 }
1060 EOF
1061 $cc $CFLAGS $LDFLAGS -o $TMPE $TMPC -llzo 2> /dev/null || lzo="no"
1062 else
1063 lzo="no"
1064 fi
1065 if test "$lzo" = "yes"; then
1066 extralibs="$extralibs -llzo"
1067 fi
1068
1069 # test for lrintf in math.h
1070 cat > $TMPC << EOF
1071 #define _ISOC9X_SOURCE  1
1072 #include <math.h>
1073 int main( void ) { return (lrintf(3.999f) > 0)?0:1; }
1074 EOF
1075
1076 have_lrintf="no"
1077 if $cc $CFLAGS $LDFLAGS $extralibs -o $TMPE $TMPC 2> /dev/null ; then
1078   have_lrintf="yes"
1079   # allanc@chickenandporn.com: cannot execute cross-compiled
1080   # code on the host.  Only execute if not cross-compiling.
1081   if test -z "$cross_prefix" ; then
1082     $TMPE 2> /dev/null > /dev/null || have_lrintf="no"
1083   fi
1084 fi
1085
1086 _restrict=
1087 for restrict_keyword in restrict __restrict__ __restrict; do
1088   echo "void foo(char * $restrict_keyword p);" > $TMPC
1089   if $cc -c -o $TMPO $TMPC 2> /dev/null; then
1090     _restrict=$restrict_keyword
1091     break;
1092   fi
1093 done
1094
1095 # test gcc version to see if vector builtins can be used
1096 # currently only used on i386 for MMX builtins
1097 cat > $TMPC << EOF
1098 #include <xmmintrin.h>
1099 int main(void) {
1100 #if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2)
1101 return 0;
1102 #else
1103 #error no vector builtins
1104 #endif
1105 }
1106 EOF
1107
1108 builtin_vector=no
1109 if $cc -msse -o $TMPO $TMPC 2> /dev/null ; then
1110   builtin_vector=yes
1111 fi
1112
1113 # Probe for -Wdeclaration-after-statement
1114 if test "$cc" = "gcc"; then
1115   cat > $TMPC << EOF
1116   int main( void ) { return 0; }
1117 EOF
1118
1119   if $cc -Wdeclaration-after-statement -Werror -o $TMPE $TMPC 2> /dev/null ; then
1120     CFLAGS="$CFLAGS -Wdeclaration-after-statement"
1121   fi
1122 fi
1123
1124 # dlopen/dlfcn.h probing
1125
1126 cat > $TMPC << EOF
1127 #include <dlfcn.h>
1128 int main( void ) { return (int) dlopen("foo", 0); }
1129 EOF
1130
1131 ldl=-ldl
1132
1133 if $cc $CFLAGS $LDFLAGS -o $TMPE $TMPC -ldl > /dev/null 2>&1 ; then
1134 dlfcn=yes
1135 dlopen=yes
1136 fi
1137
1138 if $cc $CFLAGS $LDFLAGS -o $TMPE $TMPC > /dev/null 2>&1 ; then
1139 dlfcn=yes
1140 dlopen=yes
1141 ldl=""
1142 fi
1143
1144 cat > $TMPC << EOF
1145 int main( void ) { return (int) dlopen("foo", 0); }
1146 EOF
1147
1148 if $cc $CFLAGS $LDFLAGS -o $TMPE $TMPC -ldl > /dev/null 2>&1  ; then
1149 dlopen=yes
1150 fi
1151
1152 if $cc $CFLAGS $LDFLAGS -o $TMPE $TMPC > /dev/null 2>&1  ; then
1153 dlopen=yes
1154 ldl=""
1155 fi
1156
1157 if test "$vhook" = "default" ; then
1158   vhook="$dlopen"
1159 fi
1160
1161 if test "$vhook" = "yes" -o "$a52bin" = "yes" -o "$faadbin" = "yes"; then
1162   extralibs="$extralibs $ldl"
1163 fi
1164
1165
1166 ##########################################
1167 # imlib check
1168
1169 cat > $TMPC << EOF
1170 #include <X11/Xlib.h>
1171 #include <Imlib2.h>
1172 int main( void ) { return (int) imlib_load_font("foo"); }
1173 EOF
1174
1175 imlib2=no
1176 if $cc $CFLAGS $LDFLAGS -o $TMPE $TMPC -lImlib2 -lm > /dev/null 2>&1  ; then
1177 imlib2=yes
1178 fi
1179
1180 ##########################################
1181 # FreeType check
1182
1183 cat > $TMPC << EOF
1184 #include <ft2build.h>
1185 int main( void ) { return (int) FT_Init_FreeType(0); }
1186 EOF
1187
1188 freetype2=no
1189 if test "x$targetos" != "xBeOS"; then
1190   if (freetype-config --version) >/dev/null 2>&1 ; then
1191     if $cc -o $TMPE $TMPC `freetype-config --cflags` `freetype-config --libs`  > /dev/null 2>&1 ; then
1192       freetype2=yes
1193     fi
1194   fi
1195 fi
1196
1197 ##########################################
1198 # SDL check
1199
1200 cat > $TMPC << EOF
1201 #include <SDL.h>
1202 #undef main /* We don't want SDL to override our main() */
1203 int main( void ) { return SDL_Init (SDL_INIT_VIDEO); }
1204 EOF
1205
1206 sdl_too_old=no
1207 sdl=no
1208 if (sdl-config --version) >/dev/null 2>&1 ; then
1209 if $cc -o $TMPE `sdl-config --cflags` $TMPC `sdl-config --libs`  > /dev/null 2>&1  ; then
1210 _sdlversion=`sdl-config --version | sed 's/[^0-9]//g'`
1211 if test "$_sdlversion" -lt 121 ; then
1212 sdl_too_old=yes
1213 else
1214 sdl=yes
1215 fi
1216 fi
1217 fi
1218
1219 ##########################################
1220 # texi2html check
1221
1222 texi2html=no
1223 if (texi2html -version) >/dev/null 2>&1; then
1224 texi2html=yes
1225 fi
1226
1227 if test "$network" = "yes" ; then
1228 ##########################################
1229 # IPv6 check
1230
1231 cat > $TMPC << EOF
1232 #include <sys/types.h>
1233 #include <sys/socket.h>
1234 #include <netinet/in.h>
1235 #include <netdb.h>
1236 int main( void ) {
1237   struct sockaddr_storage saddr;
1238   struct ipv6_mreq mreq6;
1239   getaddrinfo(0,0,0,0);
1240   getnameinfo(0,0,0,0,0,0,0);
1241   IN6_IS_ADDR_MULTICAST((const struct in6_addr *)0);
1242 }
1243 EOF
1244
1245 ipv6=no
1246 if $cc -o $TMPE $TMPC > /dev/null 2>&1  ; then
1247 ipv6=yes
1248 fi
1249 fi
1250
1251 if test "$v4l2" = "yes"; then
1252 # check for video4linux2 --- V4L2_PIX_FMT_YUV420
1253 cat > $TMPC << EOF
1254 #include <sys/time.h>
1255 #include <linux/videodev.h>
1256 int dummy = V4L2_PIX_FMT_YUV420;
1257 EOF
1258 $cc -c -o $TMPE $TMPC 2> /dev/null || v4l2="no"
1259 fi
1260
1261 case "`$cc -v 2>&1 | grep version`" in
1262     *gcc*)
1263         CFLAGS="-Wall -Wno-switch $CFLAGS"
1264         ;;
1265     *)
1266         ;;
1267 esac
1268
1269 if test "$sdl" = "no" ; then
1270    ffplay=no
1271 fi
1272
1273 if test "$debug" = "yes"; then
1274         CFLAGS="-g $CFLAGS"
1275 fi
1276
1277 if test "$optimize" = "small"; then
1278 #  CFLAGS=${CFLAGS//-O3/-Os}
1279   CFLAGS="$CFLAGS -Os"
1280 fi
1281
1282 if test "$optimize" = "yes"; then
1283     if test -n "`$cc -v 2>&1 | grep xlc`"; then
1284         CFLAGS="$CFLAGS -O5"
1285         LDFLAGS="$LDFLAGS -O5"
1286     else
1287         CFLAGS="-O3 $CFLAGS"
1288     fi
1289 fi
1290
1291 # PIC flags for shared library objects where they are needed
1292 if test "$lshared" = "yes" ; then
1293   # LIBOBJFLAGS may have already been set in the OS configuration
1294   if test -z "$LIBOBJFLAGS" ; then
1295     if test "$cpu" = "x86_64" -o "$cpu" = "ia64" -o "$cpu" = "alpha" ; then
1296       LIBOBJFLAGS="\$(PIC)"
1297     fi
1298   fi
1299 fi
1300
1301 if test x"$bindir" = x""; then
1302 bindir="${prefix}/bin"
1303 fi
1304
1305 if test x"$libdir" = x""; then
1306 libdir="${prefix}/lib"
1307 fi
1308
1309 if test x"$incdir" = x""; then
1310 incdir="${prefix}/include/ffmpeg"
1311 fi
1312
1313 if test x"$mandir" = x""; then
1314 mandir="${prefix}/man"
1315 fi
1316
1317 echo "install prefix   $prefix"
1318 echo "source path      $source_path"
1319 echo "C compiler       $cc"
1320 echo "make             $make"
1321 echo "CPU              $cpu ($tune)"
1322 if test "$BUILDSUF" != ""; then
1323 echo "build suffix     $BUILDSUF"
1324 fi
1325 echo "big-endian       $bigendian"
1326 echo "inttypes.h       $inttypes"
1327 echo "broken inttypes.h $emu_fast_int"
1328 if test $cpu = "x86" -o $cpu = "x86_64"; then
1329 echo "MMX enabled      $mmx"
1330 echo "Vector Builtins  $builtin_vector"
1331 fi
1332 if test $cpu = "armv4l"; then
1333 echo "IWMMXT enabled   $iwmmxt"
1334 fi
1335 if test $cpu = "mips"; then
1336 echo "MMI enabled      $mmi"
1337 fi
1338 if test $cpu = "powerpc"; then
1339 echo "AltiVec enabled  $altivec"
1340 fi
1341 echo "gprof enabled    $gprof"
1342 echo "zlib enabled     $zlib"
1343 echo "lzo enabled      $lzo"
1344 echo "libgsm enabled   $libgsm"
1345 echo "mp3lame enabled  $mp3lame"
1346 echo "libogg enabled   $libogg"
1347 echo "Vorbis enabled   $vorbis"
1348 echo "Theora enabled   $theora"
1349 echo "FAAD enabled     $faad"
1350 echo "faadbin enabled  $faadbin"
1351 echo "FAAC enabled     $faac"
1352 echo "XviD enabled     $xvid"
1353 echo "x264 enabled     $x264"
1354 echo "a52 support      $a52"
1355 echo "a52 dlopened     $a52bin"
1356 echo "DTS support      $dts"
1357 echo "pp support       $pp"
1358 echo "debug symbols    $debug"
1359 echo "strip symbols    $dostrip"
1360 echo "optimize         $optimize"
1361 echo "static           $lstatic"
1362 echo "shared           $lshared"
1363 echo "video hooking    $vhook"
1364 echo "SDL support      $sdl"
1365 if test $sdl_too_old = "yes"; then
1366 echo "-> Your SDL version is too old - please upgrade to have FFplay/SDL support."
1367 fi
1368
1369 if test "$vhook" = "yes" ; then
1370 echo "Imlib2 support   $imlib2"
1371 echo "FreeType support $freetype2"
1372 fi
1373 echo "Sun medialib support"  $sunmlib
1374 echo "pthreads support"      $pthreads
1375 echo "AMR-NB float support"  $amr_nb
1376 echo "AMR-NB fixed support"  $amr_nb_fixed
1377 echo "AMR-WB float support"  $amr_wb
1378 echo "AMR-WB IF2 support"    $amr_if2
1379 echo "network support      $network"
1380 if test "$network" = "yes" ; then
1381 echo "IPv6 support         $ipv6"
1382 fi
1383 if test "$gpl" = "no" ; then
1384 echo "License: LGPL"
1385 else
1386 echo "License: GPL"
1387 fi
1388
1389 echo "Creating config.mak and config.h..."
1390
1391 date >> config.log
1392 echo "   $0 $FFMPEG_CONFIGURATION" >> config.log
1393 echo "# Automatically generated by configure - do not modify!" > config.mak
1394 echo "/* Automatically generated by configure - do not modify! */" > $TMPH
1395 echo "#define FFMPEG_CONFIGURATION "'"'"$FFMPEG_CONFIGURATION"'"' >> $TMPH
1396
1397 echo "prefix=\$(DESTDIR)$prefix" >> config.mak
1398 echo "libdir=\$(DESTDIR)$libdir" >> config.mak
1399 echo "incdir=\$(DESTDIR)$incdir" >> config.mak
1400 echo "bindir=\$(DESTDIR)$bindir" >> config.mak
1401 echo "mandir=\$(DESTDIR)$mandir" >> config.mak
1402 echo "MAKE=$make" >> config.mak
1403 echo "CC=$cc" >> config.mak
1404 echo "AR=$ar" >> config.mak
1405 echo "RANLIB=$ranlib" >> config.mak
1406 if test "$dostrip" = "yes" ; then
1407 echo "STRIP=$strip" >> config.mak
1408 echo "INSTALLSTRIP=$installstrip" >> config.mak
1409 else
1410 echo "STRIP=echo ignoring strip" >> config.mak
1411 echo "INSTALLSTRIP=" >> config.mak
1412 fi
1413
1414 # SHCFLAGS is a copy of CFLAGS without -mdynamic-no-pic, used when building
1415 # shared modules on OS/X (vhook/Makefile).
1416 SHCFLAGS=$CFLAGS
1417 if test "$needmdynamicnopic" = yes; then
1418    CFLAGS="$CFLAGS -mdynamic-no-pic"
1419 fi
1420
1421 echo "OPTFLAGS=$CFLAGS" >> config.mak
1422 echo "SHCFLAGS=$SHCFLAGS">>config.mak
1423 echo "LDFLAGS=$LDFLAGS" >> config.mak
1424 echo "LDCONFIG=$LDCONFIG" >> config.mak
1425 echo "FFSLDFLAGS=$FFSLDFLAGS" >> config.mak
1426 echo "SHFLAGS=$SHFLAGS" >> config.mak
1427 echo "LIBOBJFLAGS=$LIBOBJFLAGS" >> config.mak
1428 echo "BUILD_STATIC=$lstatic" >> config.mak
1429 echo "BUILDSUF=$BUILDSUF" >> config.mak
1430 echo "LIBPREF=$LIBPREF" >> config.mak
1431 echo "LIBSUF=\${BUILDSUF}$LIBSUF" >> config.mak
1432 if test "$lstatic" = "yes" ; then
1433   echo "LIB=$LIB" >> config.mak
1434 else # Some Make complain if this variable does not exist.
1435   echo "LIB=" >> config.mak
1436 fi
1437 echo "SLIBPREF=$SLIBPREF" >> config.mak
1438 echo "SLIBSUF=\${BUILDSUF}$SLIBSUF" >> config.mak
1439 echo "EXESUF=\${BUILDSUF}$EXESUF" >> config.mak
1440 echo "TARGET_OS=$TARGET_OS" >> config.mak
1441 if test "$cpu" = "x86" ; then
1442   echo "TARGET_ARCH_X86=yes" >> config.mak
1443   echo "#define ARCH_X86 1" >> $TMPH
1444 elif test "$cpu" = "x86_64" ; then
1445   echo "TARGET_ARCH_X86_64=yes" >> config.mak
1446   echo "#define ARCH_X86_64 1" >> $TMPH
1447 elif test "$cpu" = "armv4l" ; then
1448   echo "TARGET_ARCH_ARMV4L=yes" >> config.mak
1449   echo "#define ARCH_ARMV4L 1" >> $TMPH
1450 elif test "$cpu" = "alpha" ; then
1451   echo "TARGET_ARCH_ALPHA=yes" >> config.mak
1452   echo "#define ARCH_ALPHA 1" >> $TMPH
1453 elif test "$cpu" = "sparc64" ; then
1454   echo "TARGET_ARCH_SPARC64=yes" >> config.mak
1455   echo "#define ARCH_SPARC64 1" >> $TMPH
1456   echo "TARGET_ARCH_SPARC=yes" >> config.mak
1457   echo "#define ARCH_SPARC 1" >> $TMPH
1458 elif test "$cpu" = "sparc" ; then
1459   echo "TARGET_ARCH_SPARC=yes" >> config.mak
1460   echo "#define ARCH_SPARC 1" >> $TMPH
1461 elif test "$cpu" = "powerpc" ; then
1462   echo "TARGET_ARCH_POWERPC=yes" >> config.mak
1463   echo "#define ARCH_POWERPC 1" >> $TMPH
1464   if test $POWERPCMODE = "32bits"; then
1465     echo "#define POWERPC_MODE_32BITS 1" >> $TMPH
1466   else
1467     echo "#define POWERPC_MODE_64BITS 1" >> $TMPH
1468   fi
1469   if test "$powerpc_perf" = "yes"; then
1470     echo "#define POWERPC_PERFORMANCE_REPORT 1" >> $TMPH
1471   fi
1472 elif test "$cpu" = "mips" ; then
1473   echo "TARGET_ARCH_MIPS=yes" >> config.mak
1474   echo "#define ARCH_MIPS 1" >> $TMPH
1475 elif test "$cpu" = "sh4" ; then
1476   echo "TARGET_ARCH_SH4=yes" >> config.mak
1477   echo "#define ARCH_SH4 1" >> $TMPH
1478 elif test "$cpu" = "parisc" ; then
1479   echo "TARGET_ARCH_PARISC=yes" >> config.mak
1480   echo "#define ARCH_PARISC 1" >> $TMPH
1481 elif test "$cpu" = "s390" ; then
1482   echo "TARGET_ARCH_S390=yes" >> config.mak
1483   echo "#define ARCH_S390 1" >> $TMPH
1484 elif test "$cpu" = "m68k" ; then
1485   echo "TARGET_ARCH_M68K=yes" >> config.mak
1486   echo "#define ARCH_M68K 1" >> $TMPH
1487 elif test "$cpu" = "ia64" ; then
1488   echo "TARGET_ARCH_IA64=yes" >> config.mak
1489   echo "#define ARCH_IA64 1" >> $TMPH
1490 fi
1491 echo "#define TUNECPU $TUNECPU" >> $TMPH
1492 if test "$bigendian" = "yes" ; then
1493   echo "WORDS_BIGENDIAN=yes" >> config.mak
1494   echo "#define WORDS_BIGENDIAN 1" >> $TMPH
1495 fi
1496 if test "$inttypes" != "yes" ; then
1497   echo "#define EMULATE_INTTYPES 1" >> $TMPH
1498 fi
1499 if test "$emu_fast_int" = "yes" ; then
1500   echo "#define EMULATE_FAST_INT 1" >> $TMPH
1501 fi
1502 if test "$mmx" = "yes" ; then
1503   echo "TARGET_MMX=yes" >> config.mak
1504   echo "#define HAVE_MMX 1" >> $TMPH
1505   echo "#define __CPU__ 586" >> $TMPH
1506 fi
1507 if test "$builtin_vector" = "yes" ; then
1508   echo "TARGET_BUILTIN_VECTOR=yes" >> config.mak
1509   echo "#define HAVE_BUILTIN_VECTOR 1" >> $TMPH
1510 fi
1511 if test "$iwmmxt" = "yes" ; then
1512   echo "TARGET_IWMMXT=yes" >> config.mak
1513   echo "#define HAVE_IWMMXT 1" >> $TMPH
1514 fi
1515 if test "$mmi" = "yes" ; then
1516   echo "TARGET_MMI=yes" >> config.mak
1517   echo "#define HAVE_MMI 1" >> $TMPH
1518 fi
1519 if test "$altivec" = "yes" ; then
1520   echo "TARGET_ALTIVEC=yes" >> config.mak
1521   echo "#define HAVE_ALTIVEC 1" >> $TMPH
1522   echo "// Enable the next line to use the reference C code instead of AltiVec" >> $TMPH
1523   echo "// #define ALTIVEC_USE_REFERENCE_C_CODE 1" >> $TMPH
1524   if test "$_altivec_h" = "yes" ; then
1525     echo "#define HAVE_ALTIVEC_H 1" >> $TMPH
1526   else
1527     echo "#undef HAVE_ALTIVEC_H" >> $TMPH
1528   fi
1529 fi
1530 if test "$gprof" = "yes" ; then
1531   echo "TARGET_GPROF=yes" >> config.mak
1532   echo "#define HAVE_GPROF 1" >> $TMPH
1533 fi
1534 if test "$localtime_r" = "yes" ; then
1535   echo "#define HAVE_LOCALTIME_R 1" >> $TMPH
1536 fi
1537 if test "$imlib2" = "yes" ; then
1538   echo "HAVE_IMLIB2=yes" >> config.mak
1539 fi
1540 if test "$freetype2" = "yes" ; then
1541   echo "HAVE_FREETYPE2=yes" >> config.mak
1542 fi
1543 if test "$sunmlib" = "yes" ; then
1544   echo "HAVE_MLIB=yes" >> config.mak
1545   echo "#define HAVE_MLIB 1" >> $TMPH
1546   extralibs="$extralibs -lmlib"
1547 fi
1548 if test "$pthreads" = "yes" ; then
1549   echo "HAVE_PTHREADS=yes" >> config.mak
1550   echo "#define HAVE_PTHREADS 1" >> $TMPH
1551   echo "#define HAVE_THREADS 1" >> $TMPH
1552   if test $targetos != FreeBSD -a $targetos != OpenBSD ; then
1553      extralibs="$extralibs -lpthread"
1554   fi
1555 fi
1556 if test "$sdl" = "yes" ; then
1557   echo "CONFIG_SDL=yes" >> config.mak
1558   echo "SDL_LIBS=`sdl-config --libs`" >> config.mak
1559   echo "SDL_CFLAGS=`sdl-config --cflags`" >> config.mak
1560 fi
1561 if test "$texi2html" = "yes"; then
1562   echo "BUILD_DOC=yes" >> config.mak
1563 fi
1564 if test "$have_lrintf" = "yes" ; then
1565   echo "#define HAVE_LRINTF 1" >> $TMPH
1566 fi
1567 if test "$vhook" = "yes" ; then
1568   echo "BUILD_VHOOK=yes" >> config.mak
1569   echo "#define HAVE_VHOOK 1" >> $TMPH
1570 fi
1571
1572 pp_version=`grep '#define LIBPOSTPROC_VERSION ' "$source_path/libavcodec/libpostproc/postprocess.h" | sed 's/[^0-9\.]//g'`
1573 lavc_version=`grep '#define LIBAVCODEC_VERSION ' "$source_path/libavcodec/avcodec.h" | sed 's/[^0-9\.]//g'`
1574 lavf_version=`grep '#define LIBAVFORMAT_VERSION ' "$source_path/libavformat/avformat.h" | sed 's/[^0-9\.]//g'`
1575 lavu_version=`grep '#define LIBAVUTIL_VERSION ' "$source_path/libavutil/avutil.h" | sed 's/[^0-9\.]//g'`
1576
1577
1578
1579 if test "$lshared" = "yes" ; then
1580   echo "#define BUILD_SHARED_AV 1" >> $TMPH
1581   echo "BUILD_SHARED=yes" >> config.mak
1582   echo "PIC=-fPIC -DPIC" >> config.mak
1583   echo "SPPMAJOR=${lavc_version%%.*}" >> config.mak
1584   echo "SPPVERSION=$lavc_version" >> config.mak
1585   echo "LAVCMAJOR=${lavc_version%%.*}" >> config.mak
1586   echo "LAVCVERSION=$lavc_version" >> config.mak
1587   echo "LAVFMAJOR=${lavf_version%%.*}" >> config.mak
1588   echo "LAVFVERSION=$lavf_version" >> config.mak
1589   echo "LAVUMAJOR=${lavu_version%%.*}" >> config.mak
1590   echo "LAVUVERSION=$lavu_version" >> config.mak
1591   echo "SLIBNAME=${SLIBNAME}" >> config.mak
1592   echo "SLIBNAME_WITH_VERSION=${SLIBNAME_WITH_VERSION}" >> config.mak
1593   echo "SLIBNAME_WITH_MAJOR=${SLIBNAME_WITH_MAJOR}" >> config.mak
1594 fi
1595 echo "EXTRALIBS=$extralibs" >> config.mak
1596 version=`grep '#define FFMPEG_VERSION ' "$source_path/libavcodec/avcodec.h" |
1597  cut -d '"' -f 2`
1598 echo "VERSION=$version" >>config.mak
1599 # If you do not want to use encoders, disable them.
1600 echo "#define CONFIG_ENCODERS 1" >> $TMPH
1601 echo "CONFIG_ENCODERS=yes" >> config.mak
1602
1603 # If you do not want to use decoders, disable them.
1604 echo "#define CONFIG_DECODERS 1" >> $TMPH
1605 echo "CONFIG_DECODERS=yes" >> config.mak
1606
1607 # muxers
1608 if test "$muxers" = "yes" ; then
1609   echo "#define CONFIG_MUXERS 1" >> $TMPH
1610   echo "CONFIG_MUXERS=yes" >> config.mak
1611 fi
1612
1613 # demuxers
1614 if test "$demuxers" = "yes" ; then
1615   echo "#define CONFIG_DEMUXERS 1" >> $TMPH
1616   echo "CONFIG_DEMUXERS=yes" >> config.mak
1617 fi
1618
1619 # AC3
1620 if test "$a52" = "yes" ; then
1621   echo "#define CONFIG_AC3 1" >> $TMPH
1622   echo "CONFIG_AC3=yes" >> config.mak
1623
1624   if test "$a52bin" = "yes" ; then
1625     echo "#define CONFIG_A52BIN 1" >> $TMPH
1626     echo "CONFIG_A52BIN=yes" >> config.mak
1627   fi
1628 fi
1629
1630 # DTS
1631 if test "$dts" = "yes" ; then
1632   echo "#define CONFIG_DTS 1" >> $TMPH
1633   echo "CONFIG_DTS=yes" >> config.mak
1634 fi
1635
1636 # PP
1637 if test "$pp" = "yes" ; then
1638   echo "#define CONFIG_PP 1" >> $TMPH
1639   echo "CONFIG_PP=yes" >> config.mak
1640 fi
1641
1642 # MPEG audio high precision mode
1643 if test "$mpegaudio_hp" = "yes" ; then
1644   echo "#define CONFIG_MPEGAUDIO_HP 1" >> $TMPH
1645 fi
1646
1647 if test "$v4l" = "yes" ; then
1648   echo "#define CONFIG_VIDEO4LINUX 1" >> $TMPH
1649   echo "CONFIG_VIDEO4LINUX=yes" >> config.mak
1650 fi
1651
1652 if test "$v4l2" = "yes" ; then
1653   echo "#define CONFIG_VIDEO4LINUX2 1" >> $TMPH
1654   echo "CONFIG_VIDEO4LINUX2=yes" >> config.mak
1655 fi
1656
1657 if test "$bktr" = "yes" ; then
1658   echo "#define CONFIG_BKTR 1" >> $TMPH
1659   echo "CONFIG_BKTR=yes" >> config.mak
1660 fi
1661
1662 if test "$dv1394" = "yes" ; then
1663   echo "#define CONFIG_DV1394 1" >> $TMPH
1664   echo "CONFIG_DV1394=yes" >> config.mak
1665 fi
1666
1667 if test "$dc1394" = "yes" ; then
1668   echo "#define CONFIG_DC1394 1" >> $TMPH
1669   echo "CONFIG_DC1394=yes" >> config.mak
1670 fi
1671
1672 if test "$dlopen" = "yes" ; then
1673   echo "#define CONFIG_HAVE_DLOPEN 1" >> $TMPH
1674 fi
1675
1676 if test "$dlfcn" = "yes" ; then
1677   echo "#define CONFIG_HAVE_DLFCN 1" >> $TMPH
1678 fi
1679
1680 if test "$audio_oss" = "yes" ; then
1681   echo "#define CONFIG_AUDIO_OSS 1" >> $TMPH
1682   echo "CONFIG_AUDIO_OSS=yes" >> config.mak
1683 fi
1684
1685 if test "$audio_beos" = "yes" ; then
1686   echo "#define CONFIG_AUDIO_BEOS 1" >> $TMPH
1687   echo "CONFIG_AUDIO_BEOS=yes" >> config.mak
1688 fi
1689
1690 if test "$network" = "yes" ; then
1691   echo "#define CONFIG_NETWORK 1" >> $TMPH
1692   echo "CONFIG_NETWORK=yes" >> config.mak
1693 fi
1694
1695 if test "$ipv6" = "yes" ; then
1696   echo "#define CONFIG_IPV6 1" >> $TMPH
1697 fi
1698
1699 if test "$zlib" = "yes" ; then
1700   echo "#define CONFIG_ZLIB 1" >> $TMPH
1701   echo "CONFIG_ZLIB=yes" >> config.mak
1702 fi
1703
1704 if test "$lzo" = "yes" ; then
1705   echo "#define CONFIG_LZO 1" >> $TMPH
1706   echo "CONFIG_LZO=yes" >> config.mak
1707 fi
1708
1709 if test "$libgsm" = "yes" ; then
1710   echo "#define CONFIG_LIBGSM 1" >> $TMPH
1711   echo "CONFIG_LIBGSM=yes" >> config.mak
1712 fi
1713
1714 if test "$mp3lame" = "yes" ; then
1715   echo "#define CONFIG_MP3LAME 1" >> $TMPH
1716   echo "CONFIG_MP3LAME=yes" >> config.mak
1717 fi
1718
1719 if test "$libogg" = "yes" ; then
1720   echo "#define CONFIG_LIBOGG 1" >> $TMPH
1721   echo "CONFIG_LIBOGG=yes" >> config.mak
1722 fi
1723
1724 if test "$vorbis" = "yes" ; then
1725   echo "#define CONFIG_LIBVORBIS 1" >> $TMPH
1726   echo "CONFIG_LIBVORBIS=yes" >> config.mak
1727 fi
1728
1729 if test "$theora" = "yes" ; then
1730   echo "#define CONFIG_LIBTHEORA 1" >> $TMPH
1731   echo "CONFIG_LIBTHEORA=yes" >> config.mak
1732 fi
1733
1734 if test "$faad" = "yes" ; then
1735   echo "#define CONFIG_FAAD 1" >> $TMPH
1736   echo "CONFIG_FAAD=yes" >> config.mak
1737 fi
1738
1739 if test "$faadbin" = "yes" ; then
1740   echo "#define CONFIG_FAADBIN 1" >> $TMPH
1741   echo "CONFIG_FAADBIN=yes" >> config.mak
1742 fi
1743
1744 if test "$faac" = "yes" ; then
1745   echo "#define CONFIG_FAAC 1" >> $TMPH
1746   echo "CONFIG_FAAC=yes" >> config.mak
1747 fi
1748
1749 if test "$xvid" = "yes" ; then
1750   echo "#define CONFIG_XVID 1" >> $TMPH
1751   echo "CONFIG_XVID=yes" >> config.mak
1752 fi
1753
1754 if test "$x264" = "yes" ; then
1755   echo "#define CONFIG_X264 1" >> $TMPH
1756   echo "CONFIG_X264=yes" >> config.mak
1757 fi
1758
1759 if test "$mingw32" = "yes" ; then
1760   echo "#define CONFIG_WIN32 1" >> $TMPH
1761   echo "CONFIG_WIN32=yes" >> config.mak
1762   echo "HAVE_W32THREADS=yes" >> config.mak
1763   echo "#define HAVE_W32THREADS 1" >> $TMPH
1764   echo "#define HAVE_THREADS 1" >> $TMPH
1765   echo "#ifndef __MINGW32__" >> $TMPH
1766   echo "#define __MINGW32__ 1" >> $TMPH
1767   echo "#endif" >> $TMPH
1768 fi
1769
1770 if test "$mingwce" = "yes" ; then
1771   echo "#define CONFIG_WIN32 1" >> $TMPH
1772   echo "CONFIG_WIN32=yes" >> config.mak
1773   echo "#define CONFIG_WINCE 1" >> $TMPH
1774   echo "CONFIG_WINCE=yes" >> config.mak
1775   echo "#ifndef __MINGW32__" >> $TMPH
1776   echo "#define __MINGW32__ 1" >> $TMPH
1777   echo "#endif" >> $TMPH
1778 fi
1779
1780 if test "$os2" = "yes" ; then
1781   echo "#define CONFIG_OS2 1" >> $TMPH
1782   echo "CONFIG_OS2=yes" >> config.mak
1783   echo "HAVE_OS2THREADS=yes" >> config.mak
1784   echo "#define HAVE_OS2THREADS 1" >> $TMPH
1785   echo "#define HAVE_THREADS 1" >> $TMPH
1786 fi
1787
1788 if test "$TARGET_OS" = "SunOS" ; then
1789   echo "#define CONFIG_SUNOS 1" >> $TMPH
1790 fi
1791
1792 if test "$TARGET_OS" = "BeOS" ; then
1793   echo "HAVE_BEOSTHREADS=yes" >> config.mak
1794   echo "#define HAVE_BEOSTHREADS 1" >> $TMPH
1795   echo "#define HAVE_THREADS 1" >> $TMPH
1796 fi
1797
1798 if test "$darwin" = "yes"; then
1799   echo "#define CONFIG_DARWIN 1"  >> $TMPH
1800   echo "CONFIG_DARWIN=yes" >> config.mak
1801 fi
1802
1803 if test "$_malloc_h" = "yes" ; then
1804   echo "#define HAVE_MALLOC_H 1" >> $TMPH
1805 else
1806   echo "#undef  HAVE_MALLOC_H" >> $TMPH
1807 fi
1808
1809 if test "$_memalign" = "yes" ; then
1810   echo "#define HAVE_MEMALIGN 1" >> $TMPH
1811 else
1812   echo "#undef  HAVE_MEMALIGN" >> $TMPH
1813 fi
1814
1815 if test "$memalignhack" = "yes" ; then
1816   echo "#define MEMALIGN_HACK 1" >> $TMPH
1817 fi
1818
1819
1820 if test "$netserver" = "yes" ; then
1821   echo "#define CONFIG_BEOS_NETSERVER 1" >> $TMPH
1822   echo "CONFIG_BEOS_NETSERVER=yes" >> config.mak
1823 fi
1824
1825 if test "$need_inet_aton" = "yes" ; then
1826   echo "NEED_INET_ATON=yes" >> config.mak
1827 fi
1828
1829 if test "$simpleidct" = "yes" ; then
1830   echo "#define SIMPLE_IDCT 1" >> $TMPH
1831 fi
1832
1833 if test "$protocols" = "yes" ; then
1834   echo "#define CONFIG_PROTOCOLS 1" >> $TMPH
1835   echo "CONFIG_PROTOCOLS=yes" >> config.mak
1836 fi
1837
1838 if test "$ffserver" = "yes" ; then
1839   echo "#define CONFIG_FFSERVER 1" >> $TMPH
1840   echo "CONFIG_FFSERVER=yes" >> config.mak
1841 fi
1842
1843 if test "$ffplay" = "yes" ; then
1844   echo "CONFIG_FFPLAY=yes" >> config.mak
1845 fi
1846
1847 if test "$gpl" = "yes" ; then
1848   echo "#define CONFIG_GPL 1" >> $TMPH
1849   echo "CONFIG_GPL=yes" >> config.mak
1850 fi
1851
1852 echo "#define restrict $_restrict" >> $TMPH
1853
1854 if test "$optimize" = "small"; then
1855   echo "#define always_inline"  >> $TMPH
1856 fi
1857
1858 # build tree in object directory if source path is different from current one
1859 if test "$source_path_used" = "yes" ; then
1860     DIRS="\
1861          doc \
1862          libavformat \
1863          libavcodec \
1864          libavcodec/alpha \
1865          libavcodec/armv4l \
1866          libavcodec/i386 \
1867          libavcodec/sparc \
1868          libavcodec/mlib \
1869          libavcodec/ppc \
1870          libavcodec/liba52 \
1871          libavcodec/libpostproc \
1872          libavutil \
1873          tests \
1874          vhook \
1875          "
1876     FILES="\
1877           Makefile \
1878           libavformat/Makefile \
1879           libavcodec/Makefile \
1880           libavcodec/libpostproc/Makefile \
1881           libavutil/Makefile \
1882           tests/Makefile \
1883           vhook/Makefile \
1884           doc/Makefile \
1885           doc/texi2pod.pl \
1886           "
1887     for dir in $DIRS ; do
1888             mkdir -p $dir
1889     done
1890     for f in $FILES ; do
1891         ln -sf "$source_path/$f" $f
1892     done
1893 fi
1894 echo "SRC_PATH=$source_path" >> config.mak
1895 echo "BUILD_ROOT=$PWD" >> config.mak
1896
1897 if test "$amr_wb" = "yes" ; then
1898   echo "#define AMR_WB 1" >> $TMPH
1899   echo "AMR_WB=yes" >> config.mak
1900   echo
1901   echo "AMR WB FLOAT NOTICE ! Make sure you have downloaded TS26.204"
1902   echo "V5.1.0 from "
1903   echo "http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-510.zip"
1904   echo "and extracted the source to libavcodec/amrwb_float"
1905   echo
1906 fi
1907
1908 if test "$amr_nb" = "yes" ; then
1909   echo "#define AMR_NB 1" >> $TMPH
1910   echo "AMR_NB=yes" >> config.mak
1911   echo
1912 if test "$amr_nb_fixed" = "yes" ; then
1913   echo "AMR_NB_FIXED=yes" >> config.mak
1914   echo "#define AMR_NB_FIXED 1" >> $TMPH
1915   echo "AMR NB FIXED POINT NOTICE! Make sure you have downloaded TS26.073 "
1916   echo "REL-5 version 5.1.0 from "
1917   echo "http://www.3gpp.org/ftp/Specs/latest/Rel-5/26_series/26073-5??.zip"
1918   echo "and extracted src to libavcodec/amr"
1919   echo "You must also add -DMMS_IO and remove -pedantic-errors to/from CFLAGS in libavcodec/amr/makefile."
1920   echo "i.e. CFLAGS = -Wall -I. \$(CFLAGS_\$(MODE)) -D\$(VAD) -DMMS_IO"
1921   echo
1922 else
1923   echo "AMR NB FLOAT NOTICE ! Make sure you have downloaded TS26.104"
1924   echo "REL-5 V5.1.0 from "
1925   echo "http://www.3gpp.org/ftp/Specs/latest/Rel-5/26_series/26104-5??.zip"
1926   echo "and extracted the source to libavcodec/amr_float"
1927   echo "and if u try this on an alpha, u may need to change Word32 to int in amr/typedef.h"
1928   echo
1929 fi
1930
1931 if test "$amr_if2" = "yes" ; then
1932   echo "AMR_CFLAGS=-DIF2=1" >> config.mak
1933 fi
1934
1935 fi
1936
1937 for codec in $CODEC_LIST ; do
1938     echo "#define CONFIG_`echo $codec | tr a-z A-Z` 1" >> $TMPH
1939     echo "CONFIG_`echo $codec | tr a-z A-Z`=yes" >> config.mak
1940 done
1941
1942 # Do not overwrite config.h if unchanged to avoid superfluous rebuilds.
1943 diff $TMPH config.h >/dev/null 2>&1
1944 if test $? -ne 0 ; then
1945         mv -f $TMPH config.h
1946 else
1947         echo "config.h is unchanged"
1948 fi
1949
1950 rm -f $TMPO $TMPC $TMPE $TMPS $TMPH
1951
1952
1953 # build pkg-config files libav*.pc and libpostproc.pc
1954 # libavutil.pc
1955 cat <<EOF >libavutil.pc
1956 prefix=$prefix
1957 exec_prefix=\${prefix}
1958 libdir=\${exec_prefix}/lib
1959 includedir=\${prefix}/include
1960
1961 Name: libavutil
1962 Description: FFmpeg utility library
1963 Version: $lavu_version
1964 Requires:
1965 Conflicts:
1966 Libs: -L\${libdir} -lavutil
1967 Cflags: -I\${includedir} -I\${includedir}/ffmpeg
1968 EOF
1969
1970 cat <<EOF >libavutil-uninstalled.pc
1971 prefix=
1972 exec_prefix=
1973 libdir=\${pcfiledir}/libavutil
1974 includedir=\${pcfiledir}/libavutil
1975
1976 Name: libavutil
1977 Description: FFmpeg utility library
1978 Version: $lavu_version
1979 Requires:
1980 Conflicts:
1981 Libs: \${libdir}/${LIBPREF}avutil${LIBSUF}
1982 Cflags: -I\${includedir}
1983 EOF
1984
1985 # libavcodec.pc
1986 cat <<EOF >libavcodec.pc
1987 prefix=$prefix
1988 exec_prefix=\${prefix}
1989 libdir=\${exec_prefix}/lib
1990 includedir=\${prefix}/include
1991
1992 Name: libavcodec
1993 Description: FFmpeg codec library
1994 Version: $lavc_version
1995 Requires: $pkg_requires libavutil = $lavu_version
1996 Conflicts:
1997 Libs: -L\${libdir} -lavcodec $extralibs
1998 Cflags: -I\${includedir} -I\${includedir}/ffmpeg
1999 EOF
2000
2001 cat <<EOF >libavcodec-uninstalled.pc
2002 prefix=
2003 exec_prefix=
2004 libdir=\${pcfiledir}/libavcodec
2005 includedir=\${pcfiledir}/libavcodec
2006
2007 Name: libavcodec
2008 Description: FFmpeg codec library
2009 Version: $lavc_version
2010 Requires: $pkg_requires libavutil = $lavu_version
2011 Conflicts:
2012 Libs: \${libdir}/${LIBPREF}avcodec${LIBSUF} $extralibs
2013 Cflags: -I\${includedir}
2014 EOF
2015
2016 # libavformat.pc
2017 cat <<EOF >libavformat.pc
2018 prefix=$prefix
2019 exec_prefix=\${prefix}
2020 libdir=\${exec_prefix}/lib
2021 includedir=\${prefix}/include
2022
2023 Name: libavformat
2024 Description: FFmpeg container format library
2025 Version: $lavf_version
2026 Requires: $pkg_requires libavcodec = $lavc_version
2027 Conflicts:
2028 Libs: -L\${libdir} -lavformat $extralibs
2029 Cflags: -I\${includedir} -I\${includedir}/ffmpeg
2030 EOF
2031
2032 cat <<EOF >libavformat-uninstalled.pc
2033 prefix=
2034 exec_prefix=
2035 libdir=\${pcfiledir}/libavformat
2036 includedir=\${pcfiledir}/libavformat
2037
2038 Name: libavformat
2039 Description: FFmpeg container format library
2040 Version: $lavf_version
2041 Requires: $pkg_requires libavcodec = $lavc_version
2042 Conflicts:
2043 Libs: \${libdir}/${LIBPREF}avformat${LIBSUF} $extralibs
2044 Cflags: -I\${includedir}
2045 EOF
2046
2047
2048 # libpostproc.pc
2049 cat <<EOF >libpostproc.pc
2050 prefix=$prefix
2051 exec_prefix=\${prefix}
2052 libdir=\${exec_prefix}/lib
2053 includedir=\${prefix}/include
2054
2055 Name: libpostproc
2056 Description: FFmpeg post processing library
2057 Version: $lavc_version
2058 Requires:
2059 Conflicts:
2060 Libs: -L\${libdir} -lpostproc
2061 Cflags: -I\${includedir} -I\${includedir}/postproc
2062 EOF
2063
2064 cat <<EOF >libpostproc-uninstalled.pc
2065 prefix=
2066 exec_prefix=
2067 libdir=\${pcfiledir}/libavcodec/libpostproc
2068 includedir=\${pcfiledir}/libavcodec/libpostproc
2069
2070 Name: libpostproc
2071 Description: FFmpeg post processing library
2072 Version: $lavc_version
2073 Requires:
2074 Conflicts:
2075 Libs: \${libdir}/${LIBPREF}postproc${LIBSUF}
2076 Cflags: -I\${includedir}
2077 EOF