Martin Storsjö
ae550ce9eb
configure: Make check_type handle type names containing spaces
...
Patch by Martin Storsjö <martin at martin st>
Originally committed as revision 21139 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
fd07f803b1
configure: allow names with spaces in enable/disable_safe
...
Originally committed as revision 21137 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
David Conrad
24ca518bd1
Add support for dirac in ogg
...
Originally committed as revision 21128 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
abf649c777
Fix VDPAU check to avoid printing spurious messages to the console.
...
Originally committed as revision 21016 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Jai Menon
68d7cb0b11
Do not print libvdpau upgrade advice on platforms without vdpau
...
headers installed.
Originally committed as revision 21014 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
2cca233bc9
The MLP decoder depends on the MLP parser.
...
Originally committed as revision 20966 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
aec09a004c
Enable the TrueHD decoder when the MLP decoder is enabled.
...
They share all code, there is no point in enabling one but not the other.
Originally committed as revision 20965 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
5b423887f4
Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure.
...
Originally committed as revision 20964 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
f1e946943a
Declare AAC parser dependencies in configure.
...
This affects the AAC decoder, S/PDIF muxer and ADTS to ASC bitstream filter.
Originally committed as revision 20961 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
f95bfab05c
Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure.
...
Originally committed as revision 20959 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
a8beb22f4d
Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure.
...
Originally committed as revision 20953 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
4414137eba
Declare dependencies for H.263 family decoders in configure.
...
Originally committed as revision 20952 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
7f647ae0b1
Declare the dependency of the H.263 decoder on the H.263 parser in configure.
...
Originally committed as revision 20951 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Alex Converse
d1ebd4a995
10l: Don't spawn a subshell when disabling vdpau.
...
Originally committed as revision 20867 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Alex Converse
deda2a4a72
Disable vdpau support if the detected libvdpau does not support MPEG-4.
...
Originally committed as revision 20854 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Baptiste Coudurier
0a04566120
Check Xfixes.h header presence before enabling x11grab.
...
This fixes compilation when lib is present but not header.
Originally committed as revision 20673 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Roxis
781c1aa6dc
Real cursor support in x11grab.
...
Patch by Roxis /// roxis list dot ru
Slight changes by me to update the patch to current svn.
Originally committed as revision 20631 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Jason Garrett-Glaser
096c87f667
Add weightp support in API for libx264.
...
ffmpeg can encode baseline profile again.
Originally committed as revision 20600 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
David Conrad
c261a5d927
libtheora: using the 1.0 API requires linking to both
...
libtheoraenc and libtheoradec; libtheora is the pre-1.0 library.
Documented at http://theora.org/doc/libtheora-1.0/
Fixes issue1564
Originally committed as revision 20588 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
David Conrad
bdc8c48893
Update libtheora wrapper to use the 1.0 API
...
Originally committed as revision 20580 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
c173693698
Add functions to return library license and library configuration.
...
Originally committed as revision 20547 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Kostylev
03279bbea0
Add cflags filter for suncc
...
Patch by Michael Kostylev <gmail>.
Originally committed as revision 20532 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
NVIDIA Corporation
70e0c871eb
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used
...
by video players.
Original patch by NVIDIA corporation.
Originally committed as revision 20502 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
7fc58b1eeb
Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/internal.h,
...
configure is supposed to take care of that already.
Originally committed as revision 20498 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
5755bc88e5
Check if PIC is somehow already enabled (e.g. a compiler that enables it by default).
...
This in particular ensures that -DPIC is set appropriately for YASM, which avoids
linking failures on x86_64 for compilers that have PIE enabled by default
(e.g. hardened Gentoo).
It also makes the macho64 special-case hack adding -DPIC to YASMFLAGS obsolete.
Originally committed as revision 20497 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
7c4a001a33
configure: whitespace cosmetics
...
Originally committed as revision 20494 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
a7b9c8aefd
Attempt to document the "enable pic" hackery for OpenBSD.
...
Originally committed as revision 20491 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
f6e8140941
Remove some BeOS/haiku hacks: -fomit-frame-pointer is used anyway,
...
and -DPIC makes little sense without -fPIC or similar - if -fPIC is
enabled by default, libavutil/internal.h defines PICi anyway.
Originally committed as revision 20486 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
5f36d94d9d
Set -DPREFIX for yasm simply whenever extern_prefix is set instead
...
of hardcoding it based on the object format.
Originally committed as revision 20478 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
a34ebe60e9
Always add -DPIC to YASM flags when pic is enabled.
...
This covers the previous case of x86_64 and shared, but also
works with --enable-pic.
For 32 bit x86 it currently makes no difference since x86inc.asm
ignores -DPIC for non-x86_64.
Originally committed as revision 20476 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
64de20d18b
PPC: make inline asm xform address test work with Apple tools
...
Originally committed as revision 20466 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
ffa3bd54da
IA64: do not automatically enable hardcoded tables if explicitly disabled
...
Originally committed as revision 20465 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
58b3536dd5
configure: fix 64-bit test with clang
...
Originally committed as revision 20431 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Kostylev
faa374b72c
configure: remove extra backslashes from suncc DEPEND_CMD
...
Patch by Michael Kostylev <michael kostylev gmail>
Originally committed as revision 20428 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
0645487701
configure: use here-doc for --help output
...
Originally committed as revision 20427 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
173c983b52
configure: use here-docs instead of echo for writing config.{h,mak}
...
Originally committed as revision 20426 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
b4f9356433
configure: simplify setting of SDL flags in config.mak
...
Originally committed as revision 20425 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
c73f65d979
Allow disabling doc generation with --disable-doc
...
Originally committed as revision 20424 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
ad212cc6ba
configure: simplify STRIP setting in config.mak
...
Originally committed as revision 20423 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
0956bc9b83
Enable hardcoded tables for ia64 shared builds.
...
At least for cross-compilation with Gentoo gcc 4.4.2 it fixes the build errors
due to GPREL 22 being insufficient for the .bss size of > 4 MB without it.
Why these errors do not appear with static builds is unclear, it is not due
to PIC (shared builds with PIC disabled show the same issue).
Originally committed as revision 20409 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
f0125de9d1
configure: add C99 flags to HOSTCFLAGS
...
Originally committed as revision 20408 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Kostylev
2a472e9c5d
Detect Sun Studio compiler and set appropriate variables.
...
Add dependency generation commands compatible with Sun Studio.
patch by Michael Kostylev, michael.kostylev gmail com
Originally committed as revision 20397 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Kostylev
0600d30ae4
Avoid "-z text" diversion on SunOS x86, needed to make FATE happy.
...
patch by Michael Kostylev, michael.kostylev gmail com
Originally committed as revision 20373 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
d3ee771514
Support amdfam10 for --cpu, also avoids a warning about unknown cpu if
...
--cpu=host is used on AMD Phenom and newer at least.
Originally committed as revision 20367 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
76e6e9c330
Remove ancient redir demuxer.
...
HTTP supports redirection just fine without it.
Originally committed as revision 20361 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
David Conrad
06da694372
Add clang to detected compilers
...
Originally committed as revision 20350 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Jason Garrett-Glaser
1953898162
Update libx264.c for x264 API change
...
Change behavior of b-pyramid option.
Originally committed as revision 20308 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Justin Ruggles
f4d608e344
add CONFIG_LPC to the build system for lpc dsputil functions. fixes build
...
problems when lpc.c is not compiled.
Originally committed as revision 20285 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
e276d9e82d
ARM: force PIC for shared libs only with ARMv6T2 and later
...
Originally committed as revision 20207 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
1fce58c2fc
ARM: enable PIC for shared libs
...
Recent versions of gcc generate movw/movt pairs, and the linkers fail
to handle the associated relocations properly. Those responsible at
Codesourcery have refused to consider fixing this. Blame them for
making shared libraries slower than they need to be.
Originally committed as revision 20203 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago