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
Måns Rullgård
13cbe2c026
Quote stored configure arguments containing spaces
...
Originally committed as revision 18252 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
4b51fb1ce0
mingw32: Restore creation of import libraries. They are still not being
...
installed, but they're good for creating -dev packages.
Originally committed as revision 18214 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
b2cfd7e360
Create swscale subdirs for out-of-tree builds.
...
Originally committed as revision 18191 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
0a7ee3ef59
cosmetics: Group all path variables together in config.mak.
...
Originally committed as revision 18187 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Cédric Schieli
a9ddb5b1a4
Add a CONFIG_SWSCALE_ALPHA option for alpha channel scaling (enabled by default)
...
Originally committed as revision 18075 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
7c5bfe7add
Check for VirtualAlloc() so it may be used to allocate executable memory in
...
Windows.
Originally committed as revision 18050 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
06abe7f5b4
mingw32: call lib.exe instead of lib to facilitate running it through wine.
...
Originally committed as revision 17995 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Matthieu Castet
337cee680b
Disallow out-of-tree builds with config.h in the source tree.
...
A config.h present in the source tree takes precedence over a config.h
in the build tree, which can possibly result in an incorrect build.
patch by matthieu castet, castet.matthieu free fr
Originally committed as revision 17994 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
be2cf98a75
Force ebp_available for icc.
...
See discussion:
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/86209
Originally committed as revision 17985 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
5e622c401f
Replace all `` by $(), the latter can be nested more easily.
...
Originally committed as revision 17923 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
5fd89ca03f
Fix MMX2 check, 'movss' is not an MMX2 instruction, use 'pmaxub' instead.
...
Originally committed as revision 17922 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
75800dce2b
Set AS to $CC by default, override with gcc only when CC is armcc
...
Originally committed as revision 17920 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
aa033b1ed7
Enable CONFIG_FASTDIV by default
...
Originally committed as revision 17900 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
82bb33290e
Allow different executable suffix for host and target
...
Originally committed as revision 17885 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
5add54b4f9
cosmetics: fix indentation
...
Originally committed as revision 17864 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
711dae776f
Get rid of redundant vdpau option, decoders can still be disabled individually.
...
Originally committed as revision 17855 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
03e3776293
ARM: detect armcc compiler and enable gcc mode
...
Originally committed as revision 17829 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
f65883c812
configure: check asm support using $as
...
Originally committed as revision 17828 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
313c46a610
Compile .S files with $(AS), set it in configure
...
Assembler files using the GNU syntax need to be processed by gcc,
whichever compiler is used for C files.
Originally committed as revision 17827 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
15ef402663
Remove the swscale dummy option, most (all?) FATE configs should be updated
...
to work without it.
Originally committed as revision 17809 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
03754fcd6f
Alpha: use -g3 with ccc to allow optimisation with debugging symbols
...
Originally committed as revision 17793 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
511b3667d6
Allow --enable-swscale until FATE is updated
...
Originally committed as revision 17788 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
6d4f53cbac
Remove old scaler.
...
Originally committed as revision 17786 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
fdf119062e
Remove deprecated vhook subsystem.
...
Originally committed as revision 17769 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
9d821fc2d2
Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE unconditionally to
...
CFLAGS. Apparently there are some systems that do not like these definitions.
Originally committed as revision 17755 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
892438a3d1
Remove mpeg4aac dependency declaration, the decoder was removed.
...
Originally committed as revision 17753 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
54460a8347
configure: improve temp file creation and cleanup
...
Originally committed as revision 17752 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
b77df6377b
configure: fix return value from check_header
...
Originally committed as revision 17695 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
cd0d9a9de6
configure: check_func_headers should mark headers as found
...
Originally committed as revision 17668 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
7270270541
configure: {enable,disable}_safe functions that sanitise arguments
...
Originally committed as revision 17667 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
92971e91ec
configure: remove redundant alsa/asoundlib.h check
...
Originally committed as revision 17650 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
760227633d
100l: Revert removal of GPL check for libswscale.
...
libswscale still compiles GPL parts by default.
Originally committed as revision 17557 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
f83a40985c
The software scaler is no longer GPLed.
...
Originally committed as revision 17556 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
75ecf14900
Check if -lrt is required for nanosleep, as is the case on Solaris.
...
inspired by a patch from Fabian Groffen, grobian gentoo org
Originally committed as revision 17537 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
3a636b6fd7
Fix gcc detection: Not all gcc versions have "(GCC)" in the version string.
...
Originally committed as revision 17522 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
df442a8d48
configure: detect ccc compiler (Alpha) and set required flags
...
Originally committed as revision 17507 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
b1598b5805
configure: indent
...
Originally committed as revision 17503 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
154d432cc4
Pass sysroot argument to gcc
...
Originally committed as revision 17500 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
c5200f1753
Add --sysroot and --sysinclude configure options
...
Some cross-compilers need these parameters, and we can't
figure out the correct values.
Originally committed as revision 17499 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
629687f62f
configure: move detection of compiler type to single location
...
Originally committed as revision 17498 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
333d5374d0
Remove special treatment of version.h in DEPEND_CMD
...
Originally committed as revision 17484 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
f4870943ea
configure: add (empty) avr32 arch case
...
Originally committed as revision 17479 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
cfdb6148d6
configure: sort cases in arch section
...
Originally committed as revision 17478 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
d52b39c79c
fix missing dependencies
...
Originally committed as revision 17445 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago