log configure @ 33946:8d7f3f0b7343

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