log configure @ 32901:d5c110e49682

age author description
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.
Thu, 20 Jan 2011 11:21:34 +0000 diego cosmetics: Move header_check helper function.
Wed, 19 Jan 2011 17:42:15 +0000 diego configure: Initialize va_list variable as '{0}' instead of NULL in vsscanf test.
Thu, 06 Jan 2011 12:42:59 +0000 diego Do not #define _WIN32 on the command line for Cygwin.
Wed, 05 Jan 2011 16:37:45 +0000 diego Simplify a bunch of configure checks with the statement_check function.
Wed, 05 Jan 2011 16:01:01 +0000 reimar Define _XOPEN_SOURCE to 600 instead of 500 in mkstemp check, this is consistent
Wed, 05 Jan 2011 15:59:43 +0000 diego Add define_statement_check function and use it to simplify some checks.
Wed, 05 Jan 2011 13:55:44 +0000 diego cosmetics: Get rid of some backslashes at the end of lines.
Wed, 05 Jan 2011 13:34:12 +0000 diego cosmetics: Drop some unnecessary end-of-line backslashes after &&/||.
Sun, 02 Jan 2011 19:04:35 +0000 diego Revert previous wrong simplification of AltiVec vector declarations check.
Sun, 02 Jan 2011 12:21:59 +0000 diego Add sys/time.h #include to videodev.h/videodev2.h checks.
Sun, 02 Jan 2011 12:10:51 +0000 diego configure: Simplify *BSD ioctl_meteor.h check.
Sun, 02 Jan 2011 12:05:23 +0000 diego Drop unnecessary Xlib.h #include from Xss screensaver extensions check.
Sun, 02 Jan 2011 11:49:48 +0000 diego Simplify vector declarations and fast inttypes check with statement_check().
Sat, 01 Jan 2011 14:27:41 +0000 diego Remove forked internal libfaad2 copy.
Fri, 31 Dec 2010 16:04:57 +0000 reimar Make internal FFmpeg use the new API that does not pose a limit on the maximum
Thu, 30 Dec 2010 12:48:03 +0000 reimar Define CONFIG_GPL in config.asm, fixes compilation with YASM.