log configure @ 33163:d941d34d5b0f

age author description
Sun, 10 Apr 2011 11:12:45 +0000 diego Add V4L2 support for OpenBSD (and NetBSD).
Sat, 09 Apr 2011 23:20:51 +0000 reimar Reindent. Probably should also be moved, but that I leave to someone else.
Sat, 09 Apr 2011 22:09:09 +0000 reimar Do no run the ffmpeg git check/update during ./configure --help
Sat, 09 Apr 2011 22:08:01 +0000 reimar Add -Werror-implicit-function-declaration to default gcc compile flags.
Mon, 04 Apr 2011 16:02:59 +0000 reimar Enable VDPAU HWACCELs in FFmpeg when VDPAU is enabled.
Wed, 30 Mar 2011 14:54:55 +0000 cehoyos Fix compilation with --disable-mencoder.
Mon, 28 Mar 2011 22:18:56 +0000 cehoyos Fix CrystalHD autodetection:
Wed, 23 Mar 2011 08:35:45 +0000 cehoyos Support CrystalHD decoding.
Mon, 21 Mar 2011 11:59:02 +0000 cehoyos Allow compilation after sine windows were moved into a new file in FFmpeg.
Sun, 20 Mar 2011 11:22:34 +0000 siretart unbreak compilation with libav
Sun, 13 Mar 2011 00:32:55 +0000 diego Simplify sed expressions to remove groups of decoders from libavdecoders list.
Sat, 12 Mar 2011 23:52:50 +0000 diego Add CONFIG_AC3DSP to config.mak for FFmpeg; fix build.
Sat, 12 Mar 2011 23:44:11 +0000 diego Revert broken crystalhd check and replace by minimal bandaid compile fix.
Fri, 11 Mar 2011 16:06:43 +0000 iive Merge the configure CrystalHD dummy detection with
Fri, 11 Mar 2011 15:50:42 +0000 iive Fix MPlayer build after CrystalHD have been accepted in FFmpeg.
Wed, 02 Mar 2011 07:53:59 +0000 reimar Print correct result variable for armv6t2 test.
Mon, 28 Feb 2011 17:51:02 +0000 reimar Fix compilation when pthreads are not available.
Sun, 27 Feb 2011 15:25:20 +0000 reimar Fix compilation for systems where vorbis encode is split out into
Thu, 17 Feb 2011 11:15:19 +0000 diego Adjust build system to reflect merge of libavcore into libavutil in FFmpeg.
Wed, 16 Feb 2011 16:35:53 +0000 cboesch Git clone options are after the 'clone' keyword
Wed, 16 Feb 2011 12:25:39 +0000 diego Limit FFmpeg git clone to the last revision to save time and bandwidth.
Fri, 11 Feb 2011 10:02:09 +0000 cehoyos Fix compilation by adding defines necessary for ac3dsp to config.asm.
Tue, 08 Feb 2011 01:25:41 +0000 diego configure: Drop CFLAGS from DEPFLAGS.
Sun, 06 Feb 2011 19:01:52 +0000 diego configure: Check for sys/poll.h.
Sun, 30 Jan 2011 10:27:31 +0000 reimar Remove outdated FFmpeg svn external, make configure optionally
Fri, 28 Jan 2011 19:06:27 +0000 reimar Disable libmpcdec (musepack) support, FFmpeg has a decoder that
Wed, 26 Jan 2011 19:00:17 +0000 diego cosmetics: Drop leading underscore from _need_* variables.
Thu, 20 Jan 2011 12:55:37 +0000 diego Add return_statement_check() helper function and use it to simplify some checks.
Thu, 20 Jan 2011 12:44:08 +0000 diego Add return_check() helper function and use it to simplify some checks.
Thu, 20 Jan 2011 11:27:32 +0000 diego Simplify OpenJPEG check with define_statement_check() helper function.