Mon, 05 Sep 2011 21:55:40 +0000 |
reimar |
Simplify checking for ppc or ppc64 using wildcards.
|
Thu, 01 Sep 2011 21:49:22 +0000 |
reimar |
Autodetect 32- vs. 64-bit PowerPC just like for x86.
|
Thu, 01 Sep 2011 17:16:49 +0000 |
cehoyos |
Intel C Compiler 12.0 is supported, 11.0 is not.
|
Thu, 25 Aug 2011 19:19:53 +0000 |
diego |
configure: rewrite fribidi check to be consistent with other pkg-config checks
|
Thu, 25 Aug 2011 19:19:51 +0000 |
diego |
configure: cosmetics: eliminate tabs
|
Thu, 11 Aug 2011 17:45:43 +0000 |
diego |
build: drop BeOS support
|
Thu, 11 Aug 2011 17:45:34 +0000 |
diego |
configure: drop support for obsolete versions of sdl-config
|
Thu, 11 Aug 2011 17:45:32 +0000 |
diego |
configure: drop leading underscore from _inc_* variables
|
Thu, 11 Aug 2011 17:45:30 +0000 |
diego |
configure: drop leading underscore from _ld_* variables
|
Thu, 11 Aug 2011 17:45:28 +0000 |
diego |
configure: spelling cosmetics
|
Sat, 30 Jul 2011 18:40:20 +0000 |
reimar |
Abort configure if the binutils version is too old and cannot compile
|
Sat, 30 Jul 2011 18:29:09 +0000 |
reimar |
Fix xmm clobber test that was broken since it was added.
|
Sat, 30 Jul 2011 14:04:49 +0000 |
reimar |
Fix pkg-config usage for fribidi.
|
Sat, 30 Jul 2011 10:29:14 +0000 |
reimar |
Update cdparanoia check to check for paranoia_cachemodel_size.
|
Mon, 25 Jul 2011 23:30:24 +0000 |
diego |
configure: Only link against encode-only libs if mencoder is enabled.
|
Mon, 25 Jul 2011 23:16:26 +0000 |
diego |
configure: do not add -Werror-implicit-function-declaration to CXXFLAGS
|
Mon, 25 Jul 2011 23:16:23 +0000 |
diego |
configure: add proper check for trunc() instead of hardcoding availability
|
Mon, 25 Jul 2011 17:04:32 +0000 |
diego |
configure: Drop obsolete addition of FF_API_MAX_STREAMS to CPPFLAGS.
|
Sun, 24 Jul 2011 21:45:19 +0000 |
cehoyos |
Fix compilation on Power Macintosh.
|
Sun, 24 Jul 2011 19:03:19 +0000 |
reimar |
Fix compilation without zlib (also disable flashsv2).
|
Sat, 23 Jul 2011 19:33:00 +0000 |
diego |
configure: drop check for -lposix4
|
Thu, 21 Jul 2011 22:25:17 +0000 |
diego |
configure: select default CD-ROM device on Solaris according to OS version
|
Thu, 21 Jul 2011 01:21:36 +0000 |
diego |
configure: use 'uname -m' to find out host architecture
|
Wed, 20 Jul 2011 23:54:46 +0000 |
diego |
configure: simplify -lm handling
|
Wed, 20 Jul 2011 21:23:59 +0000 |
cigaes |
configure: set HAVE_LOCAL_ALIGNED_* for x86_64.
|
Sat, 09 Jul 2011 18:11:42 +0000 |
diego |
configure: drop check for legacy compilers wrt libass and the win32 loader
|
Mon, 04 Jul 2011 00:36:08 +0000 |
diego |
configure: cosmetics: Adjust comment in config.mak inclusion guard.
|
Mon, 04 Jul 2011 00:36:05 +0000 |
diego |
configure: Add a fake version number to SLIBNAME_WITH_MAJOR in config.mak.
|
Fri, 01 Jul 2011 19:08:13 +0000 |
reimar |
Fix linking order to allow compiling against Debian unstable version of LIVE555.
|
Fri, 01 Jul 2011 18:58:13 +0000 |
reimar |
Fix ridiculously slow LIVE555 test by sanity-checking the path for
|
Fri, 01 Jul 2011 17:48:29 +0000 |
diego |
configure: Drop check for compiler support of named assembler arguments.
|
Thu, 30 Jun 2011 11:58:49 +0000 |
diego |
configure: Remove obsolete test for ARM pld instruction.
|
Wed, 29 Jun 2011 10:48:55 +0000 |
diego |
configure: Add SLIBNAME_WITH_MAJOR to config.mak to avoid Make warnings.
|
Wed, 29 Jun 2011 10:12:12 +0000 |
diego |
configure: Remove check for compiler support of 10 assembler operands.
|
Tue, 28 Jun 2011 23:45:05 +0000 |
diego |
build: touch ffmpeg/.config to avoid spurious warning messages.
|
Tue, 28 Jun 2011 23:45:03 +0000 |
diego |
configure: Add AS_O to config.mak for Libav/FFmpeg build.
|
Sun, 26 Jun 2011 14:42:35 +0000 |
iive |
Do a proper calculation of free RAM to be used as V4L buffers.
|
Sun, 26 Jun 2011 14:16:40 +0000 |
diego |
build: Compile libav* libraries from the top level of the ffmpeg subdirectory.
|
Sun, 26 Jun 2011 14:16:38 +0000 |
diego |
configure: Set correct libav* (S)LIBNAME in config.mak.
|
Sun, 26 Jun 2011 13:31:34 +0000 |
diego |
configure: Mark libav* as enabled in config.mak.
|
Sat, 25 Jun 2011 17:30:19 +0000 |
reimar |
Set SRC_PATH to '.' which is a standard value for FFmpeg now.
|
Sat, 25 Jun 2011 01:22:43 +0000 |
diego |
configure: Correctly check for the clang compiler.
|
Fri, 24 Jun 2011 09:11:36 +0000 |
diego |
configure: Update a comment about fast int types.
|
Thu, 23 Jun 2011 18:42:26 +0000 |
reimar |
Fix "sse in cpuinfo implies mmxext" hack to still work when --disable-sse is used.
|
Wed, 22 Jun 2011 19:02:20 +0000 |
reimar |
Do not force SSE disabled for gcc 2, it seems to compile
|
Tue, 21 Jun 2011 18:02:17 +0000 |
reimar |
Disable SAP muxer since it depends on disabled RTP muxer.
|
Thu, 16 Jun 2011 21:37:21 +0000 |
cehoyos |
Use the same yasm check as FFmpeg.
|
Sat, 11 Jun 2011 16:40:10 +0000 |
reimar |
Only enable NEED_GLOB on win32, currently this has the effect
|
Sat, 11 Jun 2011 16:38:49 +0000 |
reimar |
Add support for detecting VFPV3, required for compiling libavcodec for some
|
Sat, 11 Jun 2011 14:54:59 +0000 |
reimar |
Set host_cc after cross-compile check.
|
Sat, 04 Jun 2011 09:10:04 +0000 |
reimar |
Fix _libcdio staying on "auto" if cdparanoia test succeeded before.
|
Wed, 01 Jun 2011 14:38:03 +0000 |
diego |
configure: Enable yasm/nasm support on OS/2.
|
Tue, 31 May 2011 21:15:14 +0000 |
iive |
Check if compiler is functioning properly before trying to test additional options.
|
Tue, 31 May 2011 20:45:39 +0000 |
iive |
Automatically add "-fno-tree-vectorize" in CFLAGS.
|
Mon, 30 May 2011 20:23:45 +0000 |
reimar |
Fix compilation with latest FFmpeg.
|
Tue, 24 May 2011 19:53:20 +0000 |
diego |
configure: Disable Flash Screen Video v2 encoder if zlib is unavailable.
|
Tue, 24 May 2011 19:51:38 +0000 |
diego |
configure: Convert HAVE_SYS_MMAN_H into a 0/1 definition.
|
Tue, 24 May 2011 08:20:48 +0000 |
cehoyos |
Fix live555 detection on mingw32.
|
Tue, 24 May 2011 08:19:10 +0000 |
cehoyos |
Revert r33368, it broke mingw32 compilation.
|
Sat, 21 May 2011 15:04:50 +0000 |
cboesch |
Add MNG output support.
|