log configure @ 29944:72279983abb0

age author description
Wed, 09 Dec 2009 17:55:34 +0000 reimar Disable winsock when we already found a working socklib instead of checking
Sun, 29 Nov 2009 05:18:40 +0000 lorenm sync to x264-r1327. (only needed for x264-in-libavcodec)
Wed, 18 Nov 2009 18:07:54 +0000 diego Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.
Tue, 17 Nov 2009 16:05:18 +0000 reimar Complete configure support for compiling in FFmpeg's protocol support.
Wed, 11 Nov 2009 22:26:38 +0000 cehoyos Do not dynamically load libvdpau.so.1, but link at compile time.
Wed, 11 Nov 2009 00:30:54 +0000 cehoyos 10l: Fix compilation without VDPAU.
Tue, 10 Nov 2009 13:08:36 +0000 reimar Use configure code to define PIC instead of duplicating the check in mangle.h.
Sun, 08 Nov 2009 19:32:57 +0000 reimar Remove macho64 special-case for yasm options, -DPIC is already added
Sun, 08 Nov 2009 15:41:40 +0000 reimar Remove a pointless undeclared function reference, #error is assumed
Sun, 08 Nov 2009 15:38:59 +0000 reimar Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.
Sat, 07 Nov 2009 16:40:42 +0000 cehoyos Remove CONFIG_TV_TELETEXT.
Sat, 07 Nov 2009 12:31:05 +0000 cehoyos Separate teletext from tv support.
Fri, 06 Nov 2009 14:06:58 +0000 attila PPC: make inline asm xform address test work with Apple tools
Thu, 05 Nov 2009 19:05:42 +0000 reimar Add cast to signed for 64 bit check, since according to an FFmpeg bug report
Wed, 04 Nov 2009 15:30:13 +0000 cehoyos Add new VDPAU feature high-quality-scaling (and require newer library).
Wed, 28 Oct 2009 13:55:18 +0000 diego consistency fix: Give all CONFIG_ definitions the value 1.
Mon, 26 Oct 2009 22:15:19 +0000 reimar Move 64 bit check below compiler detection since it needs the compiler
Mon, 19 Oct 2009 21:23:08 +0000 lorenm sync to x264-r1296
Mon, 19 Oct 2009 09:56:18 +0000 diego Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.
Mon, 19 Oct 2009 09:41:30 +0000 diego Add CONFIG_LPC to config.h as well (needed by FFmpeg).
Mon, 19 Oct 2009 09:10:27 +0000 diego Add CONFIG_LPC to config.mak (needed by FFmpeg).
Tue, 06 Oct 2009 06:43:00 +0000 reimar Remove many uses of tmp_run.
Fri, 02 Oct 2009 08:58:29 +0000 reimar Add EXTERN_ASM define needed by FFmpeg on ARM.
Wed, 30 Sep 2009 18:45:02 +0000 reimar Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haiku
Sun, 27 Sep 2009 21:25:56 +0000 cehoyos Intel compiler icc 11.1 supports compilation of internal mp3lib and internal liba52.
Sun, 27 Sep 2009 19:22:48 +0000 cehoyos Cosmetics: Fix whitespace.
Sat, 26 Sep 2009 21:22:01 +0000 reimar Amend previous commit: both zlib decoder and encoder must be disabled
Sat, 26 Sep 2009 21:09:29 +0000 reimar Disable libavcodec zlib decoder when zlib is not available, fixes compilation
Fri, 25 Sep 2009 16:46:39 +0000 reimar Do not override host_arch in x86 vs. x86_64 detection if it was forced via --target.
Thu, 24 Sep 2009 10:09:14 +0000 diego Sync with current FFmpeg HEAD.