log configure @ 23483:04cb37f259e7

age author description
Thu, 07 Jun 2007 23:59:23 +0000 cehoyos Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.
Thu, 07 Jun 2007 20:37:24 +0000 nicodvb in vidix check protect [A-Z] and [a-z] with single quotes as in other checks; fixes some untranslated lowercases
Thu, 07 Jun 2007 17:23:23 +0000 cehoyos Add -Wno-switch to CFLAGS.
Thu, 07 Jun 2007 17:10:37 +0000 cehoyos Fix r23494: It broke gcc 2.95.3
Thu, 07 Jun 2007 16:36:55 +0000 cehoyos Add -Wno-pointer-sign to CFLAGS
Thu, 07 Jun 2007 13:40:22 +0000 diego Add -Wall (back) to default CFLAGS.
Thu, 07 Jun 2007 10:50:04 +0000 cehoyos Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.
Thu, 07 Jun 2007 10:24:17 +0000 cehoyos Fix compilation after FFmpeg r9235.
Thu, 07 Jun 2007 03:01:32 +0000 zuxy 10l: correct Core 2 detection under x86-64
Tue, 05 Jun 2007 18:35:34 +0000 ben protect _vidix_drivers variable, allowing --with-vidix-driver option to actually handle more than one driver
Tue, 05 Jun 2007 10:05:09 +0000 diego Keep -pipe option in CFLAGS even in debug mode.
Tue, 05 Jun 2007 00:26:54 +0000 diego Keep unused parameter warnings in debug mode.
Sat, 02 Jun 2007 20:20:33 +0000 gpoirier compilation fix after commit r9172 to ffmpeg, patch by Aurel
Thu, 31 May 2007 13:22:36 +0000 zuxy Remove no more used TARGET_BUILTIN_VECTOR and TARGET_BUILTIN_3DNOW
Mon, 21 May 2007 06:54:06 +0000 diego Add "uclinux" as an accepted system type in the linux() test.
Sun, 20 May 2007 05:04:14 +0000 zuxy Add SSSE3 check
Sat, 19 May 2007 11:17:49 +0000 reimar Update regexp to ffmpegs version to avoid incorrect CONFIG_MP3_HEADER_DECOMPRESS_DECODER
Sat, 19 May 2007 11:11:31 +0000 reimar Fix compilation: Create CONFIG_*_BSF in config.mak
Thu, 17 May 2007 23:20:58 +0000 diego Clean up VIDIX test.
Thu, 17 May 2007 23:03:36 +0000 diego 10l: leftover line from incompletely split commit
Thu, 17 May 2007 21:48:56 +0000 diego Remove awk test. awk is a basic Unix tool, any implementation is sufficient.
Thu, 17 May 2007 21:33:49 +0000 diego Move the internal VIDIX check from a random place into the VIDIX section.
Thu, 17 May 2007 21:19:18 +0000 diego Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,
Thu, 17 May 2007 21:13:41 +0000 diego Merge internal and external VIDIX checks.
Thu, 17 May 2007 20:55:12 +0000 diego ffdts is no more.
Tue, 15 May 2007 21:07:27 +0000 reimar Avoid passing test invalid arguments when string is empty.
Sun, 13 May 2007 22:29:10 +0000 diego ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail com
Sun, 13 May 2007 15:58:38 +0000 rtogni Compilation fix after ffmpeg r9010 (bitstream filters optional
Fri, 11 May 2007 21:39:39 +0000 diego help output typo noticed by Ramiro Polla
Thu, 10 May 2007 18:47:27 +0000 ben new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck