Måns Rullgård
997f3ba4ef
Set CPU selection flags in $cpuflags, add to cflags outside case block
...
Originally committed as revision 19410 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
7e6c86e65d
Allow unusual ways of specifying compiler output file
...
Some compilers do not use the typical -c -o foo.o style.
This allows compiler-specific equivalents to be set by the
configure script.
Originally committed as revision 19409 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
50567afa5a
Use DEPCC to find dependencies, default to same as CC
...
Originally committed as revision 19408 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
684b28e09c
Use LD for linking, default to same as CC
...
Originally committed as revision 19407 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
3198f6187a
Set CFLAGS directly in config.mak instead of using OPTFLAGS
...
Originally committed as revision 19406 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
467256f248
Add --sysroot flag to CPPFLAGS, not CFLAGS
...
Originally committed as revision 19405 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
50a334e426
Separate C preprocessor flags into CPPFLAGS variable
...
Originally committed as revision 19404 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
95a61cfc24
Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.
...
The VAAPI/VDPAU variants of foo require almost all of the code of foo.
Thus it makes little sense to enable just the accelerated variant.
This allows refactoring some object dependencies in the Makefiles.
Originally committed as revision 19403 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
fed5d54b56
configure: allow bulk-disabled things to be re-enabled by dependents
...
Originally committed as revision 19401 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
291fd18a6e
Add a log2 replacement for systems that haven't quite caught up with the C99
...
standard library.
Originally committed as revision 19395 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
fc1206a4d9
Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.
...
libopencore can now be used as a replacement except for AMR-WB encoding.
Originally committed as revision 19365 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
d6ced96317
ARM: enable fast_unaligned when --cpu=armv[67] is specified
...
Originally committed as revision 19308 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
07a8eef699
Fix build on Net/OpenBSD
...
The renaming in r19293 missed a few things.
Originally committed as revision 19298 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
4e622deaab
Cosmetics: group together indev/outdev dependencies.
...
Originally committed as revision 19297 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
38e54a75ab
Make the configure script select the input/output devices using
...
--enable-indev, --enable-outdev rather than --enable-demuxer,
--enable-muxer as before, same for disabling them.
Originally committed as revision 19293 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
c2b3565e4a
Only link against alsa if enabled.
...
Originally committed as revision 19278 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Adrian Stutz
30b1fff69c
Only checks for jack if it is enabled and hence only links to jack if
...
it is not disabled.
Patch by Adrian Stutz $firsname@sttz ch.
Originally committed as revision 19277 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Kostylev
28c9f06959
Disable network support if required headers cannot be found.
...
patch by Michael Kostylev, michael.kostylev gmail com
Originally committed as revision 19227 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
b04251c5d0
configure: properly quote configure options stored in config.*
...
Originally committed as revision 19201 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
90b4f09177
Merge FreeBSD and DragonFlyBSD OS detection sections.
...
Apparently DragonFlyBSD does not need memalign either.
Originally committed as revision 19191 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Adam Hoka
d6dcfc7f5b
Add DragonFlyBSD to the list of supported OSes.
...
patch by Adam Hoka, ahoka NetBSD org
Originally committed as revision 19190 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
17492d5e40
Add code to enable and disable all VAAPI and VDPAU parts.
...
As a positive sideeffect, VAAPI/VDPAU objects need no longer be listed
for all VAAPI/VDPAU-related decoders.
Originally committed as revision 19145 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
28b80940ff
Express the H.264 parser dependency on the golomb code in configure instead of
...
in the Makefile as it is done for all other parts that depend on golomb.
Originally committed as revision 19139 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
0b175caac8
Add support for external OpenCORE libraries for AMR-NB/WB support.
...
Originally committed as revision 19117 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
9cad0e4ed8
Add configure option to upgrade (L)GPL to version 3.
...
Originally committed as revision 19116 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
85dd97adff
configure: detect Loongson MIPS extensions
...
Originally committed as revision 18978 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
34d11b875f
Change HAVE_PPC64 to ARCH_PPC64.
...
As a side-effect this also gives it the correct value on e.g. PPC970FX-based
PPC64 systems, thus fixing "make test" (mp2/mp3 decoding).
Originally committed as revision 18953 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
57f8df050f
dv1394 is disabled by default, do not redundantly disable it on Hurd.
...
Originally committed as revision 18946 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Andres Mejia
34e82167f3
Add Hurd to OS list and disable dv1394 in the Hurd case.
...
patch by Andres Mejia, mcitadel gmail com
Originally committed as revision 18938 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
ba7a703947
Print out more verbose licensing information.
...
Originally committed as revision 18893 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
1754fe4d30
The AC-3 decoder is now LGPL. Exchange the license header and change references
...
in the build system and documentation that mark it as GPL.
Originally committed as revision 18876 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
bae3abb02c
Define ARCH_MIPS64 when building for MIPS64
...
Originally committed as revision 18874 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
08a85a59d6
Define HAVE_BIGENDIAN as 0 or 1 according to CPU type
...
This should replace the inconsistently named and defined
WORDS_BIGENDIAN.
Originally committed as revision 18873 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
5b34250da0
configure: add some MIPS CPUs
...
Originally committed as revision 18872 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Andres Mejia
83993c1c76
Add gnu/kfreebsd to list of recognized operating systems.
...
patch by Andres Mejia, mcitadel gmail com
Originally committed as revision 18822 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
4c27207c12
configure: fix licence check function
...
Originally committed as revision 18717 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
2f7ae63ba1
Require --enable-nonfree for turning on libfaac support.
...
libfaac lies about being LGPL, when it really is not.
Originally committed as revision 18715 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
2184c6f7af
Factorize GPL and nonfree license checks into a common function.
...
Originally committed as revision 18714 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
e4ddc8edfa
configure: support Blackfin CPU names with --cpu
...
Originally committed as revision 18660 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
cc078b5d8f
PPC: check for x-form asm constraint support
...
Originally committed as revision 18606 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
9f5ff83f2a
PPC asm for AV_RL*()
...
PPC is normally big endian but has special little endian load/store
instructions. Using these avoids a separate byteswap. This makes the
vorbis decoder about 5% faster. Not much else uses little-endian
read/write extensively.
GCC generates horrible PPC code for the default AV_[RW]B64 (which uses
a packed struct), so we override it with a plain pointer cast.
Originally committed as revision 18602 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
8bb3d6a612
Do not add -fno-common to CFLAGS on DOS, it is unneeded.
...
Originally committed as revision 18536 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Martin Storsjö
29382bc1eb
Check for Decoder_Interface_init() instead of Speech_Decode_Frame_init() when
...
trying to enable libamrnb support. The latter function is actually used.
patch by Martin Storsjö, martin martin st
Originally committed as revision 18526 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
1894e741f5
win32, dos: Work around a bug in the GNU toolchain.
...
The bug[1] is exposed when gcc decides to put some data in a common
section (i.e. data that will be used by more than one object). It will
suggest the data to be aligned, but binutils >= 2.19 will fail to
properly align it. Thus if the data requires any alignment greater
than 4, the application will crash.
The workaround prevents gcc from putting data in a common section,
instead putting it in a properly aligned section.
[1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216
Originally committed as revision 18501 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
e467369278
Add a configure check for lzo1x_999_compress() and compile the lzo test program
...
in libavutil when this function is available.
Originally committed as revision 18386 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
e90f5b5ab1
configure: Add --enable-runtime-cpudetect
...
Originally committed as revision 18380 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Olivier Guilyardi
80ff8a16f5
Implement JACK input device.
...
Patch by Olivier Guilyardi list samalyse com.
See the thread: "[FFmpeg-devel] [PATCH] libavdevice: JACK demuxer".
Originally committed as revision 18322 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Gwenole Beauchesne
ff41873562
Add VA API deps.
...
Originally committed as revision 18312 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Gwenole Beauchesne
5666fd731e
Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCEL
...
from registered HW accelerated codecs with REGISTER_HWACCEL().
Originally committed as revision 18311 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
d326cf7f8f
Add an empty line in front of configure debug instructions.
...
This makes the actual error message that configure prints be more noticeable.
Originally committed as revision 18308 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago