log configure @ 32294:4d1655cbd784

age author description
Mon, 27 Sep 2010 00:46:28 +0000 diego Simplify some configure checks through statement_check{_broken}().
Mon, 27 Sep 2010 00:02:59 +0000 diego cosmetics: Rename function_check{_broken}() --> statement_check{_broken}().
Sun, 26 Sep 2010 22:17:42 +0000 diego Remove unnecessary sys/types.h #include from shm check.
Sun, 26 Sep 2010 22:06:33 +0000 diego Add proper autodetection for FTP support; should fix Bugzilla #1804.
Sun, 26 Sep 2010 21:51:39 +0000 diego Simplify inet_pton/inet_aton checks with function_check().
Sun, 26 Sep 2010 21:48:28 +0000 diego Simplify jpeglib check with header_check_broken().
Sun, 26 Sep 2010 21:32:54 +0000 diego Switch back to using '-MD -MP' as gcc .d file creation flags.
Sun, 26 Sep 2010 20:53:09 +0000 diego Remove unnecessary linux/types.h #include from Apple IR check.
Sun, 26 Sep 2010 20:51:30 +0000 diego Move xmga check after X11, which xmga requires.
Sun, 26 Sep 2010 20:48:15 +0000 diego Simplify ENCA check.
Sun, 26 Sep 2010 19:33:48 +0000 diego Update documentation on how to add checks; mention helper functions.
Sun, 26 Sep 2010 19:01:37 +0000 diego Fix the way the dynamic loader check adds linker flags.
Sun, 26 Sep 2010 18:24:14 +0000 diego Simplify Windows waveout test with header_check_broken().
Sun, 26 Sep 2010 18:23:04 +0000 diego Simplify Direct3D check with header_check().
Sun, 26 Sep 2010 18:22:06 +0000 diego Remove some unnecessary windows.h #includes in configure checks.
Sat, 25 Sep 2010 21:00:34 +0000 diego Add CFLAGS/LDFLAGS for all FFmpeg libraries when using pkg-config in configure.
Sat, 25 Sep 2010 16:42:20 +0000 diego Change the way encoders necessary for both MPlayer and MEncoder are enabled.
Sat, 25 Sep 2010 16:06:50 +0000 diego Add HAVE_STDLIB_H to config.h for libfaad2.
Tue, 21 Sep 2010 23:00:35 +0000 diego MPEG4AAC_DECODER does not exist in FFmpeg; do not remove it from libavdecoders.
Tue, 21 Sep 2010 22:26:44 +0000 diego Move network requirement check for FTP into the FTP test.
Tue, 21 Sep 2010 21:13:21 +0000 diego Add HAVE_ALIGNED_STACK definition for FFmpeg.
Tue, 21 Sep 2010 14:16:57 +0000 diego Drop obsolete CONFIG_IPV6 #definition for FFmpeg from config.h.
Tue, 21 Sep 2010 13:51:33 +0000 diego Move ASMALIGN check into x86 section of configure.
Tue, 21 Sep 2010 13:22:48 +0000 diego Move lrintf definition to the FFmpeg section of config.h.
Mon, 20 Sep 2010 08:31:37 +0000 diego Move ASFLAGS and AS_DEPFLAGS to the FFmpeg section of config.mak.
Mon, 20 Sep 2010 07:54:06 +0000 diego Simplify libbluray test with function_check().
Mon, 20 Sep 2010 07:21:17 +0000 diego Remove unnecessary #include from libbluray test.
Sun, 19 Sep 2010 21:18:45 +0000 diego 1000l: Fix shift amount in function_check_broken().
Sat, 18 Sep 2010 14:51:55 +0000 diego Make sure that HAVE_MKSTEMP is always #defined to a value.
Sat, 18 Sep 2010 10:47:41 +0000 diego Simplify librtmp check using function_check().