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