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