log configure @ 29169:5c48a1cdd1d7

age author description
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.