Carl Eugen Hoyos
272081b0f8
Export VDPAU support by installing vdpau.h.
...
Originally committed as revision 16445 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Palle Lyckegaard
e193c74e6e
Add -D__EXTENSIONS__ to CFLAGS on Solaris to make ip_mreq visible.
...
Fixes compilation of libavformat/udp.c.
patch by Palle Lyckegaard, palle lyckegaard dk
Originally committed as revision 16440 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
NVIDIA Corporation
369122dd77
Add VDPAU hardware accelerated decoding for H264 which can be used by
...
video players.
Original patch by NVIDIA corporation.
Originally committed as revision 16431 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
27cb5cbc16
Fix small errors in configure --help's output.
...
Originally committed as revision 16429 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
2e35e68434
Make shared/static full CONFIG options
...
Originally committed as revision 16394 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
ab5cb08492
configure: check for ARMv6T2 support
...
Originally committed as revision 16393 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
c51fafa13f
configure: accept $TMP as location for temporary files
...
Originally committed as revision 16386 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
a49d42c24e
configure: simplify TMPDIR setting
...
Originally committed as revision 16385 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
79cb09b2f7
consistency cosmetics: Rename POWERPC identifiers to PPC.
...
Originally committed as revision 16359 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
a6493a8fbd
Rename libavcodec/i386/ --> libavcodec/x86/.
...
It contains optimizations that are not specific to i386 and
libavutil uses this naming scheme already.
Originally committed as revision 16270 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Marc Mason
124c21d79f
Check function prototype in check_asm function to avoid compiler warnings.
...
patch by Marc Mason, mpeg.blue free fr
Originally committed as revision 16188 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
a2fc0f6a6d
ARM: replace "armv4l" with "arm"
...
Originally committed as revision 16179 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
68178ca9e1
Add xvmc configure support.
...
Originally committed as revision 16154 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reinhard Tartler
4698330921
Fix the use of Requires.private and Libs.private in generated .pc files.
...
Patch by Reinhard Tartler \ siretart ! tauware + de /.
Originally committed as revision 16125 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
20e0ed95af
configure: fix $nm
...
Originally committed as revision 16104 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
89641463a1
Allow setting a different nm binary from the configure line.
...
Originally committed as revision 16102 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
de3a124064
Make mips64 a separate arch with fast_64bit.
...
Originally committed as revision 16101 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
6ede266e36
Add mips64 to the architecture list.
...
Taken from the OpenBSD ports tree.
Originally committed as revision 16095 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
61597a981f
Add alternative names for sh4 and parisc architectures.
...
Taken from the OpenBSD ports tree.
Originally committed as revision 16094 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
d88f7df899
Remove OpenBSD SLIBNAME magic, it seems unnecessary and breaks compilation.
...
Originally committed as revision 16087 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
960004329b
Also include sys/types.h when testing for socklen_t, since unfortunately
...
OpenBSD 4.4 defines it there (and sys/socket.h does not compile without
it).
Originally committed as revision 16084 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
9377b6ce19
configure: clean up .align detection
...
Originally committed as revision 16083 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
bc4b722143
mingw: update w32api to 3.13
...
Originally committed as revision 16029 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
a4fa192c81
configure: vertical alignment cosmetics.
...
Originally committed as revision 15958 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
632948bd5a
configure: Use check_lib2 for bzlib.
...
Functions are exported as WINAPI in win32, so it is not picked up by check_lib.
Originally committed as revision 15957 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
e8ed9b7a73
Automatically check the dependencies for the AAN DCT tables.
...
This also makes the AAN DCT tables individually selectable.
Originally committed as revision 15940 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
a7ada2bade
configure: set TARGET_EXEC and TARGET_PATH
...
TARGET_EXEC specifies a command to execute cross-compiled binaries,
e.g. through a remote shell or an emulator.
TARGET_PATH specifies the path to the build directory on the target,
e.g. mounted over NFS.
Originally committed as revision 15913 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
9da6609f2d
configure: set HOSTCC to native compiler
...
The HOSTCC value defaults to the value of CC if not cross-compiling.
If cross-compiling, HOSTCC defaults to "gcc".
HOSTCFLAGS, HOSTLDFLAGS, and HOSTLIBS are also given sensible default
values.
Originally committed as revision 15912 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
88268e944a
configure: simplify set_default function
...
Originally committed as revision 15911 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
40b509b36b
Add a Makefile variable for the old scaler that gets enabled when the new
...
scaler is disabled to get rid of a Makefile ifdef.
Originally committed as revision 15867 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
4927630728
Add missing options to the help output.
...
Originally committed as revision 15862 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
4f50c3d59a
cosmetics: Move some options to more sensible places within the help output.
...
Originally committed as revision 15861 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
1f26f59fe1
Move zlib/bzlib options to the external library section of the help output and
...
mention the enable variant of the option since they are disabled by default.
Originally committed as revision 15860 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
0a23c0bbdb
spelling and wording cosmetics for the help output
...
Originally committed as revision 15859 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Charles Yates
b0dfd108fc
Take build_suffix into account in pkg-config files.
...
patch by Charles Yates, charles.yates gmail com
Originally committed as revision 15858 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
e6b9d588c1
Print just [no] or [yes] in the help output instead of [default=no/yes].
...
Originally committed as revision 15857 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
2bfecf733b
Make the library names for the require checks more explicit.
...
Originally committed as revision 15845 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
a85de417db
Add checks on the _mingw.h and w32api.h versions.
...
Based on a patch by Ramiro.
Originally committed as revision 15793 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Dominik Mierzejewski
34b37f86ec
Enable CMOV usage on x86_64 arch. All x86_64 CPUs have it.
...
Originally committed as revision 15763 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
bee2eac594
svq3 decoder may need zlib
...
Originally committed as revision 15722 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
2eef7c6259
enable zlib and bzlib only when useful
...
Originally committed as revision 15710 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
4f03499329
Add CONFIG_GOLOMB and auto-select when needed
...
Originally committed as revision 15706 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
47a158cb8b
Auto-enable CONFIG_MDCT when needed
...
Originally committed as revision 15705 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
1091c959b1
AC3 encoder doesn't need FFT
...
Originally committed as revision 15704 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
a79d1aed48
Move declaration of mlp decoder dependency on mlp parser to the Makefile
...
where all other such dependencies are declared.
Originally committed as revision 15696 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
b6bb00b07d
Build MMX/SSE FFT only if CONFIG_FFT is set
...
Originally committed as revision 15692 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
3c69e5d3de
DCA decoder needs FFT
...
Originally committed as revision 15691 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
c510c7b5d9
configure: add foo_suggest facility
...
This is like foo_select, except the selected options being disabled
does not disable foo.
Originally committed as revision 15690 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
72a436687c
configure: add enable_weak and disable_weak
...
These functions enable/disable their options if these are unset,
leaving their old values otherwise.
Originally committed as revision 15689 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
f9d328da8f
configure: allow recursive foo_select options
...
Originally committed as revision 15688 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago