log configure @ 29196:6628f10220b1

age author description
Sun, 26 Apr 2009 08:59:18 +0000 diego Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.
Sat, 25 Apr 2009 18:43:35 +0000 diego Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.
Sat, 25 Apr 2009 18:39:19 +0000 diego Remove unnecessary -framework OpenGL from CoreVideo linker flags.
Sat, 25 Apr 2009 17:52:55 +0000 diego whitespace cosmetics: reindent Mac OS X checks, remove trailing whitespace
Sat, 25 Apr 2009 17:48:48 +0000 diego Split generic OS X API check into separate CoreAudio, CoreVideo, Quartz checks.
Sat, 25 Apr 2009 16:37:08 +0000 diego typo in XFORM asm check, noticed by Emanuele Giaquinta
Thu, 23 Apr 2009 07:39:39 +0000 diego Pass argc and argv parameters to main() function in SDL test.
Mon, 20 Apr 2009 00:10:45 +0000 diego Add HAVE_LDBRX to config.h for FFmpeg.
Mon, 20 Apr 2009 00:10:09 +0000 diego Add check for XFORM ASM, needed by FFmpeg/PPC.
Thu, 16 Apr 2009 10:02:10 +0000 diego Rely on POSIX-compatible head/tail versions that understand the -n option.
Wed, 15 Apr 2009 20:00:26 +0000 diego Replace all `` by $(), it is more readable and easier to nest.
Wed, 15 Apr 2009 17:08:41 +0000 diego Simplify OS detection functions.
Sun, 12 Apr 2009 17:07:30 +0000 diego Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.
Fri, 10 Apr 2009 18:29:01 +0000 diego Move all CFLAGS checks together at the beginning of configure.
Fri, 10 Apr 2009 17:39:44 +0000 diego Move thread-related CFLAGS settings into pthread test.
Fri, 10 Apr 2009 13:38:57 +0000 diego Remove unnecessary Darwin default CFLAGS and LDFLAGS.
Fri, 10 Apr 2009 13:37:59 +0000 diego Move darwin CFLAG settings to darwin section at the beginning of configure.
Fri, 10 Apr 2009 13:12:28 +0000 diego Move amigaos CFLAG settings to amigaos section at the beginning of configure.
Fri, 10 Apr 2009 13:09:39 +0000 diego gcc <3.1 is unsupported on Darwin, no need to check for this.
Wed, 08 Apr 2009 20:21:21 +0000 ramiro Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
Wed, 08 Apr 2009 11:56:09 +0000 diego Fix wrong syntax in test example, noticed by Jason Holt, jholt google com.
Sat, 04 Apr 2009 14:17:53 +0000 diego Fix passing CFLAGS and LDFLAGS with = in them as configure parameters.
Fri, 03 Apr 2009 08:08:44 +0000 cehoyos Fix compilation for newly added VAAPI_HWACCEL's.
Thu, 02 Apr 2009 19:01:23 +0000 bircoph Support for libbs2b audio filter.
Thu, 02 Apr 2009 18:38:15 +0000 cehoyos Fix compilation with libavcodec's HWACCEL.
Sat, 28 Mar 2009 18:53:26 +0000 reimar Check for ddk/ntddcdrm.h header before enabling VCD on mingw.
Fri, 27 Mar 2009 17:14:58 +0000 reimar Rename local TMP variable to TMPRES to avoid a clash with the
Wed, 25 Mar 2009 19:48:05 +0000 diego cosmetics: Drop leading underscore from extra_ variables.
Tue, 24 Mar 2009 09:32:35 +0000 diego Update help output with previous --extra-ldflags change.
Tue, 24 Mar 2009 00:22:51 +0000 diego Replace --with-extralibdir option by --extra-ldflags, which accepts arbitrary
Mon, 23 Mar 2009 23:41:24 +0000 diego typo fix: Remove stray '-' from --extra-cflags option evaluation.
Mon, 23 Mar 2009 23:37:51 +0000 diego Replace --with-extraincdir option by --extra-cflags, which accepts arbitrary
Mon, 23 Mar 2009 22:53:42 +0000 diego Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection.
Sat, 21 Mar 2009 16:00:15 +0000 diego Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined.
Sat, 21 Mar 2009 09:18:36 +0000 diego Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg.
Wed, 18 Mar 2009 21:48:35 +0000 cehoyos Support icc 11.1.
Wed, 18 Mar 2009 09:17:15 +0000 cehoyos Older versions of <vdpau/vdpau.h> will fail during compilation.
Sun, 15 Mar 2009 09:17:42 +0000 diego HAVE_THREADS should be initialized to 0, it is a 0/1 #define in FFmpeg.
Sat, 14 Mar 2009 18:44:58 +0000 diego KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net
Sat, 14 Mar 2009 16:00:21 +0000 diego Add /usr/X11R7 to the list of directories in which to search for X11 includes
Fri, 13 Mar 2009 16:42:42 +0000 reimar Fix compilation with --charset=noconv
Sat, 07 Mar 2009 12:50:52 +0000 reimar Update x264 version check for version required by lavc.
Thu, 05 Mar 2009 22:19:47 +0000 diego Only add -Ilibdvdnav to the CFLAGS of the files that require it.
Sun, 01 Mar 2009 11:36:39 +0000 diego DART audio output driver for OS/2 by KO Myung-Hun, komh chollian net
Mon, 23 Feb 2009 01:39:27 +0000 uau configure: Make the special dvdnav test the last one again
Sat, 21 Feb 2009 22:08:50 +0000 diego Make alpha arch detection more lenient. Taken from the Debian patchset.
Sat, 21 Feb 2009 20:25:02 +0000 diego Add -ffast-math to LDFLAGS as well as to CFLAGS.
Sat, 21 Feb 2009 17:36:26 +0000 diego Add HAVE_GETHRTIME and HAVE_INLINE_ASM definitions for FFmpeg.
Tue, 17 Feb 2009 22:05:25 +0000 diego AVR32 apparently supports fast unaligned accesses.
Tue, 17 Feb 2009 11:40:59 +0000 diego Also set HAVE_EBP_AVAILABLE in debug mode.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Tue, 17 Feb 2009 10:41:13 +0000 diego Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning:
Tue, 17 Feb 2009 00:09:15 +0000 uau Fix compilation without VDPAU
Mon, 16 Feb 2009 20:58:13 +0000 reimar Add support for VDPAU video out, including hardware decoding.
Mon, 16 Feb 2009 17:02:16 +0000 diego Make configure recognize avr32.
Thu, 12 Feb 2009 12:17:50 +0000 diego On clean/distclean, remove binaries with all types of executable suffixes.
Wed, 11 Feb 2009 23:11:06 +0000 diego Port check for 10 assembler operands support from FFmpeg.
Tue, 10 Feb 2009 15:34:44 +0000 diego Add priority support for OS/2 and factorize the Windows priority support.
Tue, 10 Feb 2009 02:01:35 +0000 diego Add proper check for posix_memalign(), needed for FFmpeg.
Sun, 08 Feb 2009 22:49:52 +0000 diego cosmetics: Remove leading underscore from all def_ variables.