Commit | Line | Data |
---|---|---|
aeb29222 | 1 | #!/bin/sh |
0f3cb305 | 2 | # |
f57620d5 MR |
3 | # FFmpeg configure script |
4 | # | |
5 | # Copyright (c) 2000, 2001, 2002 Fabrice Bellard | |
6 | # Copyright (c) 2005-2006 Diego Biurrun | |
7 | # Copyright (c) 2005-2006 Mans Rullgard | |
0f3cb305 | 8 | # |
cf9d24ad | 9 | |
cde2d79a | 10 | # make sure we are running under a compatible shell |
c21d6325 MR |
11 | # try to make this part work with most shells |
12 | ||
13 | try_exec(){ | |
0dbe81bb | 14 | echo "Trying shell $1" |
c21d6325 MR |
15 | type "$1" >/dev/null 2>&1 && exec "$@" |
16 | } | |
17 | ||
5237ce67 | 18 | unset foo |
0dbe81bb MR |
19 | (: ${foo%%bar}) 2>/dev/null |
20 | E1="$?" | |
21 | ||
22 | (: ${foo?}) 2>/dev/null | |
23 | E2="$?" | |
24 | ||
25 | if test "$E1" != 0 || test "$E2" = 0; then | |
26 | echo "Broken shell detected. Trying alternatives." | |
c21d6325 MR |
27 | export FF_CONF_EXEC |
28 | if test "0$FF_CONF_EXEC" -lt 1; then | |
29 | FF_CONF_EXEC=1 | |
30 | try_exec bash "$0" "$@" | |
31 | fi | |
32 | if test "0$FF_CONF_EXEC" -lt 2; then | |
33 | FF_CONF_EXEC=2 | |
34 | try_exec ksh "$0" "$@" | |
35 | fi | |
36 | if test "0$FF_CONF_EXEC" -lt 3; then | |
37 | FF_CONF_EXEC=3 | |
38 | try_exec /usr/xpg4/bin/sh "$0" "$@" | |
cde2d79a MR |
39 | fi |
40 | echo "No compatible shell script interpreter found." | |
fc53da20 | 41 | echo "This configure script requires a POSIX-compatible shell" |
c21d6325 | 42 | echo "such as bash or ksh." |
505dfb09 DB |
43 | echo "THIS IS NOT A BUG IN FFMPEG, DO NOT REPORT IT AS SUCH." |
44 | echo "Instead, install a working POSIX-compatible shell." | |
45 | echo "Disabling this configure test will create a broken FFmpeg." | |
c21d6325 MR |
46 | if test "$BASH_VERSION" = '2.04.0(1)-release'; then |
47 | echo "This bash version ($BASH_VERSION) is broken on your platform." | |
48 | echo "Upgrade to a later version if available." | |
49 | fi | |
cde2d79a MR |
50 | exit 1 |
51 | fi | |
52 | ||
74c53c2d MR |
53 | show_help(){ |
54 | echo "Usage: configure [options]" | |
55 | echo "Options: [defaults in brackets after descriptions]" | |
56 | echo | |
57 | echo "Standard options:" | |
58 | echo " --help print this message" | |
2ba042a7 | 59 | echo " --log[=FILE|yes|no] log tests and output to FILE [config.err]" |
2266e085 | 60 | echo " --prefix=PREFIX install in PREFIX [$PREFIX]" |
74c53c2d | 61 | echo " --libdir=DIR install libs in DIR [PREFIX/lib]" |
84c22efd | 62 | echo " --shlibdir=DIR install shared libs in DIR [PREFIX/lib]" |
74c53c2d | 63 | echo " --incdir=DIR install includes in DIR [PREFIX/include/ffmpeg]" |
4ca5ece5 | 64 | echo " --mandir=DIR install man page in DIR [PREFIX/share/man]" |
74c53c2d MR |
65 | echo " --enable-static build static libraries [default=yes]" |
66 | echo " --disable-static do not build static libraries [default=no]" | |
67 | echo " --enable-shared build shared libraries [default=no]" | |
68 | echo " --disable-shared do not build shared libraries [default=yes]" | |
0a622b98 MR |
69 | echo " --enable-gpl allow use of GPL code, the resulting libav*" |
70 | echo " and ffmpeg will be under GPL [default=no]" | |
dc922953 DB |
71 | echo " --enable-pp enable GPLed postprocessing support [default=no]" |
72 | echo " --enable-swscaler software scaler support [default=no]" | |
e5f94c2b | 73 | echo " --enable-beosthreads use BeOS threads [default=no]" |
74c53c2d | 74 | echo " --enable-pthreads use pthreads [default=no]" |
eb113804 | 75 | echo " --enable-w32threads use Win32 threads [default=no]" |
56a059ac | 76 | echo " --enable-x11grab enable X11 grabbing [default=no]" |
0a622b98 MR |
77 | echo |
78 | echo "External library support:" | |
79 | echo " --enable-sunmlib use Sun medialib [default=no]" | |
e2745046 MR |
80 | echo " --enable-liba52 enable GPLed liba52 support [default=no]" |
81 | echo " --enable-liba52bin open liba52.so.0 at runtime [default=no]" | |
8ac17293 | 82 | echo " --enable-avisynth allow reading AVISynth script files [default=no]" |
f5a756ef DB |
83 | echo " --enable-libamr-nb enable libamr-nb floating point audio codec" |
84 | echo " --enable-libamr-wb enable libamr-wb floating point audio codec" | |
f7b8bffe RP |
85 | echo " --enable-libdc1394 enable IIDC-1394 grabbing using libdc1394" |
86 | echo " and libraw1394 [default=no]" | |
e2745046 MR |
87 | echo " --enable-libfaac enable FAAC support via libfaac [default=no]" |
88 | echo " --enable-libfaad enable FAAD support via libfaad [default=no]" | |
06f32b26 | 89 | echo " --enable-libfaadbin open libfaad.so.0 at runtime [default=no]" |
dc922953 | 90 | echo " --enable-libgsm enable GSM support via libgsm [default=no]" |
e2745046 | 91 | echo " --enable-libmp3lame enable MP3 encoding via libmp3lame [default=no]" |
31235134 DB |
92 | echo " --enable-libnut enable NUT (de)muxing via libnut," |
93 | echo " native demuxer exists [default=no]" | |
ba5fd8c5 | 94 | echo " --enable-libogg enable Ogg muxing via libogg [default=no]" |
71757822 | 95 | echo " --enable-libtheora enable Theora encoding via libtheora [default=no]" |
e2745046 | 96 | echo " --enable-libvorbis enable Vorbis en/decoding via libvorbis," |
31235134 | 97 | echo " native implementations exist [default=no]" |
1cc60c47 DB |
98 | echo " --enable-libx264 enable H.264 encoding via x264 [default=no]" |
99 | echo " --enable-libxvid enable Xvid encoding via xvidcore," | |
31235134 | 100 | echo " native MPEG-4/Xvid encoder exists [default=no]" |
74c53c2d MR |
101 | echo "" |
102 | echo "Advanced options (experts only):" | |
103 | echo " --source-path=PATH path to source code [$source_path]" | |
104 | echo " --cross-prefix=PREFIX use PREFIX for compilation tools [$cross_prefix]" | |
fac252f9 | 105 | echo " --cross-compile assume a cross-compiler is used" |
abcd6d60 | 106 | echo " --target-os=OS compiler targets OS [$targetos]" |
74c53c2d MR |
107 | echo " --cc=CC use C compiler CC [$cc]" |
108 | echo " --make=MAKE use specified make [$make]" | |
109 | echo " --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS]" | |
110 | echo " --extra-ldflags=ELDFLAGS add ELDFLAGS to LDFLAGS [$LDFLAGS]" | |
111 | echo " --extra-libs=ELIBS add ELIBS [$ELIBS]" | |
112 | echo " --build-suffix=SUFFIX suffix for application specific build []" | |
cc6a90dd | 113 | echo " --arch=ARCH select architecture [$arch]" |
7c758d33 DB |
114 | echo " --cpu=CPU selects the minimum cpu required (affects" |
115 | echo " instruction selection, may crash on older CPUs)" | |
2b4c3615 | 116 | echo " --enable-powerpc-perf enable performance report on PPC" |
74c53c2d MR |
117 | echo " (requires enabling PMC)" |
118 | echo " --disable-mmx disable MMX usage" | |
1839e854 | 119 | echo " --disable-armv5te disable armv5te usage" |
edab3048 | 120 | echo " --disable-armv6 disable armv6 usage" |
74c53c2d MR |
121 | echo " --disable-iwmmxt disable iwmmxt usage" |
122 | echo " --disable-altivec disable AltiVec usage" | |
74c53c2d | 123 | echo " --disable-network disable network support [default=no]" |
0c7bb0e5 | 124 | echo " --disable-ipv6 disable ipv6 support [default=no]" |
74c53c2d | 125 | echo " --disable-zlib disable zlib [default=no]" |
74c53c2d | 126 | echo " --disable-vhook disable video hooking support" |
74c53c2d | 127 | echo " --disable-debug disable debugging symbols" |
74c53c2d MR |
128 | echo " --disable-mpegaudio-hp faster (but less accurate)" |
129 | echo " MPEG audio decoding [default=no]" | |
cde9e780 | 130 | echo " --enable-gray enable full grayscale support (slower color)" |
786b30af | 131 | echo " --disable-ffmpeg disable ffmpeg build" |
74c53c2d MR |
132 | echo " --disable-ffserver disable ffserver build" |
133 | echo " --disable-ffplay disable ffplay build" | |
134 | echo " --enable-small optimize for size instead of speed" | |
135 | echo " --enable-memalign-hack emulate memalign, interferes with memory debuggers" | |
74c53c2d MR |
136 | echo " --disable-encoder=NAME disables encoder NAME" |
137 | echo " --enable-encoder=NAME enables encoder NAME" | |
138 | echo " --disable-decoder=NAME disables decoder NAME" | |
139 | echo " --enable-decoder=NAME enables decoder NAME" | |
140 | echo " --disable-encoders disables all encoders" | |
141 | echo " --disable-decoders disables all decoders" | |
ff70e601 MR |
142 | echo " --disable-muxer=NAME disables muxer NAME" |
143 | echo " --enable-muxer=NAME enables muxer NAME" | |
74c53c2d | 144 | echo " --disable-muxers disables all muxers" |
ff70e601 MR |
145 | echo " --disable-demuxer=NAME disables demuxer NAME" |
146 | echo " --enable-demuxer=NAME enables demuxer NAME" | |
74c53c2d | 147 | echo " --disable-demuxers disables all demuxers" |
af9e7d18 MR |
148 | echo " --enable-parser=NAME enables parser NAME" |
149 | echo " --disable-parser=NAME disables parser NAME" | |
150 | echo " --disable-parsers disables all parsers" | |
cd61e407 JM |
151 | echo " --enable-bsf=NAME enables bitstream filter NAME" |
152 | echo " --disable-bsf=NAME disables bitstream filter NAME" | |
153 | echo " --disable-bsfs disables all bitstream filters" | |
c08fb000 AB |
154 | echo " --enable-protocol=NAME enables protocol NAME" |
155 | echo " --disable-protocol=NAME disables protocol NAME" | |
156 | echo " --disable-protocols disables all protocols" | |
794f8e97 PI |
157 | echo " --list-decoders show all available decoders" |
158 | echo " --list-encoders show all available encoders" | |
159 | echo " --list-muxers show all available muxers" | |
160 | echo " --list-demuxers show all available demuxers" | |
161 | echo " --list-parsers show all available parsers" | |
162 | echo " --list-protocols show all available protocols" | |
163 | echo " --list-bsfs show all available bitstream filters" | |
0a622b98 MR |
164 | echo |
165 | echo "Developer options (useful when working on FFmpeg itself):" | |
166 | echo " --enable-gprof enable profiling with gprof [$gprof]" | |
167 | echo " --disable-opts disable compiler optimizations" | |
168 | echo " --enable-extra-warnings enable more compiler warnings" | |
169 | echo " --disable-strip disable stripping of executables and shared libraries" | |
74c53c2d MR |
170 | echo "" |
171 | echo "NOTE: Object files are built at the place where configure is launched." | |
172 | exit 1 | |
173 | } | |
cf9d24ad | 174 | |
57bd82d4 MR |
175 | log(){ |
176 | echo "$@" >>$logfile | |
177 | } | |
178 | ||
720c69da | 179 | log_file(){ |
c8e9f801 MR |
180 | log BEGIN $1 |
181 | cat -n $1 >>$logfile | |
182 | log END $1 | |
183 | } | |
184 | ||
2ba042a7 | 185 | echolog(){ |
c8e9f801 | 186 | log "$@" |
57bd82d4 | 187 | echo "$@" |
2ba042a7 MR |
188 | } |
189 | ||
190 | die(){ | |
191 | echolog "$@" | |
192 | cat <<EOF | |
193 | If you think configure made a mistake, make sure you are using the latest | |
194 | version from SVN. If the latest version fails, report the problem to the | |
195 | ffmpeg-devel@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net. | |
196 | EOF | |
720c69da | 197 | if enabled logging; then |
2ba042a7 MR |
198 | cat <<EOF |
199 | Include the log file "$logfile" produced by configure as this will help | |
200 | solving the problem. | |
201 | EOF | |
202 | else | |
203 | cat <<EOF | |
204 | Rerun configure with logging enabled (do not use --log=no), and include the | |
205 | log this produces with your report. | |
206 | EOF | |
207 | fi | |
57bd82d4 MR |
208 | rm -f $TMPC $TMPO $TMPE $TMPS $TMPH |
209 | exit 1 | |
210 | } | |
211 | ||
904e48f1 | 212 | # "tr '[a-z]' '[A-Z]'" is a workaround for Solaris tr not grokking "tr a-z A-Z" |
44161118 MR |
213 | toupper(){ |
214 | echo "$@" | tr '[a-z]' '[A-Z]' | |
215 | } | |
216 | ||
4a5444db MR |
217 | tolower(){ |
218 | echo "$@" | tr '[A-Z]' '[a-z]' | |
219 | } | |
220 | ||
a8d04fba MR |
221 | set_all(){ |
222 | value=$1 | |
223 | shift | |
224 | for var in $*; do | |
225 | eval $var=$value | |
226 | done | |
227 | } | |
228 | ||
799c9e9b MR |
229 | pushvar(){ |
230 | for var in $*; do | |
231 | eval level=\${${var}_level:=0} | |
232 | eval ${var}_${level}="\$$var" | |
233 | eval ${var}_level=$(($level+1)) | |
234 | done | |
235 | } | |
236 | ||
237 | popvar(){ | |
238 | for var in $*; do | |
239 | eval level=\${${var}_level:-0} | |
240 | test $level = 0 && continue | |
241 | eval level=$(($level-1)) | |
242 | eval $var="\${${var}_${level}}" | |
243 | eval ${var}_level=$level | |
244 | eval unset ${var}_${level} | |
245 | done | |
246 | } | |
247 | ||
a8d04fba MR |
248 | enable(){ |
249 | set_all yes $* | |
250 | } | |
251 | ||
252 | disable(){ | |
253 | set_all no $* | |
254 | } | |
255 | ||
57bd82d4 | 256 | enabled(){ |
44161118 MR |
257 | eval test "x\$$1" = "xyes" |
258 | } | |
259 | ||
37970ebf RP |
260 | disabled(){ |
261 | eval test "x\$$1" = "xno" | |
262 | } | |
263 | ||
44161118 MR |
264 | enabled_all(){ |
265 | for opt; do | |
266 | enabled $opt || return 1 | |
267 | done | |
268 | } | |
269 | ||
85bca2c5 DB |
270 | disabled_all(){ |
271 | for opt; do | |
272 | disabled $opt || return 1 | |
273 | done | |
274 | } | |
275 | ||
44161118 MR |
276 | enabled_any(){ |
277 | for opt; do | |
278 | enabled $opt && return 0 | |
279 | done | |
280 | } | |
281 | ||
85bca2c5 DB |
282 | disabled_any(){ |
283 | for opt; do | |
284 | disabled $opt && return 0 | |
285 | done | |
286 | } | |
287 | ||
4a0d6686 AJ |
288 | is_in(){ |
289 | value=$1 | |
290 | shift | |
291 | for var in $*; do | |
292 | [ $var = $value ] && return 0 | |
293 | done | |
294 | return 1 | |
295 | } | |
296 | ||
30fd06be MR |
297 | check_deps(){ |
298 | for cfg; do | |
799c9e9b MR |
299 | enabled ${cfg}_checking && die "Circular dependency for $cfg." |
300 | disabled ${cfg}_checking && continue | |
301 | enable ${cfg}_checking | |
302 | ||
30fd06be MR |
303 | eval dep_all="\$${cfg}_deps" |
304 | eval dep_any="\$${cfg}_deps_any" | |
799c9e9b MR |
305 | |
306 | pushvar cfg dep_all dep_any | |
307 | check_deps $dep_all $dep_any | |
308 | popvar cfg dep_all dep_any | |
309 | ||
30fd06be MR |
310 | enabled_all $dep_all || disable $cfg |
311 | enabled_any $dep_any || disable $cfg | |
799c9e9b MR |
312 | |
313 | disable ${cfg}_checking | |
30fd06be MR |
314 | done |
315 | } | |
316 | ||
44161118 MR |
317 | print_config(){ |
318 | pfx=$1 | |
319 | header=$2 | |
320 | makefile=$3 | |
321 | shift 3 | |
322 | for cfg; do | |
3d907e22 | 323 | ucname="`toupper $cfg`" |
44161118 | 324 | if enabled $cfg; then |
3d907e22 MR |
325 | echo "#define ${pfx}${ucname} 1" >> $header |
326 | echo "#define ENABLE_${ucname} 1" >> $header | |
327 | echo "${pfx}${ucname}=yes" >> $makefile | |
328 | else | |
329 | echo "#define ENABLE_${ucname} 0" >> $header | |
44161118 MR |
330 | fi |
331 | done | |
57bd82d4 MR |
332 | } |
333 | ||
334 | flags_saved(){ | |
335 | (: ${SAVE_CFLAGS?}) 2>/dev/null | |
336 | } | |
337 | ||
dcd479c0 | 338 | save_flags(){ |
57bd82d4 | 339 | flags_saved && return |
dcd479c0 MR |
340 | SAVE_CFLAGS="$CFLAGS" |
341 | SAVE_LDFLAGS="$LDFLAGS" | |
342 | SAVE_extralibs="$extralibs" | |
343 | } | |
344 | ||
345 | restore_flags(){ | |
f5d28d10 | 346 | flags_saved || return |
dcd479c0 MR |
347 | CFLAGS="$SAVE_CFLAGS" |
348 | LDFLAGS="$SAVE_LDFLAGS" | |
349 | extralibs="$SAVE_extralibs" | |
350 | unset SAVE_CFLAGS | |
351 | unset SAVE_LDFLAGS | |
352 | unset SAVE_extralibs | |
353 | } | |
354 | ||
355 | temp_cflags(){ | |
356 | save_flags | |
357 | CFLAGS="$CFLAGS $*" | |
358 | } | |
359 | ||
360 | temp_ldflags(){ | |
361 | save_flags | |
362 | LDFLAGS="$LDFLAGS $*" | |
363 | } | |
364 | ||
365 | temp_extralibs(){ | |
366 | save_flags | |
367 | extralibs="$extralibs $*" | |
368 | } | |
369 | ||
57bd82d4 MR |
370 | append(){ |
371 | var=$1 | |
372 | shift | |
373 | flags_saved && eval "SAVE_$var=\"\$SAVE_$var $*\"" | |
374 | eval "$var=\"\$$var $*\"" | |
375 | } | |
376 | ||
377 | add_cflags(){ | |
378 | append CFLAGS "$@" | |
379 | } | |
380 | ||
381 | add_ldflags(){ | |
382 | append LDFLAGS "$@" | |
383 | } | |
384 | ||
385 | add_extralibs(){ | |
386 | append extralibs "$@" | |
387 | } | |
388 | ||
b0cfb663 | 389 | check_cmd(){ |
b3cb5d51 | 390 | log "$@" |
9b4f605c | 391 | "$@" >>$logfile 2>&1 |
b0cfb663 MR |
392 | } |
393 | ||
dcd479c0 | 394 | check_cc(){ |
57bd82d4 MR |
395 | log check_cc "$@" |
396 | cat >$TMPC | |
720c69da | 397 | log_file $TMPC |
b0cfb663 | 398 | check_cmd $cc $CFLAGS "$@" -c -o $TMPO $TMPC |
57bd82d4 MR |
399 | } |
400 | ||
401 | check_cpp(){ | |
402 | log check_cpp "$@" | |
dcd479c0 | 403 | cat >$TMPC |
720c69da | 404 | log_file $TMPC |
b0cfb663 | 405 | check_cmd $cc $CFLAGS "$@" -E -o $TMPO $TMPC |
dcd479c0 MR |
406 | } |
407 | ||
408 | check_ld(){ | |
57bd82d4 | 409 | log check_ld "$@" |
0607887f | 410 | check_cc || return |
3155a644 MR |
411 | flags='' |
412 | libs='' | |
413 | for f; do | |
414 | test "${f}" = "${f#-l}" && flags="$flags $f" || libs="$libs $f" | |
415 | done | |
416 | check_cmd $cc $LDFLAGS $flags -o $TMPE $TMPO $extralibs $libs | |
dcd479c0 MR |
417 | } |
418 | ||
419 | check_cflags(){ | |
57bd82d4 MR |
420 | log check_cflags "$@" |
421 | check_cc "$@" <<EOF && add_cflags "$@" | |
dcd479c0 MR |
422 | int x; |
423 | EOF | |
424 | } | |
425 | ||
426 | check_ldflags(){ | |
57bd82d4 MR |
427 | log check_ldflags "$@" |
428 | check_ld "$@" <<EOF && add_ldflags "$@" | |
429 | int main(){ | |
430 | return 0; | |
431 | } | |
dcd479c0 MR |
432 | EOF |
433 | } | |
434 | ||
435 | check_header(){ | |
57bd82d4 | 436 | log check_header "$@" |
dcd479c0 MR |
437 | header=$1 |
438 | shift | |
d8bc5f06 MR |
439 | var=`echo $header | sed 's/[^A-Za-z0-9_]/_/g'` |
440 | disable $var | |
441 | check_cpp "$@" <<EOF && enable $var | |
dcd479c0 MR |
442 | #include <$header> |
443 | int x; | |
444 | EOF | |
445 | } | |
446 | ||
447 | check_func(){ | |
57bd82d4 | 448 | log check_func "$@" |
dcd479c0 MR |
449 | func=$1 |
450 | shift | |
d8bc5f06 MR |
451 | disable $func |
452 | check_ld "$@" <<EOF && enable $func | |
dcd479c0 MR |
453 | extern int $func(); |
454 | int main(){ | |
455 | $func(); | |
456 | } | |
457 | EOF | |
458 | } | |
459 | ||
f8d7b072 MR |
460 | check_func2(){ |
461 | log check_func2 "$@" | |
462 | headers=$1 | |
463 | func=$2 | |
464 | shift 2 | |
465 | disable $func | |
466 | incs="" | |
467 | for hdr in $headers; do | |
468 | incs="$incs | |
469 | #include <$hdr>" | |
470 | done | |
471 | check_ld "$@" <<EOF && enable $func | |
472 | $incs | |
473 | int main(){ | |
474 | (void) $func; | |
475 | return 0; | |
476 | } | |
477 | EOF | |
478 | } | |
479 | ||
57bd82d4 MR |
480 | check_lib(){ |
481 | log check_lib "$@" | |
482 | header="$1" | |
483 | func="$2" | |
484 | shift 2 | |
fcfcde17 MR |
485 | temp_extralibs "$@" |
486 | check_header $header && check_func $func && add_extralibs "$@" | |
487 | err=$? | |
488 | restore_flags | |
489 | return $err | |
57bd82d4 MR |
490 | } |
491 | ||
f8d7b072 MR |
492 | check_lib2(){ |
493 | log check_lib2 "$@" | |
494 | headers="$1" | |
495 | func="$2" | |
496 | shift 2 | |
497 | temp_extralibs "$@" | |
498 | check_func2 "$headers" $func && add_extralibs "$@" | |
499 | err=$? | |
500 | restore_flags | |
501 | return $err | |
502 | } | |
503 | ||
dcd479c0 | 504 | check_exec(){ |
90be59ef | 505 | check_ld "$@" && { enabled cross_compile || $TMPE >>$logfile 2>&1; } |
57bd82d4 MR |
506 | } |
507 | ||
7dfef245 MR |
508 | check_exec_crash(){ |
509 | code=`cat` | |
510 | ||
511 | # exit() is not async signal safe. _Exit (C99) and _exit (POSIX) | |
512 | # are safe but may not be available everywhere. Thus we use | |
513 | # raise(SIGTERM) instead. The check is run in a subshell so we | |
514 | # can redirect the "Terminated" message from the shell. SIGBUS | |
515 | # is not defined by standard C so it is used conditionally. | |
516 | ||
517 | (check_exec "$@") >>$logfile 2>&1 <<EOF | |
518 | #include <signal.h> | |
519 | static void sighandler(int sig){ | |
520 | raise(SIGTERM); | |
521 | } | |
522 | int main(){ | |
523 | signal(SIGILL, sighandler); | |
524 | signal(SIGFPE, sighandler); | |
525 | signal(SIGSEGV, sighandler); | |
526 | #ifdef SIGBUS | |
527 | signal(SIGBUS, sighandler); | |
528 | #endif | |
529 | { $code } | |
530 | } | |
531 | EOF | |
532 | } | |
533 | ||
57bd82d4 MR |
534 | require(){ |
535 | name="$1" | |
536 | header="$2" | |
537 | func="$3" | |
538 | shift 3 | |
539 | check_lib $header $func "$@" || die "ERROR: $name not found" | |
dcd479c0 MR |
540 | } |
541 | ||
f8d7b072 MR |
542 | require2(){ |
543 | name="$1" | |
544 | headers="$2" | |
545 | func="$3" | |
546 | shift 3 | |
547 | check_lib2 "$headers" $func "$@" || die "ERROR: $name not found" | |
548 | } | |
549 | ||
eea50282 MR |
550 | check_foo_config(){ |
551 | cfg=$1 | |
552 | pkg=$2 | |
553 | header=$3 | |
554 | func=$4 | |
555 | shift 4 | |
556 | disable $cfg | |
557 | check_cmd ${pkg}-config --version | |
558 | err=$? | |
559 | if test "$err" = 0; then | |
560 | temp_cflags `${pkg}-config --cflags` | |
561 | temp_extralibs `${pkg}-config --libs` | |
562 | check_lib "$@" $header $func && enable $cfg | |
563 | fi | |
564 | return $err | |
565 | } | |
566 | ||
c505dd31 MR |
567 | apply(){ |
568 | file=$1 | |
569 | shift | |
570 | "$@" < "$file" > "$file.tmp" && mv "$file.tmp" "$file" || rm "$file.tmp" | |
571 | } | |
572 | ||
4a0d6686 AJ |
573 | COMPONENT_LIST=" |
574 | bsfs | |
575 | decoders | |
576 | demuxers | |
577 | encoders | |
578 | muxers | |
579 | parsers | |
580 | protocols | |
581 | " | |
582 | ||
583 | CONFIG_LIST=" | |
584 | $COMPONENT_LIST | |
c88f5d72 MR |
585 | avisynth |
586 | beos_netserver | |
c88f5d72 MR |
587 | ffmpeg |
588 | ffplay | |
589 | ffserver | |
590 | gpl | |
ecfc4f44 | 591 | gprof |
d8d0d0b2 | 592 | gray |
c88f5d72 | 593 | ipv6 |
7bc5f2a8 | 594 | liba52 |
f8904fd9 | 595 | liba52bin |
f5a756ef DB |
596 | libamr |
597 | libamr_nb | |
598 | libamr_wb | |
f7b8bffe | 599 | libdc1394 |
2eed5a46 DB |
600 | libfaac |
601 | libfaad | |
602 | libfaadbin | |
c88f5d72 | 603 | libgsm |
6ebe07fb | 604 | libmp3lame |
c88f5d72 MR |
605 | libnut |
606 | libogg | |
150d2772 | 607 | libtheora |
c88f5d72 | 608 | libvorbis |
1cc60c47 DB |
609 | libx264 |
610 | libxvid | |
c88f5d72 | 611 | memalign_hack |
c88f5d72 MR |
612 | mpegaudio_hp |
613 | network | |
2b4c3615 | 614 | powerpc_perf |
c88f5d72 | 615 | pp |
bd2216e4 | 616 | small |
c88f5d72 MR |
617 | swscaler |
618 | vhook | |
56a059ac | 619 | x11grab |
c88f5d72 | 620 | zlib |
4a0d6686 | 621 | " |
c88f5d72 | 622 | |
8eee7025 DB |
623 | THREADS_LIST=' |
624 | beosthreads | |
8eee7025 DB |
625 | pthreads |
626 | w32threads | |
627 | ' | |
628 | ||
3f5b56e5 MR |
629 | ARCH_LIST=' |
630 | alpha | |
631 | armv4l | |
632 | bfin | |
633 | ia64 | |
634 | m68k | |
635 | mips | |
636 | parisc | |
637 | powerpc | |
638 | s390 | |
639 | sh4 | |
640 | sparc | |
641 | sparc64 | |
642 | x86 | |
643 | x86_32 | |
644 | x86_64 | |
645 | ' | |
646 | ||
647 | ARCH_EXT_LIST=' | |
1ac9331a | 648 | altivec |
1ac9331a | 649 | armv5te |
edab3048 | 650 | armv6 |
3f5b56e5 MR |
651 | iwmmxt |
652 | mmi | |
653 | mmx | |
9eeed841 | 654 | ssse3 |
3f5b56e5 MR |
655 | ' |
656 | ||
657 | HAVE_LIST=" | |
658 | $ARCH_EXT_LIST | |
659 | $THREADS_LIST | |
660 | altivec_h | |
c9fdab0d | 661 | arpa_inet_h |
c88f5d72 | 662 | byteswap_h |
ecf97f22 | 663 | closesocket |
1ac9331a | 664 | cmov |
e16e49ac | 665 | conio_h |
c88f5d72 | 666 | dcbzl |
f8aa696f DB |
667 | dev_bktr_ioctl_bt848_h |
668 | dev_bktr_ioctl_meteor_h | |
669 | dev_ic_bt8xx_h | |
670 | dev_video_meteor_ioctl_meteor_h | |
671 | dev_video_bktr_ioctl_bt848_h | |
18b67ae5 | 672 | dlfcn_h |
c88f5d72 | 673 | dlopen |
245626d0 DB |
674 | ebp_available |
675 | ebx_available | |
c2a29455 | 676 | fast_64bit |
7073e9fc | 677 | fast_cmov |
7b829d2a | 678 | fast_unaligned |
9d99cc5a | 679 | fork |
c88f5d72 | 680 | freetype2 |
da9e86f8 | 681 | gethrtime |
4e68cb8a | 682 | GetProcessTimes |
66be5b45 | 683 | getrusage |
c88f5d72 | 684 | imlib2 |
2e1913b1 | 685 | inet_aton |
c88f5d72 | 686 | lrintf |
f8aa696f DB |
687 | machine_ioctl_bt848_h |
688 | machine_ioctl_meteor_h | |
c88f5d72 MR |
689 | malloc_h |
690 | memalign | |
6ffa87d3 | 691 | mkstemp |
c88f5d72 | 692 | mlib |
9cafbd6c | 693 | ppc64 |
c88f5d72 MR |
694 | sdl |
695 | sdl_video_size | |
deb29777 | 696 | soundcard_h |
b0c858d8 | 697 | sys_poll_h |
deb29777 | 698 | sys_soundcard_h |
e16e49ac | 699 | termios_h |
b265431e | 700 | threads |
6ff3f3e7 | 701 | winsock2_h |
0cb78cef | 702 | " |
44161118 | 703 | |
520cc7f1 | 704 | CMDLINE_SELECT=" |
3f5b56e5 | 705 | $ARCH_EXT_LIST |
520cc7f1 | 706 | $CONFIG_LIST |
8eee7025 | 707 | $THREADS_LIST |
520cc7f1 MR |
708 | debug |
709 | extra_warnings | |
520cc7f1 MR |
710 | shared |
711 | static | |
712 | " | |
713 | ||
912f3148 DB |
714 | # code dependency declarations |
715 | ||
9eeed841 MR |
716 | # architecture extensions |
717 | altivec_deps="powerpc" | |
718 | armv5te_deps="armv4l" | |
719 | armv6_deps="armv4l" | |
720 | iwmmxt_deps="armv4l" | |
e241ba14 | 721 | mmi_deps="mips" |
9eeed841 MR |
722 | mmx_deps="x86" |
723 | ssse3_deps="x86" | |
724 | ||
912f3148 | 725 | # decoders / encoders |
6ea67bbb | 726 | ac3_decoder_deps="gpl" |
33a0dd37 | 727 | dxa_decoder_deps="zlib" |
30fd06be | 728 | flashsv_decoder_deps="zlib" |
773be23a | 729 | flashsv_encoder_deps="zlib" |
4a815a7f | 730 | flv_decoder_deps="h263_decoder" |
df495dbd | 731 | h263_decoder_deps="h263_parser mpeg4video_parser" |
4a815a7f | 732 | h263i_decoder_deps="h263_decoder" |
26b4fe82 | 733 | h264_decoder_deps="h264_parser" |
30fd06be | 734 | mpeg_xvmc_decoder_deps="xvmc" |
4a815a7f DB |
735 | mpeg4_decoder_deps="h263_decoder" |
736 | msmpeg4v1_decoder_deps="h263_decoder" | |
737 | msmpeg4v2_decoder_deps="h263_decoder" | |
738 | msmpeg4v3_decoder_deps="h263_decoder" | |
30fd06be MR |
739 | png_decoder_deps="zlib" |
740 | png_encoder_deps="zlib" | |
e2525c6f | 741 | svq3_decoder_deps="h264_parser" |
4a815a7f DB |
742 | vc1_decoder_deps="h263_decoder" |
743 | wmv1_decoder_deps="h263_decoder" | |
744 | wmv2_decoder_deps="h263_decoder" | |
745 | wmv3_decoder_deps="h263_decoder" | |
30fd06be MR |
746 | zmbv_decoder_deps="zlib" |
747 | zmbv_encoder_deps="zlib" | |
748 | ||
912f3148 | 749 | # external libraries |
7bc5f2a8 | 750 | liba52_decoder_deps="liba52" |
f5a756ef DB |
751 | libamr_nb_decoder_deps="libamr_nb" |
752 | libamr_nb_encoder_deps="libamr_nb" | |
753 | libamr_wb_decoder_deps="libamr_wb" | |
754 | libamr_wb_encoder_deps="libamr_wb" | |
c9171a83 | 755 | libfaac_encoder_deps="libfaac" |
69ddbd1d | 756 | libfaad_decoder_deps="libfaad" |
299c77d5 MR |
757 | libgsm_decoder_deps="libgsm" |
758 | libgsm_encoder_deps="libgsm" | |
8ffed8d8 MR |
759 | libgsm_ms_decoder_deps="libgsm" |
760 | libgsm_ms_encoder_deps="libgsm" | |
1cc60c47 | 761 | libmp3lame_encoder_deps="libmp3lame" |
150d2772 | 762 | libtheora_encoder_deps="libtheora" |
b0caf888 DB |
763 | libvorbis_decoder_deps="libvorbis" |
764 | libvorbis_encoder_deps="libvorbis" | |
1cc60c47 DB |
765 | libx264_encoder_deps="libx264" |
766 | libxvid_encoder_deps="libxvid" | |
13566c31 | 767 | mpeg4aac_decoder_deps="libfaad" |
30fd06be | 768 | |
912f3148 | 769 | # demuxers / muxers |
03a76ba9 | 770 | ac3_demuxer_deps="ac3_parser" |
50383e88 RP |
771 | audio_beos_demuxer_deps="audio_beos" |
772 | audio_beos_muxer_deps="audio_beos" | |
73483024 | 773 | bktr_demuxer_deps_any="dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h" |
30fd06be | 774 | dv1394_demuxer_deps="dv1394" |
f7b8bffe | 775 | libdc1394_demuxer_deps="libdc1394" |
d7c59247 DB |
776 | libnut_demuxer_deps="libnut" |
777 | libnut_muxer_deps="libnut" | |
4bd8e17c | 778 | mp3_demuxer_deps="mpegaudio_parser" |
30fd06be | 779 | ogg_muxer_deps="libogg" |
c7682de0 RP |
780 | oss_demuxer_deps_any="soundcard_h sys_soundcard_h" |
781 | oss_muxer_deps_any="soundcard_h sys_soundcard_h" | |
30fd06be | 782 | redir_demuxer_deps="network" |
47b515bf | 783 | rtp_muxer_deps="network mpegts_demuxer" |
c08fb000 AB |
784 | rtsp_demuxer_deps="rtp_protocol rtp_muxer" |
785 | sdp_demuxer_deps="rtsp_demuxer" | |
06e31011 RP |
786 | v4l2_demuxer_deps="linux_videodev2_h" |
787 | v4l_demuxer_deps="linux_videodev_h" | |
30fd06be MR |
788 | x11_grab_device_demuxer_deps="x11grab" |
789 | ||
912f3148 | 790 | # protocols |
c08fb000 AB |
791 | http_protocol_deps="network" |
792 | rtp_protocol_deps="udp_protocol" | |
793 | tcp_protocol_deps="network" | |
794 | udp_protocol_deps="network" | |
795 | ||
912f3148 | 796 | # programs |
fa859b4d | 797 | ffplay_deps="sdl" |
c08fb000 | 798 | ffserver_deps="muxers rtp_protocol" |
a2830dca | 799 | |
912f3148 | 800 | |
0f3cb305 | 801 | # set temporary file name |
57514323 | 802 | if test ! -z "$TMPDIR" ; then |
0f3cb305 | 803 | TMPDIR1="${TMPDIR}" |
57514323 | 804 | elif test ! -z "$TEMPDIR" ; then |
0f3cb305 | 805 | TMPDIR1="${TEMPDIR}" |
3d204385 | 806 | else |
0f3cb305 | 807 | TMPDIR1="/tmp" |
3d204385 NK |
808 | fi |
809 | ||
0f3cb305 FB |
810 | TMPC="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.c" |
811 | TMPO="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.o" | |
f3ec2d46 | 812 | TMPE="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}" |
0f3cb305 FB |
813 | TMPS="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.S" |
814 | TMPH="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.h" | |
815 | ||
de6d9b64 | 816 | # default parameters |
8a608357 | 817 | |
720c69da | 818 | logging="yes" |
2ba042a7 | 819 | logfile="config.err" |
8a608357 MR |
820 | |
821 | # installation paths | |
2266e085 | 822 | PREFIX="/usr/local" |
c75560ae | 823 | libdir='$(PREFIX)/lib' |
84c22efd | 824 | shlibdir="$libdir" |
c75560ae | 825 | incdir='$(PREFIX)/include/ffmpeg' |
4ca5ece5 | 826 | mandir='$(PREFIX)/share/man' |
c75560ae | 827 | bindir='$(PREFIX)/bin' |
8a608357 MR |
828 | |
829 | # toolchain | |
de6d9b64 FB |
830 | cc="gcc" |
831 | ar="ar" | |
be7109c1 | 832 | ranlib="ranlib" |
4a908fbc | 833 | make="make" |
0f3cb305 | 834 | strip="strip" |
8a608357 | 835 | asmalign_pot="unknown" |
20369773 | 836 | ln_s="ln -sf" |
8a608357 MR |
837 | |
838 | # machine | |
cc6a90dd | 839 | arch=`uname -m` |
38d0a8aa | 840 | cpu="generic" |
8a608357 | 841 | |
8a608357 | 842 | # OS |
b9663405 | 843 | targetos=$(tolower $(uname -s)) |
8a608357 | 844 | |
8a608357 | 845 | # libraries |
8a608357 MR |
846 | zlib="yes" |
847 | ||
848 | # configurable options | |
cddf3f45 | 849 | debug="yes" |
65d1bea2 | 850 | dostrip="yes" |
8a608357 MR |
851 | ffmpeg="yes" |
852 | ffplay="yes" | |
853 | ffserver="yes" | |
8a608357 | 854 | ipv6="yes" |
5af4e0cc | 855 | static="yes" |
1eb2212e | 856 | mpegaudio_hp="yes" |
8a608357 MR |
857 | network="yes" |
858 | optimize="yes" | |
8a608357 | 859 | protocols="yes" |
8a608357 MR |
860 | vhook="default" |
861 | ||
8a608357 | 862 | # build settings |
baa3a937 | 863 | SHFLAGS='-shared -Wl,-soname,$@' |
cab3ef82 | 864 | VHOOKSHFLAGS='$(SHFLAGS)' |
e240ee67 | 865 | LDLATEFLAGS='-Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil' |
c536cb09 | 866 | FFSERVERLDFLAGS=-Wl,-E |
f39e56a8 | 867 | LDCONFIG="ldconfig" |
f3ec2d46 SG |
868 | LIBPREF="lib" |
869 | LIBSUF=".a" | |
4bdd05e7 | 870 | LIB='$(LIBPREF)$(NAME)$(LIBSUF)' |
f3ec2d46 SG |
871 | SLIBPREF="lib" |
872 | SLIBSUF=".so" | |
4bdd05e7 | 873 | SLIBNAME='$(SLIBPREF)$(NAME)$(SLIBSUF)' |
b29bddab DB |
874 | SLIBNAME_WITH_VERSION='$(SLIBNAME).$(LIBVERSION)' |
875 | SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBMAJOR)' | |
21d0a823 | 876 | LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(LIBDIR)/$(LIB)"' |
ef0bc4c9 | 877 | |
c597172e MR |
878 | # find source path |
879 | source_path="`dirname \"$0\"`" | |
880 | source_path_used="yes" | |
881 | if test -z "$source_path" -o "$source_path" = "." ; then | |
882 | source_path="`pwd`" | |
883 | source_path_used="no" | |
884 | else | |
885 | source_path="`cd \"$source_path\"; pwd`" | |
886 | echo "$source_path" | grep -q '[[:blank:]]' && | |
887 | die "Out of tree builds are impossible with whitespace in source path." | |
888 | fi | |
889 | ||
890 | if test x"$1" = x"-h" -o x"$1" = x"--help" ; then | |
891 | show_help | |
892 | fi | |
893 | ||
894 | FFMPEG_CONFIGURATION="$@" | |
895 | ||
facbea95 AJ |
896 | ENCODER_LIST=`sed -n 's/^[^#]*ENC.*(.*, *\(.*\)).*/\1_encoder/p' "$source_path/libavcodec/allcodecs.c"` |
897 | DECODER_LIST=`sed -n 's/^[^#]*DEC.*(.*, *\(.*\)).*/\1_decoder/p' "$source_path/libavcodec/allcodecs.c"` | |
898 | PARSER_LIST=`sed -n 's/^[^#]*PARSER.*(.*, *\(.*\)).*/\1_parser/p' "$source_path/libavcodec/allcodecs.c"` | |
899 | BSF_LIST=`sed -n 's/^[^#]*BSF.*(.*, *\(.*\)).*/\1_bsf/p' "$source_path/libavcodec/allcodecs.c"` | |
900 | MUXER_LIST=`sed -n 's/^[^#]*_MUX.*(.*, *\(.*\)).*/\1_muxer/p' "$source_path/libavformat/allformats.c"` | |
901 | DEMUXER_LIST=`sed -n 's/^[^#]*DEMUX.*(.*, *\(.*\)).*/\1_demuxer/p' "$source_path/libavformat/allformats.c"` | |
902 | PROTOCOL_LIST=`sed -n 's/^[^#]*PROTOCOL.*(.*, *\(.*\)).*/\1_protocol/p' "$source_path/libavformat/allformats.c"` | |
c597172e | 903 | |
cd61e407 | 904 | enable $ENCODER_LIST $DECODER_LIST $PARSER_LIST $MUXER_LIST $DEMUXER_LIST $PROTOCOL_LIST $BSF_LIST |
d3ea5692 | 905 | enable $ARCH_EXT_LIST |
c597172e MR |
906 | |
907 | die_unknown(){ | |
908 | echo "Unknown option \"$1\"." | |
909 | echo "See $0 --help for available options." | |
910 | exit 1 | |
911 | } | |
912 | ||
794f8e97 PI |
913 | show_list() { |
914 | for part in $*; do | |
915 | echo $part | sed 's/_[^_]*$//' | |
916 | done | sort | |
917 | exit 0 | |
918 | } | |
919 | ||
c597172e MR |
920 | for opt do |
921 | optval="${opt#*=}" | |
922 | case "$opt" in | |
923 | --log) | |
924 | ;; | |
925 | --log=*) logging="$optval" | |
926 | ;; | |
927 | --prefix=*) PREFIX="$optval" | |
928 | ;; | |
929 | --libdir=*) libdir="$optval" | |
930 | ;; | |
931 | --shlibdir=*) shlibdir="$optval" | |
932 | ;; | |
933 | --incdir=*) incdir="$optval" | |
934 | ;; | |
935 | --mandir=*) mandir="$optval" | |
936 | ;; | |
937 | --source-path=*) source_path="$optval" | |
938 | ;; | |
939 | --cross-prefix=*) cross_prefix="$optval" | |
940 | ;; | |
941 | --cross-compile) cross_compile="yes" | |
942 | ;; | |
943 | --target-os=*) targetos="$optval" | |
944 | ;; | |
945 | --cc=*) cc="$optval" | |
946 | ;; | |
947 | --make=*) make="$optval" | |
948 | ;; | |
949 | --extra-cflags=*) add_cflags "$optval" | |
950 | ;; | |
951 | --extra-ldflags=*) add_ldflags "$optval" | |
952 | ;; | |
953 | --extra-libs=*) add_extralibs "$optval" | |
954 | ;; | |
955 | --build-suffix=*) BUILDSUF="$optval" | |
956 | ;; | |
957 | --arch=*) arch="$optval" | |
958 | ;; | |
959 | --cpu=*) cpu="$optval" | |
960 | ;; | |
c597172e MR |
961 | --disable-opts) optimize="no" |
962 | ;; | |
c597172e MR |
963 | --enable-sunmlib) mlib="yes" |
964 | ;; | |
965 | --disable-strip) dostrip="no" | |
966 | ;; | |
967 | --disable-encoders) disable $ENCODER_LIST | |
968 | ;; | |
969 | --disable-decoders) disable $DECODER_LIST | |
970 | ;; | |
971 | --disable-muxers) disable $MUXER_LIST | |
972 | ;; | |
973 | --disable-demuxers) disable $DEMUXER_LIST | |
974 | ;; | |
975 | --disable-parsers) disable $PARSER_LIST | |
976 | ;; | |
cd61e407 JM |
977 | --disable-bsfs) disable $BSF_LIST |
978 | ;; | |
c08fb000 AB |
979 | --disable-protocols) disable $PROTOCOL_LIST |
980 | ;; | |
c597172e MR |
981 | --enable-*=*|--disable-*=*) |
982 | eval `echo "$opt" | sed 's/=/-/;s/--/action=/;s/-/ thing=/;s/-/ name=/'` | |
983 | case "$thing" in | |
cd61e407 | 984 | encoder|decoder|muxer|demuxer|parser|bsf|protocol) $action ${optval}_${thing} ;; |
c597172e MR |
985 | *) die_unknown "$opt" ;; |
986 | esac | |
987 | ;; | |
988 | --enable-?*|--disable-?*) | |
989 | eval `echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g'` | |
990 | echo "$CMDLINE_SELECT" | grep -q "^ *$option\$" || die_unknown $opt | |
991 | $action $option | |
992 | ;; | |
794f8e97 PI |
993 | --list-*) |
994 | NAME="${opt#--list-}" | |
4a0d6686 | 995 | is_in $NAME $COMPONENT_LIST || die_unknown $opt |
794f8e97 PI |
996 | NAME=$(toupper ${NAME%s}) |
997 | eval show_list \$${NAME}_LIST | |
998 | ;; | |
c597172e MR |
999 | --help) show_help |
1000 | ;; | |
1001 | *) | |
1002 | die_unknown $opt | |
1003 | ;; | |
1004 | esac | |
1005 | done | |
1006 | ||
270739bb MR |
1007 | case "$arch" in |
1008 | i386|i486|i586|i686|i86pc|BePC) | |
1009 | arch="x86_32" | |
7b829d2a | 1010 | enable fast_unaligned |
270739bb MR |
1011 | ;; |
1012 | x86_64|amd64) | |
1013 | arch="x86_32" | |
7b829d2a | 1014 | enable fast_unaligned |
270739bb MR |
1015 | canon_arch="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`" |
1016 | if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; then | |
1017 | if [ -z "`echo $CFLAGS | grep -- -m32`" ]; then | |
1018 | arch="x86_64" | |
c2a29455 | 1019 | enable fast_64bit |
270739bb MR |
1020 | fi |
1021 | fi | |
1022 | ;; | |
1023 | # armv4l is a subset of armv[567]*l | |
1024 | arm|armv[4567]*l) | |
1025 | arch="armv4l" | |
1026 | ;; | |
1027 | alpha) | |
1028 | arch="alpha" | |
c2a29455 | 1029 | enable fast_64bit |
270739bb | 1030 | ;; |
c2a29455 | 1031 | "Power Macintosh"|ppc|powerpc) |
270739bb MR |
1032 | arch="powerpc" |
1033 | ;; | |
c2a29455 AJ |
1034 | ppc64) |
1035 | arch="powerpc" | |
1036 | enable fast_64bit | |
1037 | ;; | |
e241ba14 | 1038 | mips|mipsel|IP*) |
270739bb MR |
1039 | arch="mips" |
1040 | ;; | |
1041 | sun4u|sparc64) | |
1042 | arch="sparc64" | |
c2a29455 | 1043 | enable fast_64bit |
270739bb MR |
1044 | ;; |
1045 | sparc) | |
1046 | arch="sparc" | |
1047 | ;; | |
1048 | sh4) | |
1049 | arch="sh4" | |
1050 | ;; | |
c2a29455 AJ |
1051 | parisc) |
1052 | arch="parisc" | |
1053 | ;; | |
1054 | parisc64) | |
270739bb | 1055 | arch="parisc" |
c2a29455 | 1056 | enable fast_64bit |
270739bb MR |
1057 | ;; |
1058 | s390|s390x) | |
1059 | arch="s390" | |
1060 | ;; | |
1061 | m68k) | |
1062 | arch="m68k" | |
1063 | ;; | |
1064 | ia64) | |
1065 | arch="ia64" | |
c2a29455 | 1066 | enable fast_64bit |
270739bb MR |
1067 | ;; |
1068 | bfin) | |
1069 | arch="bfin" | |
1070 | ;; | |
1071 | *) | |
1072 | arch="unknown" | |
1073 | ;; | |
1074 | esac | |
1075 | ||
9eeed841 MR |
1076 | enable $arch |
1077 | enabled_any x86_32 x86_64 && enable x86 | |
1078 | enabled sparc64 && enable sparc | |
1079 | ||
ef0bc4c9 | 1080 | # OS specific |
ced75d92 | 1081 | case $targetos in |
4a5444db | 1082 | beos|haiku|zeta) |
74cec57d | 1083 | PREFIX="$HOME/config" |
d474299a MR |
1084 | # helps building libavcodec |
1085 | add_cflags "-DPIC -fomit-frame-pointer" | |
1086 | # 3 gcc releases known for BeOS, each with ugly bugs | |
1087 | gcc_version="`$cc -v 2>&1 | grep version | cut -d ' ' -f3-`" | |
1088 | case "$gcc_version" in | |
1089 | 2.9-beos-991026*|2.9-beos-000224*) echo "R5/GG gcc" | |
1090 | mmx="no" | |
1091 | ;; | |
1092 | *20010315*) echo "BeBits gcc" | |
1093 | add_cflags "-fno-expensive-optimizations" | |
1094 | ;; | |
1095 | esac | |
74cec57d | 1096 | LDCONFIG="echo ignoring ldconfig" |
d474299a | 1097 | SHFLAGS=-nostart |
d474299a | 1098 | # enable BeOS things |
a4db8c89 | 1099 | audio_beos="yes" |
d474299a MR |
1100 | # no need for libm, but the inet stuff |
1101 | # Check for BONE | |
74cec57d | 1102 | # XXX: actually should check for NOT net_server |
d474299a | 1103 | if (echo $BEINCLUDES|grep 'headers/be/bone' >/dev/null); then |
c597172e | 1104 | osextralibs="-lbind -lsocket" |
d474299a MR |
1105 | else |
1106 | beos_netserver="yes" | |
c597172e | 1107 | osextralibs="-lnet" |
d474299a | 1108 | fi ;; |
4a5444db | 1109 | sunos) |
d474299a MR |
1110 | FFSERVERLDFLAGS="" |
1111 | SHFLAGS="-shared -Wl,-h,\$@" | |
1112 | add_extralibs "-lsocket -lnsl" | |
1113 | ;; | |
4a5444db | 1114 | netbsd) |
d474299a MR |
1115 | add_extralibs "-lossaudio" |
1116 | ;; | |
4a5444db | 1117 | openbsd) |
d474299a | 1118 | need_memalign="no" |
d474299a | 1119 | LIBOBJFLAGS="\$(PIC)" |
21d0a823 | 1120 | LDCONFIG="ldconfig -m \$(SHLIBDIR)" |
d474299a MR |
1121 | SHFLAGS='-shared' |
1122 | SLIBNAME='$(SLIBPREF)$(NAME)$(SLIBSUF).$(LIBVERSION)' | |
1123 | SLIBNAME_WITH_VERSION='$(SLIBNAME)' | |
1124 | SLIBNAME_WITH_MAJOR='$(SLIBNAME)' | |
1125 | add_extralibs "-lossaudio" | |
1126 | ;; | |
4a5444db | 1127 | freebsd) |
d474299a | 1128 | need_memalign="no" |
d474299a | 1129 | ;; |
4a5444db | 1130 | bsd/os) |
13ef7825 | 1131 | osextralibs="-lpoll -lgnugetopt" |
d474299a MR |
1132 | strip="strip -d" |
1133 | ;; | |
4a5444db | 1134 | darwin) |
d474299a | 1135 | need_memalign="no" |
21d0a823 DB |
1136 | SHFLAGS="-dynamiclib -Wl,-single_module -Wl,-install_name,\$(SHLIBDIR)/\$(SLIBNAME),-current_version,\$(SPPVERSION),-compatibility_version,\$(SPPVERSION) -Wl,-read_only_relocs,suppress" |
1137 | VHOOKSHFLAGS='-dynamiclib -Wl,-single_module -flat_namespace -undefined suppress -Wl,-install_name,$(SHLIBDIR)/vhook/$@' | |
d474299a MR |
1138 | strip="strip -x" |
1139 | FFLDFLAGS="-Wl,-dynamic,-search_paths_first" | |
1140 | SLIBSUF=".dylib" | |
1141 | SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME).$(LIBVERSION)$(SLIBSUF)' | |
1142 | SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME).$(LIBMAJOR)$(SLIBSUF)' | |
1143 | FFSERVERLDFLAGS=-Wl,-bind_at_load | |
1144 | ;; | |
4a5444db | 1145 | mingw32*) |
91c5172d | 1146 | targetos=mingw32 |
5880d5b5 | 1147 | shlibdir="$bindir" |
70b4d492 RP |
1148 | VHOOKSHFLAGS='-shared -L$(BUILD_ROOT)/libavformat -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libavutil' |
1149 | VHOOKLIBS='-lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS)' | |
1150 | if enabled swscaler; then | |
1151 | VHOOKSHFLAGS="$VHOOKSHFLAGS -L\$(BUILD_ROOT)/libswscale" | |
1152 | VHOOKLIBS="$VHOOKLIBS -lswscale\$(BUILDSUF)" | |
1153 | fi | |
4ec9ec81 | 1154 | ffserver="no" |
4ec9ec81 MR |
1155 | SLIBPREF="" |
1156 | SLIBSUF=".dll" | |
1157 | EXESUF=".exe" | |
1158 | SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)' | |
1159 | SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)' | |
1160 | SLIB_EXTRA_CMD="-lib /machine:i386 /def:\$(@:${SLIBSUF}=.def)" | |
21d0a823 | 1161 | SLIB_INSTALL_EXTRA_CMD="-install -m 644 \$(SLIBNAME_WITH_MAJOR:\$(SLIBSUF)=.lib) \"\$(SHLIBDIR)/\$(SLIBNAME_WITH_MAJOR:\$(SLIBSUF)=.lib)\"" |
d205abe9 | 1162 | SHFLAGS="-shared -Wl,--output-def,\$(@:${SLIBSUF}=.def),--out-implib,lib\$(SLIBNAME:\$(SLIBSUF)=.dll.a) -Wl,--enable-runtime-pseudo-reloc -Wl,--enable-auto-image-base" |
d474299a | 1163 | ;; |
4a5444db | 1164 | cygwin*) |
ced75d92 | 1165 | targetos=cygwin |
d474299a | 1166 | shlibdir="$bindir" |
41d5a86a VP |
1167 | VHOOKSHFLAGS='-shared -L$(BUILD_ROOT)/libavformat -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libavutil' |
1168 | VHOOKLIBS='-lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS)' | |
1169 | if enabled swscaler; then | |
1170 | VHOOKSHFLAGS="$VHOOKSHFLAGS -L\$(BUILD_ROOT)/libswscale" | |
1171 | VHOOKLIBS="$VHOOKLIBS -lswscale\$(BUILDSUF)" | |
1172 | fi | |
d474299a MR |
1173 | EXESUF=".exe" |
1174 | SLIBPREF="cyg" | |
1175 | SLIBSUF=".dll" | |
1176 | SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)' | |
1177 | SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)' | |
d205abe9 | 1178 | SHFLAGS='-shared -Wl,--out-implib=lib$(NAME).dll.a -Wl,--enable-auto-image-base' |
d474299a | 1179 | ;; |
4a5444db | 1180 | linux) |
d474299a | 1181 | LDLATEFLAGS="-Wl,--as-needed $LDLATEFLAGS" |
b48e359f | 1182 | dv1394="yes" |
d474299a | 1183 | ;; |
4a5444db | 1184 | irix*) |
ced75d92 | 1185 | targetos=irix |
d474299a | 1186 | ranlib="echo ignoring ranlib" |
d474299a | 1187 | ;; |
d474299a MR |
1188 | *) |
1189 | targetos="${targetos}-UNKNOWN" | |
1190 | ;; | |
ef0bc4c9 | 1191 | esac |
de6d9b64 | 1192 | |
c597172e | 1193 | add_extralibs $osextralibs |
de6d9b64 | 1194 | |
13ef7825 RP |
1195 | check_ldflags -lm |
1196 | ||
e3c00e34 | 1197 | if ! disabled logging ; then |
90be59ef | 1198 | enabled logging || logfile="$logging" |
57bd82d4 MR |
1199 | echo "# $0 $@" >$logfile |
1200 | set >>$logfile | |
2ba042a7 MR |
1201 | else |
1202 | logfile=/dev/null | |
57bd82d4 | 1203 | fi |
e89b8b0a | 1204 | |
28d8e661 DB |
1205 | # Combine FFLDFLAGS and the LDFLAGS environment variable. |
1206 | LDFLAGS="$FFLDFLAGS $LDFLAGS" | |
e89b8b0a | 1207 | |
fac252f9 | 1208 | test -n "$cross_prefix" && cross_compile=yes |
1ea46bed MR |
1209 | cc="${cross_prefix}${cc}" |
1210 | ar="${cross_prefix}${ar}" | |
1211 | ranlib="${cross_prefix}${ranlib}" | |
1212 | strip="${cross_prefix}${strip}" | |
1213 | ||
320d060a | 1214 | # we need to build at least one lib type |
93b3c083 | 1215 | if ! enabled_any static shared; then |
320d060a DB |
1216 | cat <<EOF |
1217 | At least one library type must be built. | |
1218 | Specify --enable-static to build the static libraries or --enable-shared to | |
1219 | build the shared libraries as well. To only build the shared libraries specify | |
1220 | --disable-static in addition to --enable-shared. | |
1221 | EOF | |
1222 | exit 1; | |
1223 | fi | |
1224 | ||
2a320695 RP |
1225 | if disabled static; then |
1226 | LIB="" | |
1227 | fi | |
1228 | ||
93b3c083 | 1229 | if ! enabled libogg; then |
ddf50e4c RP |
1230 | enabled libtheora && die "libogg must be enabled to enable libtheora." |
1231 | enabled libvorbis && die "libogg must be enabled to enable libvorbis." | |
5c5dea3f NB |
1232 | fi |
1233 | ||
a2234ceb RP |
1234 | if enabled_any libfaad libfaadbin ; then |
1235 | if check_header faad.h; then | |
1236 | check_cc << EOF | |
1237 | #include <faad.h> | |
1238 | #ifndef FAAD2_VERSION | |
1239 | ok faad1 | |
1240 | #endif | |
1241 | int main( void ) { return 0; } | |
1242 | EOF | |
1243 | test $? = 0 && enable libfaad2 | |
1244 | else | |
ff3dac65 | 1245 | die "FAAD test failed." |
a2234ceb RP |
1246 | fi |
1247 | fi | |
1248 | ||
1249 | ||
93b3c083 | 1250 | if ! enabled gpl; then |
54118497 RP |
1251 | die_gpl_disabled(){ |
1252 | name=$1 | |
1253 | shift | |
1254 | enabled_any $@ && die "$name is under GPL and --enable-gpl is not specified." | |
1255 | } | |
1256 | die_gpl_disabled "The Postprocessing code" pp | |
7bc5f2a8 | 1257 | die_gpl_disabled "liba52" liba52 |
1cc60c47 DB |
1258 | die_gpl_disabled "libx264" libx264 |
1259 | die_gpl_disabled "libxvidcore" libxvid | |
54118497 RP |
1260 | die_gpl_disabled "FAAD2" libfaad2 |
1261 | die_gpl_disabled "The X11 grabber" x11grab | |
1262 | die_gpl_disabled "The software scaler" swscaler | |
ebb810d9 | 1263 | fi |
b2e3c528 | 1264 | |
9eeed841 | 1265 | check_deps $ARCH_EXT_LIST |
0f3cb305 | 1266 | |
5d323602 MR |
1267 | test -z "$need_memalign" && need_memalign="$mmx" |
1268 | ||
cf9d24ad | 1269 | #Darwin CC versions |
ced75d92 | 1270 | if test $targetos = darwin; then |
b2924696 | 1271 | if test -n "`$cc -v 2>&1 | grep xlc`"; then |
30a3e5d4 | 1272 | add_cflags "-qpdf2 -qlanglvl=extc99 -qmaxmem=-1 -qarch=auto -qtune=auto" |
cf9d24ad | 1273 | else |
26c1b3be DB |
1274 | add_cflags "-no-cpp-precomp -pipe" |
1275 | check_cflags "-force_cpusubtype_ALL" | |
1276 | check_cflags "-Wno-sign-compare" | |
7799eeec | 1277 | disabled shared && add_cflags -mdynamic-no-pic |
cf9d24ad | 1278 | fi |
2a1a6b64 MN |
1279 | fi |
1280 | ||
703afd07 | 1281 | disabled optimize || add_cflags -fomit-frame-pointer |
cf9d24ad | 1282 | |
a4adb608 | 1283 | # Add processor-specific flags |
38d0a8aa | 1284 | if test $cpu != "generic"; then |
bc8ec47b MR |
1285 | warn_altivec(){ |
1286 | $1 altivec && echo "WARNING: Tuning for $2 but AltiVec $1."; | |
1658bc4f | 1287 | } |
38d0a8aa | 1288 | case $cpu in |
bb270c08 | 1289 | 601|ppc601|PowerPC601) |
1c5d830c | 1290 | add_cflags "-mcpu=601" |
bc8ec47b | 1291 | warn_altivec enabled PPC601 |
bb270c08 DB |
1292 | ;; |
1293 | 603*|ppc603*|PowerPC603*) | |
1c5d830c | 1294 | add_cflags "-mcpu=603" |
bc8ec47b | 1295 | warn_altivec enabled PPC603 |
bb270c08 DB |
1296 | ;; |
1297 | 604*|ppc604*|PowerPC604*) | |
1c5d830c | 1298 | add_cflags "-mcpu=604" |
bc8ec47b | 1299 | warn_altivec enabled PPC604 |
bb270c08 DB |
1300 | ;; |
1301 | G3|g3|75*|ppc75*|PowerPC75*) | |
1c5d830c | 1302 | add_cflags "-mcpu=750 -mpowerpc-gfxopt" |
bc8ec47b | 1303 | warn_altivec enabled PPC75x |
bb270c08 DB |
1304 | ;; |
1305 | G4|g4|745*|ppc745*|PowerPC745*) | |
1c5d830c | 1306 | add_cflags "-mcpu=7450 -mpowerpc-gfxopt" |
bc8ec47b | 1307 | warn_altivec disabled PPC745x |
bb270c08 DB |
1308 | ;; |
1309 | 74*|ppc74*|PowerPC74*) | |
1c5d830c | 1310 | add_cflags "-mcpu=7400 -mpowerpc-gfxopt" |
bc8ec47b | 1311 | warn_altivec disabled PPC74xx |
bb270c08 DB |
1312 | ;; |
1313 | G5|g5|970|ppc970|PowerPC970|power4*|Power4*) | |
1c5d830c | 1314 | add_cflags "-mcpu=970 -mpowerpc-gfxopt -mpowerpc64" |
bc8ec47b | 1315 | warn_altivec disabled PPC970 |
9cafbd6c | 1316 | enable ppc64 |
bb270c08 | 1317 | ;; |
e07e357d LB |
1318 | Cell|CELL|cell) |
1319 | add_cflags "-mcpu=cell" | |
1320 | warn_altivec disabled Cell | |
9cafbd6c | 1321 | enable ppc64 |
e07e357d | 1322 | ;; |
e7768fc5 GP |
1323 | # targets that do NOT support conditional mov (cmov) |
1324 | i[345]86|pentium|pentium-mmx|k6|k6-[23]|winchip-c6|winchip2|c3) | |
38d0a8aa | 1325 | add_cflags "-march=$cpu" |
e7768fc5 GP |
1326 | cmov="no" |
1327 | ;; | |
1328 | # targets that do support conditional mov (cmov) | |
416519dd | 1329 | i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2) |
e7768fc5 | 1330 | add_cflags "-march=$cpu" |
4c8d81fa | 1331 | cmov="yes" |
7073e9fc | 1332 | fast_cmov="yes" |
94e4c3a3 GP |
1333 | ;; |
1334 | # targets that do support conditional mov but on which it's slow | |
1335 | pentium4|prescott|nocona) | |
1336 | add_cflags "-march=$cpu" | |
1337 | cmov="yes" | |
7073e9fc | 1338 | fast_cmov="no" |
bb270c08 | 1339 | ;; |
d7b34d08 | 1340 | sparc64) |
1c5d830c | 1341 | add_cflags "-mcpu=v9" |
d7b34d08 | 1342 | ;; |
8684704b MH |
1343 | bf*) #bf531 bf532 bf533 bf561 bf5xx all get this config |
1344 | add_cflags "-mfdpic" | |
846dffeb | 1345 | add_ldflags "-mfdpic" |
8684704b | 1346 | ;; |
bb270c08 | 1347 | *) |
38d0a8aa | 1348 | echo "WARNING: Unknown CPU \"$cpu\", ignored." |
bb270c08 | 1349 | ;; |
a4adb608 MN |
1350 | esac |
1351 | fi | |
1352 | ||
412c1562 MR |
1353 | gnu_make(){ |
1354 | $1 --version 2>&1 | grep -q GNU | |
1355 | } | |
1356 | ||
1357 | if ! gnu_make $make; then | |
1358 | gnu_make gmake && make=gmake || die "GNU make not found." | |
1359 | fi | |
1360 | ||
be0d52ab MR |
1361 | # make sure we can execute files in $TMPDIR |
1362 | cat >$TMPE 2>>$logfile <<EOF | |
1363 | #! /bin/sh | |
1364 | EOF | |
1365 | chmod +x $TMPE >>$logfile 2>&1 | |
1366 | if ! $TMPE >>$logfile 2>&1; then | |
1367 | cat <<EOF | |
1368 | Unable to create and execute files in $TMPDIR1. Set the TMPDIR environment | |
68300911 DB |
1369 | variable to another directory and make sure that $TMPDIR1 is not mounted |
1370 | noexec. | |
be0d52ab MR |
1371 | EOF |
1372 | die "Sanity test failed." | |
1373 | fi | |
0244f743 | 1374 | rm $TMPE |
be0d52ab | 1375 | |
1a268acc MR |
1376 | # compiler sanity check |
1377 | check_exec <<EOF | |
1378 | int main(){ | |
1379 | return 0; | |
1380 | } | |
1381 | EOF | |
1382 | if test "$?" != 0; then | |
1383 | echo "$cc is unable to create an executable file." | |
93b3c083 | 1384 | if test -z "$cross_prefix" && ! enabled cross_compile ; then |
1a268acc | 1385 | echo "If $cc is a cross-compiler, use the --cross-compile option." |
c7ae6345 | 1386 | echo "Only do this if you know what cross compiling means." |
1a268acc MR |
1387 | fi |
1388 | die "C compiler test failed." | |
1389 | fi | |
1390 | ||
9eeed841 | 1391 | if enabled x86; then |
44965991 PI |
1392 | # check whether EBP is available on x86 |
1393 | # As 'i' is stored on the stack, this program will crash | |
1394 | # if the base pointer is used to access it because the | |
1395 | # base pointer is cleared in the inline assembly code. | |
7dfef245 | 1396 | check_exec_crash <<EOF && enable ebp_available |
44965991 PI |
1397 | volatile int i=0; |
1398 | asm volatile ( | |
1399 | "xorl %%ebp, %%ebp" | |
1400 | ::: "%ebp"); | |
1401 | return i; | |
44965991 PI |
1402 | EOF |
1403 | ||
1404 | # check wether EBX is available on x86 | |
1405 | check_cc <<EOF && enable ebx_available | |
1406 | int main(){ | |
1407 | asm volatile ("":::"%ebx"); | |
1408 | } | |
1409 | EOF | |
8e380710 LM |
1410 | |
1411 | # check whether binutils is new enough to compile SSSE3 | |
9eeed841 | 1412 | enabled ssse3 && check_cc <<EOF || disable ssse3 |
8e380710 LM |
1413 | int main(){ |
1414 | asm volatile ("pabsw %xmm0, %xmm0"); | |
1415 | } | |
1416 | EOF | |
44965991 PI |
1417 | fi |
1418 | ||
87ea51e0 LB |
1419 | # check for assembler specific support |
1420 | ||
cc6a90dd | 1421 | if test $arch = "powerpc"; then |
87ea51e0 LB |
1422 | check_cc <<EOF && dcbzl=yes |
1423 | int main(void) { | |
1424 | register long zero = 0; | |
1425 | char data[1024]; | |
1426 | asm volatile("dcbzl %0, %1" : : "b" (data), "r" (zero)); | |
1427 | return 0; | |
1428 | } | |
1429 | EOF | |
1430 | fi | |
1431 | ||
57bd82d4 MR |
1432 | # check for SIMD availability |
1433 | ||
115329f1 | 1434 | # AltiVec flags: The FSF version of GCC differs from the Apple version |
9eeed841 | 1435 | if enabled altivec; then |
0182fee8 MR |
1436 | if test -n "`$cc -v 2>&1 | grep version | grep Apple`"; then |
1437 | add_cflags "-faltivec" | |
1438 | else | |
1439 | add_cflags "-maltivec -mabi=altivec" | |
1440 | fi | |
b6e52719 | 1441 | |
0182fee8 | 1442 | check_header altivec.h |
a9a07762 | 1443 | |
0182fee8 | 1444 | # check if our compiler supports Motorola AltiVec C API |
90be59ef | 1445 | if enabled altivec_h; then |
f25fc9b1 MR |
1446 | inc_altivec_h="#include <altivec.h>" |
1447 | else | |
1448 | inc_altivec_h= | |
1449 | fi | |
1450 | check_cc <<EOF || altivec=no | |
dcd479c0 | 1451 | $inc_altivec_h |
a9a07762 MN |
1452 | int main(void) { |
1453 | vector signed int v1, v2, v3; | |
1454 | v1 = vec_add(v2,v3); | |
1455 | return 0; | |
1456 | } | |
1457 | EOF | |
1458 | fi | |
ab6c65f6 | 1459 | |
854fdb51 | 1460 | # check armv5te instructions support |
9eeed841 | 1461 | enabled armv5te && check_cc <<EOF || disable armv5te |
0182fee8 MR |
1462 | int main(void) { |
1463 | __asm__ __volatile__ ("qadd r0, r0, r0"); | |
1464 | } | |
854fdb51 | 1465 | EOF |
854fdb51 | 1466 | |
9eeed841 | 1467 | enabled armv6 && check_cc <<EOF || disable armv6 |
edab3048 MR |
1468 | int main(void) { |
1469 | __asm__ __volatile__ ("sadd16 r0, r0, r0"); | |
1470 | } | |
1471 | EOF | |
edab3048 | 1472 | |
854fdb51 | 1473 | # check iwmmxt support |
9eeed841 | 1474 | enabled iwmmxt && check_cc <<EOF || disable iwmmxt |
0182fee8 MR |
1475 | int main(void) { |
1476 | __asm__ __volatile__ ("wunpckelub wr6, wr4"); | |
1477 | } | |
854fdb51 | 1478 | EOF |
d46aba26 | 1479 | |
29799f8b | 1480 | # check if our compiler supports mmi |
670ab312 | 1481 | enabled mmi && check_cc <<EOF || disable mmi |
d46aba26 LS |
1482 | int main(void) { |
1483 | __asm__ ("lq \$2, 0(\$2)"); | |
1484 | return 0; | |
1485 | } | |
1486 | EOF | |
57bd82d4 | 1487 | |
57bd82d4 MR |
1488 | # --- |
1489 | # big/little-endian test | |
9eebe687 MR |
1490 | check_cc <<EOF || die "endian test failed" |
1491 | unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E'; | |
a3999908 | 1492 | EOF |
e89d9fd8 | 1493 | grep -q BIGE $TMPO && enable bigendian |
487a54d7 | 1494 | |
a3999908 | 1495 | # --- |
3d204385 NK |
1496 | # check availability of some header files |
1497 | ||
0701ca7f MR |
1498 | check_header malloc.h |
1499 | check_func memalign | |
3d204385 | 1500 | |
93b3c083 | 1501 | if ! enabled_any memalign memalign_hack && enabled need_memalign ; then |
57bd82d4 | 1502 | die "Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack." |
8bf5d58f MN |
1503 | fi |
1504 | ||
0701ca7f | 1505 | check_header byteswap.h |
47d23bbf | 1506 | |
6ffa87d3 | 1507 | check_func mkstemp |
b6c748ed | 1508 | check_func gethrtime |
6ffa87d3 | 1509 | |
e16e49ac RP |
1510 | check_header termios.h |
1511 | check_header conio.h | |
1512 | ||
0701ca7f | 1513 | check_func inet_aton |
57bd82d4 | 1514 | enabled zlib && check_lib zlib.h zlibVersion -lz || zlib="no" |
57bd82d4 | 1515 | |
b0c858d8 FR |
1516 | # ffserver uses poll(), |
1517 | # if it's not found we can emulate it using select(). | |
1518 | if enabled ffserver; then | |
1519 | check_header sys/poll.h | |
1520 | fi | |
1521 | ||
57bd82d4 MR |
1522 | # check for some common methods of building with pthread support |
1523 | # do this before the optional library checks as some of them require pthreads | |
1524 | if enabled pthreads; then | |
9e7fd101 MR |
1525 | if check_func pthread_create; then |
1526 | : | |
1527 | elif check_func pthread_create -pthread; then | |
1528 | add_cflags -pthread | |
1529 | add_ldflags -pthread | |
1530 | elif check_func pthread_create -pthreads; then | |
1531 | add_cflags -pthreads | |
1532 | add_ldflags -pthreads | |
1533 | elif ! check_lib pthread.h pthread_create -lpthread; then | |
1534 | die "ERROR: can't find pthreads library" | |
1535 | fi | |
57bd82d4 MR |
1536 | fi |
1537 | ||
8eee7025 | 1538 | for thread in $THREADS_LIST; do |
e5f94c2b | 1539 | if enabled $thread; then |
aa45201d | 1540 | if test -n "$thread_type"; then |
e5f94c2b RP |
1541 | die "ERROR: Only one thread type must be selected." |
1542 | else | |
1543 | thread_type="$thread" | |
1544 | fi | |
1545 | fi | |
1546 | done | |
1547 | ||
f32adb22 MR |
1548 | # test for lrintf in math.h |
1549 | check_exec <<EOF && lrintf=yes || lrintf=no | |
1550 | #define _ISOC9X_SOURCE 1 | |
1551 | #include <math.h> | |
1552 | int main( void ) { return (lrintf(3.999f) > 0)?0:1; } | |
1553 | EOF | |
1554 | ||
f5a756ef | 1555 | enabled_any libamr_nb libamr_wb && enable libamr |
12b61a74 | 1556 | |
57bd82d4 | 1557 | # these are off by default, so fail if requested and not available |
79fda097 | 1558 | enabled avisynth && require2 vfw32 "windows.h vfw.h" AVIFileInit -lvfw32 |
7bc5f2a8 | 1559 | enabled liba52 && require liba52 a52dec/a52.h a52_init -la52 |
f5a756ef DB |
1560 | enabled libamr_nb && require libamrnb amrnb/interf_dec.h Speech_Decode_Frame_init -lamrnb -lm |
1561 | enabled libamr_wb && require libamrwb amrwb/dec_if.h D_IF_init -lamrwb -lm | |
f7b8bffe | 1562 | enabled libdc1394 && require libdc1394 libdc1394/dc1394_control.h dc1394_create_handle -ldc1394_control -lraw1394 |
79fda097 DB |
1563 | enabled libfaac && require2 libfaac "stdint.h faac.h" faacEncGetVersion -lfaac |
1564 | enabled libfaad && require2 libfaad faad.h faacDecOpen -lfaad | |
910c62e1 | 1565 | enabled libgsm && require libgsm gsm.h gsm_create -lgsm |
6ebe07fb | 1566 | enabled libmp3lame && require LAME lame/lame.h lame_init -lmp3lame -lm |
79fda097 DB |
1567 | enabled libnut && require libnut libnut.h nut_demuxer_init -lnut |
1568 | enabled libogg && require libogg ogg/ogg.h ogg_sync_init -logg | |
910c62e1 DB |
1569 | enabled libtheora && require libtheora theora/theora.h theora_info_init -ltheora -logg |
1570 | enabled libvorbis && require libvorbis vorbis/vorbisenc.h vorbis_info_init -lvorbis -lvorbisenc -logg | |
1cc60c47 DB |
1571 | enabled libx264 && require x264 x264.h x264_encoder_open -lx264 |
1572 | enabled libxvid && require Xvid xvid.h xvid_global -lxvidcore | |
910c62e1 | 1573 | enabled mlib && require mediaLib mlib_types.h mlib_VectorSub_S16_U8_Mod -lmlib |
8ac17293 | 1574 | |
6ea67bbb JR |
1575 | # disable the native AC-3 decoder if liba52 is enabled |
1576 | enabled liba52 && disable ac3_decoder | |
1577 | ||
c13e1abd FH |
1578 | _restrict= |
1579 | for restrict_keyword in restrict __restrict__ __restrict; do | |
57bd82d4 | 1580 | check_cc <<EOF && _restrict=$restrict_keyword && break |
dcd479c0 MR |
1581 | void foo(char * $restrict_keyword p); |
1582 | EOF | |
c13e1abd FH |
1583 | done |
1584 | ||
a8721c09 FB |
1585 | # dlopen/dlfcn.h probing |
1586 | ||
0701ca7f | 1587 | check_header dlfcn.h |
a8721c09 | 1588 | |
dcd479c0 | 1589 | if check_func dlopen; then |
dcd479c0 | 1590 | ldl= |
0701ca7f MR |
1591 | elif check_func dlopen -ldl; then |
1592 | ldl=-ldl | |
a8721c09 FB |
1593 | fi |
1594 | ||
66be5b45 | 1595 | check_func getrusage |
7495c306 | 1596 | check_func2 windows.h GetProcessTimes |
66be5b45 | 1597 | |
4f3da985 RP |
1598 | check_func fork |
1599 | ||
703afd07 | 1600 | test "$vhook" = "default" && vhook="$dlopen" |
a8721c09 | 1601 | |
81a409c8 | 1602 | enabled_any vhook liba52bin libfaadbin ffserver && add_extralibs $ldl |
bfd2edeb | 1603 | |
b0268cc0 | 1604 | if test "$targetos" = cygwin -o "$targetos" = mingw32 && enabled_all static vhook ; then |
fbb9d104 VP |
1605 | vhook="no" |
1606 | echo | |
b0268cc0 | 1607 | echo "At the moment vhooks don't work on Cygwin or MinGW static builds." |
fbb9d104 VP |
1608 | echo "Patches welcome." |
1609 | echo | |
1610 | fi | |
1611 | ||
8d923001 MR |
1612 | if enabled vhook; then |
1613 | check_ldflags -rdynamic | |
1614 | check_ldflags -export-dynamic | |
1615 | fi | |
bfd2edeb | 1616 | |
703afd07 | 1617 | enabled audio_beos && add_extralibs "-lmedia -lbe" |
9464f2b8 | 1618 | |
eea50282 MR |
1619 | check_foo_config imlib2 imlib2 Imlib2.h imlib_load_font |
1620 | check_foo_config freetype2 freetype ft2build.h FT_Init_FreeType | |
04511d53 | 1621 | |
a86b921c | 1622 | ########################################## |
29799f8b | 1623 | # SDL check |
a86b921c | 1624 | |
a86b921c FB |
1625 | sdl_too_old=no |
1626 | sdl=no | |
6a1a892f | 1627 | SDL_CONFIG="${cross_prefix}sdl-config" |
225e21ef MR |
1628 | if "${SDL_CONFIG}" --version >/dev/null 2>&1; then |
1629 | sdl_cflags=`"${SDL_CONFIG}" --cflags` | |
1630 | temp_cflags $sdl_cflags | |
dcd479c0 | 1631 | temp_extralibs `"${SDL_CONFIG}" --libs` |
225e21ef | 1632 | if check_lib SDL.h SDL_Init; then |
dcd479c0 | 1633 | _sdlversion=`"${SDL_CONFIG}" --version | sed 's/[^0-9]//g'` |
29f3b38a | 1634 | if test "$_sdlversion" -lt 121 ; then |
dcd479c0 MR |
1635 | sdl_too_old=yes |
1636 | else | |
1637 | sdl=yes | |
225e21ef | 1638 | check_cc $sdl_cflags <<EOF && enable sdl_video_size |
29f3b38a MR |
1639 | #include <SDL.h> |
1640 | int main(void){ | |
1641 | const SDL_VideoInfo *vi = SDL_GetVideoInfo(); | |
1642 | int w = vi->current_w; | |
1643 | return 0; | |
1644 | } | |
1645 | EOF | |
dcd479c0 MR |
1646 | fi |
1647 | fi | |
29f3b38a | 1648 | restore_flags |
c3f6b472 | 1649 | fi |
57bd82d4 | 1650 | |
d5697779 | 1651 | texi2html -version >/dev/null 2>&1 && enable texi2html || disable texi2html |
146ea952 | 1652 | |
7a91333f | 1653 | ########################################## |
73b46a95 RP |
1654 | # Network check |
1655 | ||
1656 | if enabled network; then | |
1657 | # Prefer arpa/inet.h over winsock2 | |
1658 | if check_header arpa/inet.h ; then | |
1659 | check_func closesocket | |
1660 | elif check_header winsock2.h ; then | |
1661 | add_extralibs -lws2_32 | |
1662 | check_func2 winsock2.h closesocket | |
1663 | fi | |
1664 | fi | |
1665 | ||
1666 | ########################################## | |
29799f8b | 1667 | # IPv6 check |
7a91333f | 1668 | |
0c7bb0e5 | 1669 | enabled network && enabled ipv6 && check_ld <<EOF && ipv6=yes || ipv6=no |
7a91333f HZ |
1670 | #include <sys/types.h> |
1671 | #include <sys/socket.h> | |
1672 | #include <netinet/in.h> | |
1673 | #include <netdb.h> | |
1674 | int main( void ) { | |
1675 | struct sockaddr_storage saddr; | |
1676 | struct ipv6_mreq mreq6; | |
1677 | getaddrinfo(0,0,0,0); | |
1678 | getnameinfo(0,0,0,0,0,0,0); | |
12fe88b4 | 1679 | IN6_IS_ADDR_MULTICAST((const struct in6_addr *)0); |
7a91333f HZ |
1680 | } |
1681 | EOF | |
1682 | ||
06e31011 RP |
1683 | check_header linux/videodev.h |
1684 | check_header linux/videodev2.h | |
47f38850 | 1685 | |
f8aa696f | 1686 | # check for ioctl_meteor.h, ioctl_bt848.h and alternatives |
1c915f83 RP |
1687 | { check_header dev/bktr/ioctl_meteor.h && |
1688 | check_header dev/bktr/ioctl_bt848.h; } || | |
1689 | { check_header machine/ioctl_meteor.h && | |
1690 | check_header machine/ioctl_bt848.h; } || | |
1691 | { check_header dev/video/meteor/ioctl_meteor.h && | |
1692 | check_header dev/video/bktr/ioctl_bt848.h; } || | |
1693 | check_header dev/ic/bt8xx.h | |
f8aa696f | 1694 | |
c7682de0 RP |
1695 | check_header sys/soundcard.h |
1696 | check_header soundcard.h | |
deb29777 | 1697 | |
f58f4ce1 | 1698 | # Deal with the x11 frame grabber |
56a059ac | 1699 | enabled x11grab && |
f58f4ce1 GP |
1700 | enabled gpl && |
1701 | enabled x11_grab_device_demuxer && | |
1702 | check_header X11/Xlib.h && | |
1703 | check_header X11/extensions/XShm.h && | |
1704 | check_func XOpenDisplay -lX11 && | |
1705 | check_func XShmCreateImage -lX11 -lXext && | |
1706 | add_extralibs -lX11 -lXext || | |
1707 | disable x11_grab_device_demuxer | |
1708 | ||
57bd82d4 MR |
1709 | enabled debug && add_cflags -g |
1710 | ||
1711 | # add some useful compiler flags if supported | |
1712 | check_cflags -Wdeclaration-after-statement | |
dcd479c0 MR |
1713 | check_cflags -Wall |
1714 | check_cflags -Wno-switch | |
c07bd6a9 MN |
1715 | check_cflags -Wdisabled-optimization |
1716 | check_cflags -Wpointer-arith | |
1717 | check_cflags -Wredundant-decls | |
cc1fb623 | 1718 | check_cflags -Wno-pointer-sign |
5af4e0cc | 1719 | enabled extra_warnings && check_cflags -Winline |
cf9d24ad | 1720 | |
57bd82d4 | 1721 | # add some linker flags |
5c0e9479 | 1722 | check_ldflags -Wl,--warn-common |
e240ee67 | 1723 | check_ldflags $LDLATEFLAGS |
94a3401e | 1724 | |
bd2216e4 MR |
1725 | if enabled small; then |
1726 | check_cflags -Os # not all compilers support -Os | |
1727 | optimize="small" | |
1728 | elif enabled optimize; then | |
b2924696 | 1729 | if test -n "`$cc -v 2>&1 | grep xlc`"; then |
30a3e5d4 NP |
1730 | add_cflags "-O5" |
1731 | add_ldflags "-O5" | |
cf9d24ad | 1732 | else |
30a3e5d4 | 1733 | add_cflags "-O3" |
cf9d24ad | 1734 | fi |
cddf3f45 GM |
1735 | fi |
1736 | ||
80581e98 | 1737 | # PIC flags for shared library objects where they are needed |
5af4e0cc | 1738 | if enabled shared; then |
f25fc9b1 MR |
1739 | # LIBOBJFLAGS may have already been set in the OS configuration |
1740 | if test -z "$LIBOBJFLAGS" ; then | |
cc6a90dd | 1741 | case "$arch" in |
f824ba7b | 1742 | x86_64|ia64|alpha|sparc*|power*) LIBOBJFLAGS="\$(PIC)" ;; |
813457e5 | 1743 | esac |
80581e98 | 1744 | fi |
80581e98 MN |
1745 | fi |
1746 | ||
90be59ef | 1747 | if enabled gprof; then |
30a3e5d4 NP |
1748 | add_cflags "-p" |
1749 | add_ldflags "-p" | |
1db54e20 DB |
1750 | fi |
1751 | ||
3b26ee47 | 1752 | VHOOKCFLAGS="-fPIC" |
18451f7d | 1753 | |
4454dc1b JD |
1754 | # find if .align arg is power-of-two or not |
1755 | if test $asmalign_pot = "unknown"; then | |
1756 | asmalign_pot="no" | |
1757 | echo 'asm (".align 3");' | check_cc && asmalign_pot="yes" | |
1758 | fi | |
1759 | ||
660db1d6 DB |
1760 | enabled_any $ENCODER_LIST && enable encoders |
1761 | enabled_any $DECODER_LIST && enable decoders | |
1762 | enabled_any $MUXER_LIST && enable muxers | |
1763 | enabled_any $DEMUXER_LIST && enable demuxers | |
c08fb000 | 1764 | enabled_any $PROTOCOL_LIST && enable protocols |
cd61e407 | 1765 | enabled_any $BSF_LIST && enable bsfs |
f70f03f6 | 1766 | |
660db1d6 | 1767 | enabled_any $THREADS_LIST && enable threads |
f70f03f6 MR |
1768 | |
1769 | check_deps $CONFIG_LIST $HAVE_LIST $DECODER_LIST $ENCODER_LIST $PARSER_LIST \ | |
cd61e407 | 1770 | $BSF_LIST $DEMUXER_LIST $MUXER_LIST $PROTOCOL_LIST |
f70f03f6 | 1771 | |
f7b8bffe | 1772 | enabled libdc1394 && append pkg_requires "libraw1394" |
fb2ce7d9 MR |
1773 | enabled libogg && append pkg_requires "ogg >= 1.1" |
1774 | enabled libtheora && append pkg_requires "theora" | |
1775 | enabled libvorbis && append pkg_requires "vorbis vorbisenc" | |
fb2ce7d9 | 1776 | |
f36958f8 DB |
1777 | echo "install prefix $PREFIX" |
1778 | echo "source path $source_path" | |
1779 | echo "C compiler $cc" | |
1780 | echo "make $make" | |
bfd5afd8 | 1781 | echo ".align is power-of-two $asmalign_pot" |
f36958f8 | 1782 | echo "ARCH $arch ($cpu)" |
eb94aca9 | 1783 | if test "$BUILDSUF" != ""; then |
f36958f8 | 1784 | echo "build suffix $BUILDSUF" |
eb94aca9 | 1785 | fi |
0db2ce77 | 1786 | echo "big-endian ${bigendian-no}" |
419b8784 | 1787 | if test $arch = "x86_32" -o $arch = "x86_64"; then |
0db2ce77 MR |
1788 | echo "MMX enabled ${mmx-no}" |
1789 | echo "CMOV enabled ${cmov-no}" | |
1790 | echo "CMOV is fast ${fast_cmov-no}" | |
971cc990 MN |
1791 | echo "EBX available ${ebx_available-no}" |
1792 | echo "EBP available ${ebp_available-no}" | |
e41e8342 | 1793 | fi |
cc6a90dd | 1794 | if test $arch = "armv4l"; then |
0db2ce77 MR |
1795 | echo "ARMv5TE enabled ${armv5te-no}" |
1796 | echo "ARMv6 enabled ${armv6-no}" | |
1797 | echo "IWMMXT enabled ${iwmmxt-no}" | |
eba9ae3c | 1798 | fi |
e241ba14 | 1799 | if test $arch = "mips"; then |
0db2ce77 | 1800 | echo "MMI enabled ${mmi-no}" |
e41e8342 | 1801 | fi |
cc6a90dd | 1802 | if test $arch = "powerpc"; then |
0db2ce77 MR |
1803 | echo "AltiVec enabled ${altivec-no}" |
1804 | echo "dcbzl available ${dcbzl-no}" | |
e41e8342 | 1805 | fi |
0db2ce77 MR |
1806 | echo "gprof enabled ${gprof-no}" |
1807 | echo "debug symbols ${debug-no}" | |
1808 | echo "strip symbols ${dostrip-no}" | |
1809 | echo "optimize ${optimize-no}" | |
1810 | echo "static ${static-no}" | |
1811 | echo "shared ${shared-no}" | |
1812 | echo "postprocessing support ${pp-no}" | |
1813 | echo "software scaler enabled ${swscaler-no}" | |
1814 | echo "video hooking ${vhook-no}" | |
90be59ef | 1815 | if enabled vhook; then |
0db2ce77 MR |
1816 | echo "Imlib2 support ${imlib2-no}" |
1817 | echo "FreeType support ${freetype2-no}" | |
68892110 | 1818 | fi |
0db2ce77 | 1819 | echo "network support ${network-no}" |
90be59ef | 1820 | if enabled network; then |
0db2ce77 | 1821 | echo "IPv6 support ${ipv6-no}" |
bfd5afd8 | 1822 | fi |
0db2ce77 MR |
1823 | echo "threading support ${thread_type-no}" |
1824 | echo "SDL support ${sdl-no}" | |
90be59ef | 1825 | if enabled sdl_too_old; then |
bfd5afd8 DB |
1826 | echo "-> Your SDL version is too old - please upgrade to have FFplay/SDL support." |
1827 | fi | |
0db2ce77 MR |
1828 | echo "Sun medialib support ${mlib-no}" |
1829 | echo "AVISynth enabled ${avisynth-no}" | |
1830 | echo "liba52 support ${liba52-no}" | |
1831 | echo "liba52 dlopened ${liba52bin-no}" | |
1832 | echo "libamr-nb support ${libamr_nb-no}" | |
1833 | echo "libamr-wb support ${libamr_wb-no}" | |
f7b8bffe | 1834 | echo "libdc1394 support ${libdc1394-no}" |
0db2ce77 MR |
1835 | echo "libfaac enabled ${libfaac-no}" |
1836 | echo "libfaad enabled ${libfaad-no}" | |
7e0871a7 | 1837 | echo "libfaad dlopened ${libfaadbin-no}" |
0db2ce77 MR |
1838 | echo "libgsm enabled ${libgsm-no}" |
1839 | echo "libmp3lame enabled ${libmp3lame-no}" | |
1840 | echo "libnut enabled ${libnut-no}" | |
1841 | echo "libogg enabled ${libogg-no}" | |
1842 | echo "libtheora enabled ${libtheora-no}" | |
1843 | echo "libvorbis enabled ${libvorbis-no}" | |
1844 | echo "x264 enabled ${libx264-no}" | |
1845 | echo "XviD enabled ${libxvid-no}" | |
1846 | echo "zlib enabled ${zlib-no}" | |
93b3c083 | 1847 | if ! enabled gpl; then |
f25fc9b1 | 1848 | echo "License: LGPL" |
b2e3c528 | 1849 | else |
f25fc9b1 | 1850 | echo "License: GPL" |
b2e3c528 | 1851 | fi |
de6d9b64 | 1852 | |
29799f8b | 1853 | echo "Creating config.mak and config.h..." |
de6d9b64 | 1854 | |
29799f8b DB |
1855 | echo "# Automatically generated by configure - do not modify!" > config.mak |
1856 | echo "/* Automatically generated by configure - do not modify! */" > $TMPH | |
0fd12426 | 1857 | echo "#define FFMPEG_CONFIGURATION \"$FFMPEG_CONFIGURATION\"" >> $TMPH |
de6d9b64 | 1858 | |
2266e085 | 1859 | echo "PREFIX=$PREFIX" >> config.mak |
c75560ae | 1860 | echo "prefix=\$(DESTDIR)\$(PREFIX)" >> config.mak |
22a324da DB |
1861 | echo "LIBDIR=\$(DESTDIR)$libdir" >> config.mak |
1862 | echo "SHLIBDIR=\$(DESTDIR)$shlibdir" >> config.mak | |
1863 | echo "INCDIR=\$(DESTDIR)$incdir" >> config.mak | |
1864 | echo "BINDIR=\$(DESTDIR)$bindir" >> config.mak | |
1865 | echo "MANDIR=\$(DESTDIR)$mandir" >> config.mak | |
4a908fbc | 1866 | echo "MAKE=$make" >> config.mak |
980fc7b8 FB |
1867 | echo "CC=$cc" >> config.mak |
1868 | echo "AR=$ar" >> config.mak | |
be7109c1 | 1869 | echo "RANLIB=$ranlib" >> config.mak |
20369773 | 1870 | echo "LN_S=$ln_s" >> config.mak |
90be59ef | 1871 | if enabled dostrip; then |
f25fc9b1 | 1872 | echo "STRIP=$strip" >> config.mak |
65d1bea2 | 1873 | else |
f25fc9b1 | 1874 | echo "STRIP=echo ignoring strip" >> config.mak |
65d1bea2 | 1875 | fi |
75388c74 | 1876 | |
a9b3f630 | 1877 | echo "OPTFLAGS=$CFLAGS" >> config.mak |
408382a4 | 1878 | echo "VHOOKCFLAGS=$VHOOKCFLAGS">>config.mak |
0f3cb305 | 1879 | echo "LDFLAGS=$LDFLAGS" >> config.mak |
f39e56a8 | 1880 | echo "LDCONFIG=$LDCONFIG" >> config.mak |
c536cb09 | 1881 | echo "FFSERVERLDFLAGS=$FFSERVERLDFLAGS" >> config.mak |
e1707f52 | 1882 | echo "SHFLAGS=$SHFLAGS" >> config.mak |
408382a4 | 1883 | echo "VHOOKSHFLAGS=$VHOOKSHFLAGS" >> config.mak |
fbb9d104 | 1884 | echo "VHOOKLIBS=$VHOOKLIBS" >> config.mak |
80581e98 | 1885 | echo "LIBOBJFLAGS=$LIBOBJFLAGS" >> config.mak |
5af4e0cc | 1886 | echo "BUILD_STATIC=$static" >> config.mak |
eb94aca9 | 1887 | echo "BUILDSUF=$BUILDSUF" >> config.mak |
f3ec2d46 | 1888 | echo "LIBPREF=$LIBPREF" >> config.mak |
eb94aca9 | 1889 | echo "LIBSUF=\${BUILDSUF}$LIBSUF" >> config.mak |
60147de8 | 1890 | echo "LIB=$LIB" >> config.mak |
f3ec2d46 | 1891 | echo "SLIBPREF=$SLIBPREF" >> config.mak |
eb94aca9 CY |
1892 | echo "SLIBSUF=\${BUILDSUF}$SLIBSUF" >> config.mak |
1893 | echo "EXESUF=\${BUILDSUF}$EXESUF" >> config.mak | |
4dc62701 | 1894 | |
90be59ef | 1895 | if enabled bigendian; then |
0f3cb305 FB |
1896 | echo "WORDS_BIGENDIAN=yes" >> config.mak |
1897 | echo "#define WORDS_BIGENDIAN 1" >> $TMPH | |
91d1f1a4 | 1898 | fi |
90be59ef | 1899 | if enabled mmx; then |
e82c5a8c | 1900 | echo "#define __CPU__ 586" >> $TMPH |
de6d9b64 | 1901 | fi |
44161118 | 1902 | |
90be59ef | 1903 | if enabled sdl; then |
6a1a892f FD |
1904 | echo "SDL_LIBS=`"${SDL_CONFIG}" --libs`" >> config.mak |
1905 | echo "SDL_CFLAGS=`"${SDL_CONFIG}" --cflags`" >> config.mak | |
a86b921c | 1906 | fi |
90be59ef | 1907 | if enabled texi2html; then |
146ea952 NB |
1908 | echo "BUILD_DOC=yes" >> config.mak |
1909 | fi | |
5a872801 | 1910 | |
790c9ca7 | 1911 | sws_version=`grep '#define LIBSWSCALE_VERSION ' "$source_path/libswscale/swscale.h" | sed 's/[^0-9\.]//g'` |
6d9a2421 | 1912 | pp_version=`grep '#define LIBPOSTPROC_VERSION ' "$source_path/libpostproc/postprocess.h" | sed 's/[^0-9\.]//g'` |
5a872801 LB |
1913 | lavc_version=`grep '#define LIBAVCODEC_VERSION ' "$source_path/libavcodec/avcodec.h" | sed 's/[^0-9\.]//g'` |
1914 | lavf_version=`grep '#define LIBAVFORMAT_VERSION ' "$source_path/libavformat/avformat.h" | sed 's/[^0-9\.]//g'` | |
1915 | lavu_version=`grep '#define LIBAVUTIL_VERSION ' "$source_path/libavutil/avutil.h" | sed 's/[^0-9\.]//g'` | |
1916 | ||
1917 | ||
1918 | ||
5af4e0cc | 1919 | if enabled shared; then |
0319c531 | 1920 | echo "BUILD_SHARED=yes" >> config.mak |
97006039 | 1921 | echo "PIC=-fPIC -DPIC" >> config.mak |
7e303556 DB |
1922 | echo "SPPMAJOR=${pp_version%%.*}" >> config.mak |
1923 | echo "SPPVERSION=$pp_version" >> config.mak | |
39503a27 | 1924 | echo "LAVCMAJOR=${lavc_version%%.*}" >> config.mak |
5a872801 | 1925 | echo "LAVCVERSION=$lavc_version" >> config.mak |
39503a27 | 1926 | echo "LAVFMAJOR=${lavf_version%%.*}" >> config.mak |
5a872801 | 1927 | echo "LAVFVERSION=$lavf_version" >> config.mak |
39503a27 | 1928 | echo "LAVUMAJOR=${lavu_version%%.*}" >> config.mak |
5a872801 | 1929 | echo "LAVUVERSION=$lavu_version" >> config.mak |
790c9ca7 LA |
1930 | echo "SWSMAJOR=${sws_version%%.*}" >> config.mak |
1931 | echo "SWSVERSION=$sws_version" >> config.mak | |
4bdd05e7 | 1932 | echo "SLIBNAME=${SLIBNAME}" >> config.mak |
f3b60109 DB |
1933 | echo "SLIBNAME_WITH_VERSION=${SLIBNAME_WITH_VERSION}" >> config.mak |
1934 | echo "SLIBNAME_WITH_MAJOR=${SLIBNAME_WITH_MAJOR}" >> config.mak | |
5cb854e1 | 1935 | echo "SLIB_EXTRA_CMD=${SLIB_EXTRA_CMD}" >> config.mak |
8fbec4f4 | 1936 | echo "SLIB_INSTALL_EXTRA_CMD=${SLIB_INSTALL_EXTRA_CMD}" >> config.mak |
0319c531 | 1937 | fi |
d7e27559 | 1938 | echo "LIB_INSTALL_EXTRA_CMD=${LIB_INSTALL_EXTRA_CMD}" >> config.mak |
ef0bc4c9 | 1939 | echo "EXTRALIBS=$extralibs" >> config.mak |
d2845d68 | 1940 | |
3d907e22 MR |
1941 | print_config ARCH_ $TMPH config.mak $ARCH_LIST |
1942 | print_config HAVE_ $TMPH config.mak $HAVE_LIST | |
1943 | print_config CONFIG_ $TMPH config.mak $CONFIG_LIST \ | |
1944 | $DECODER_LIST \ | |
1945 | $ENCODER_LIST \ | |
1946 | $PARSER_LIST \ | |
1947 | $BSF_LIST \ | |
1948 | $DEMUXER_LIST \ | |
1949 | $MUXER_LIST \ | |
1950 | $PROTOCOL_LIST \ | |
8ac17293 | 1951 | |
c13e1abd FH |
1952 | echo "#define restrict $_restrict" >> $TMPH |
1953 | ||
bd2216e4 | 1954 | if enabled small; then |
3bf98161 | 1955 | echo "#define av_always_inline" >> $TMPH |
bb801c97 MN |
1956 | fi |
1957 | ||
997baf01 MR |
1958 | echo "SRC_PATH=\"$source_path\"" >> config.mak |
1959 | echo "SRC_PATH_BARE=$source_path" >> config.mak | |
1960 | echo "BUILD_ROOT=\"$PWD\"" >> config.mak | |
0f3cb305 | 1961 | |
8156056e | 1962 | # Apparently it's not possible to portably echo a backslash. |
90be59ef | 1963 | if enabled asmalign_pot; then |
8156056e | 1964 | printf '#define ASMALIGN(ZEROBITS) ".align " #ZEROBITS "\\n\\t"\n' >> $TMPH |
4454dc1b | 1965 | else |
8156056e | 1966 | printf '#define ASMALIGN(ZEROBITS) ".align 1<<" #ZEROBITS "\\n\\t"\n' >> $TMPH |
4454dc1b JD |
1967 | fi |
1968 | ||
bc634f6f | 1969 | |
9cb2cf10 | 1970 | # Do not overwrite config.h if unchanged to avoid superfluous rebuilds. |
c683a5d1 | 1971 | if ! cmp -s $TMPH config.h; then |
9cb2cf10 DB |
1972 | mv -f $TMPH config.h |
1973 | else | |
1974 | echo "config.h is unchanged" | |
1975 | fi | |
3d204385 | 1976 | |
f3ec2d46 | 1977 | rm -f $TMPO $TMPC $TMPE $TMPS $TMPH |
def4272a | 1978 | |
165af439 | 1979 | # build tree in object directory if source path is different from current one |
90be59ef | 1980 | if enabled source_path_used; then |
165af439 MR |
1981 | DIRS="\ |
1982 | doc \ | |
165af439 MR |
1983 | libavcodec \ |
1984 | libavcodec/alpha \ | |
1985 | libavcodec/armv4l \ | |
1986 | libavcodec/bfin \ | |
1987 | libavcodec/i386 \ | |
165af439 MR |
1988 | libavcodec/mlib \ |
1989 | libavcodec/ppc \ | |
7506d47a | 1990 | libavcodec/sh4 \ |
862a70f1 AJ |
1991 | libavcodec/sparc \ |
1992 | libavformat \ | |
165af439 | 1993 | libavutil \ |
862a70f1 | 1994 | libpostproc \ |
165af439 MR |
1995 | libswscale \ |
1996 | tests \ | |
c07ed8c8 | 1997 | tools \ |
165af439 MR |
1998 | vhook \ |
1999 | " | |
2000 | FILES="\ | |
2001 | Makefile \ | |
2002 | common.mak \ | |
862a70f1 | 2003 | doc/texi2pod.pl \ |
165af439 | 2004 | libavcodec/Makefile \ |
862a70f1 | 2005 | libavformat/Makefile \ |
165af439 | 2006 | libavutil/Makefile \ |
862a70f1 | 2007 | libpostproc/Makefile \ |
165af439 | 2008 | libswscale/Makefile \ |
165af439 MR |
2009 | " |
2010 | for dir in $DIRS ; do | |
2011 | mkdir -p $dir | |
2012 | done | |
2013 | for f in $FILES ; do | |
20369773 | 2014 | $ln_s "$source_path/$f" $f |
165af439 MR |
2015 | done |
2016 | fi | |
def4272a | 2017 | |
def4272a | 2018 | |
d0674868 | 2019 | # build pkg-config files |
77aee36c | 2020 | # FIXME: libdir and includedir are hardcoded and may differ from the real path. |
def4272a | 2021 | |
d0674868 DB |
2022 | pkgconfig_generate(){ |
2023 | name=$1 | |
2024 | comment=$2 | |
2025 | version=$3 | |
2026 | libs=$4 | |
2027 | requires=$5 | |
2028 | include=$6 | |
2029 | cat <<EOF >$name.pc | |
2266e085 | 2030 | prefix=$PREFIX |
a94e666c | 2031 | exec_prefix=\${prefix} |
def4272a | 2032 | libdir=\${exec_prefix}/lib |
a94e666c | 2033 | includedir=\${prefix}/include |
def4272a | 2034 | |
d0674868 DB |
2035 | Name: $name |
2036 | Description: $comment | |
2037 | Version: $version | |
2038 | Requires: $requires | |
def4272a | 2039 | Conflicts: |
d0674868 DB |
2040 | Libs: -L\${libdir} $libs |
2041 | Cflags: -I\${includedir} -I\${includedir}/$include | |
def4272a | 2042 | EOF |
d0674868 | 2043 | } |
def4272a | 2044 | |
d0674868 DB |
2045 | pkgconfig_generate_uninstalled(){ |
2046 | name=$1 | |
9c476fd6 | 2047 | shortname=${name#lib} |
d0674868 DB |
2048 | comment=$2 |
2049 | version=$3 | |
2050 | libs=$4 | |
2051 | requires=$5 | |
2052 | cat <<EOF >$name-uninstalled.pc | |
def4272a AJ |
2053 | prefix= |
2054 | exec_prefix= | |
d0674868 DB |
2055 | libdir=\${pcfiledir}/$name |
2056 | includedir=\${pcfiledir}/$name | |
def4272a | 2057 | |
d0674868 DB |
2058 | Name: $name |
2059 | Description: $comment | |
2060 | Version: $version | |
2061 | Requires: $requires | |
def4272a | 2062 | Conflicts: |
d0674868 | 2063 | Libs: \${libdir}/${LIBPREF}${shortname}${LIBSUF} $libs |
def4272a AJ |
2064 | Cflags: -I\${includedir} |
2065 | EOF | |
d0674868 | 2066 | } |
def4272a | 2067 | |
9d824ad1 | 2068 | pkgconfig_generate libavutil "FFmpeg utility library" "$lavu_version" -lavutil "" ffmpeg |
d0674868 | 2069 | pkgconfig_generate_uninstalled libavutil "FFmpeg utility library" "$lavu_version" |
def4272a | 2070 | |
d0674868 DB |
2071 | pkgconfig_generate libavcodec "FFmpeg codec library" "$lavc_version" "-lavcodec $extralibs" "$pkg_requires libavutil = $lavu_version" ffmpeg |
2072 | pkgconfig_generate_uninstalled libavcodec "FFmpeg codec library" "$lavc_version" "$extralibs" "$pkg_requires libavutil = $lavu_version" | |
def4272a | 2073 | |
d0674868 DB |
2074 | pkgconfig_generate libavformat "FFmpeg container format library" "$lavf_version" "-lavformat $extralibs" "$pkg_requires libavcodec = $lavc_version" ffmpeg |
2075 | pkgconfig_generate_uninstalled libavformat "FFmpeg container format library" "$lavf_version" "$extralibs" "$pkg_requires libavcodec = $lavc_version" | |
def4272a | 2076 | |
90be59ef | 2077 | if enabled pp; then |
2e3bcd38 DB |
2078 | pkgconfig_generate libpostproc "FFmpeg post processing library" "$pp_version" -lpostproc "" postproc |
2079 | pkgconfig_generate_uninstalled libpostproc "FFmpeg post processing library" "$pp_version" | |
2080 | fi | |
790c9ca7 | 2081 | |
c839db53 | 2082 | if enabled swscaler; then |
3d3361e5 | 2083 | pkgconfig_generate libswscale "FFmpeg image rescaling library" "$sws_version" -lswscale "libavutil = $lavu_version" ffmpeg |
20c516c6 | 2084 | pkgconfig_generate_uninstalled libswscale "FFmpeg image rescaling library" "$sws_version" "" "libavutil = $lavu_version" |
6c0d0413 | 2085 | else |
3d3361e5 | 2086 | pkgconfig_generate libswscale "FFmpeg image rescaling library" "$sws_version" "" "$pkg_requires libavcodec = $lavc_version" ffmpeg |
d0674868 | 2087 | pkgconfig_generate_uninstalled libswscale "FFmpeg image rescaling library" "$sws_version" "" "$pkg_requires libavcodec = $lavc_version" |
c505dd31 MR |
2088 | apply libswscale.pc sed s/^Libs:.*$/Libs:/ |
2089 | apply libswscale-uninstalled.pc sed s/^Libs:.*$/Libs:/ | |
6c0d0413 | 2090 | fi |