log configure @ 33477:49d9967970c0

age author description
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.
2011-05-18 cehoyos Cosmetics: Restore indentation after r33465.
2011-05-15 cehoyos Fix false positives when auto-detecting live555 library.
2011-05-07 reimar Fix matrixview test, it would stay stuck at "auto".
2011-05-05 diego configure: Simplify ZR, libdvdcss and FTP dependency checks.
2011-05-05 diego configure: Unify V4L-related feature checks.
2011-05-05 diego configure: Handle X11 dependencies in the checks for dependent features.
2011-05-05 diego configure: Employ proper autodetection for the matrixview video output.
2011-05-05 diego configure: Drop recently-added check for swab() in string.h again.
2011-05-03 diego configure: Fix swab() check.
2011-04-28 cehoyos Fix Win64 compilation.
2011-04-27 cehoyos Temporarily disable AVX to fix compilation.
2011-04-24 ib Replace usage of AVCodecContext member hurry_up by skip_idct and skip_frame.
2011-04-23 diego Add CONFIG_AUDIO_FLOAT / HAVE_MAPVIEWOFFILE definitions for FFmpeg to config.h.
2011-04-23 diego configure: Make largefile support non-optional.
2011-04-22 reimar Hacks to allow compilation to go further.
2011-04-12 cehoyos Update libvpx check: libvpx version must be >=0.9.6 now.
2011-04-12 cehoyos Revert r33246: It broke building MPlayer immediately after adding
2011-04-11 diego Fix typo in v4l2 check.
2011-04-10 diego Add V4L2 support for OpenBSD (and NetBSD).
2011-04-09 reimar Reindent. Probably should also be moved, but that I leave to someone else.
2011-04-09 reimar Do no run the ffmpeg git check/update during ./configure --help
2011-04-09 reimar Add -Werror-implicit-function-declaration to default gcc compile flags.
2011-04-04 reimar Enable VDPAU HWACCELs in FFmpeg when VDPAU is enabled.
2011-03-30 cehoyos Fix compilation with --disable-mencoder.
2011-03-28 cehoyos Fix CrystalHD autodetection:
2011-03-23 cehoyos Support CrystalHD decoding.
2011-03-21 cehoyos Allow compilation after sine windows were moved into a new file in FFmpeg.
2011-03-20 siretart unbreak compilation with libav
2011-03-13 diego Simplify sed expressions to remove groups of decoders from libavdecoders list.
2011-03-12 diego Add CONFIG_AC3DSP to config.mak for FFmpeg; fix build.
2011-03-12 diego Revert broken crystalhd check and replace by minimal bandaid compile fix.
2011-03-11 iive Merge the configure CrystalHD dummy detection with
2011-03-11 iive Fix MPlayer build after CrystalHD have been accepted in FFmpeg.
2011-03-02 reimar Print correct result variable for armv6t2 test.
2011-02-28 reimar Fix compilation when pthreads are not available.
2011-02-27 reimar Fix compilation for systems where vorbis encode is split out into
2011-02-17 diego Adjust build system to reflect merge of libavcore into libavutil in FFmpeg.
2011-02-16 cboesch Git clone options are after the 'clone' keyword
2011-02-16 diego Limit FFmpeg git clone to the last revision to save time and bandwidth.
2011-02-11 cehoyos Fix compilation by adding defines necessary for ac3dsp to config.asm.
2011-02-08 diego configure: Drop CFLAGS from DEPFLAGS.
2011-02-06 diego configure: Check for sys/poll.h.
2011-01-30 reimar Remove outdated FFmpeg svn external, make configure optionally
2011-01-28 reimar Disable libmpcdec (musepack) support, FFmpeg has a decoder that
2011-01-26 diego cosmetics: Drop leading underscore from _need_* variables.
2011-01-20 diego Add return_statement_check() helper function and use it to simplify some checks.
2011-01-20 diego Add return_check() helper function and use it to simplify some checks.
2011-01-20 diego Simplify OpenJPEG check with define_statement_check() helper function.