log configure @ 30302:a9e53df6d8f1

age author description
Sun, 17 Jan 2010 11:49:33 +0000 reimar Also try linking against dxguid for SDL test.
Sat, 16 Jan 2010 23:22:43 +0000 reimar Allow anything starting with "arm" to be used as --target for ARM CPUs
Sat, 16 Jan 2010 16:39:46 +0000 reimar Manually add --nxcompat --no-seh --dynamicbase to linker flags if available,
Sat, 16 Jan 2010 16:22:57 +0000 reimar Fix struct addrinfo check, its definition might not allow actually allocating it.
Sat, 16 Jan 2010 16:16:50 +0000 reimar Fix sockaddr_storage check to work with winsock/MinGW
Sat, 16 Jan 2010 15:21:36 +0000 reimar Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now.
Sat, 16 Jan 2010 15:20:26 +0000 reimar HAVE_INLINE_ASM for FFmpeg should be one since we only support
Fri, 15 Jan 2010 09:47:45 +0000 zuxy Set _optimizing for x86-64.
Fri, 15 Jan 2010 09:33:38 +0000 zuxy The undocumented x86-64 is a better fallback for core2 than nocona.
Fri, 15 Jan 2010 09:31:15 +0000 zuxy Add -fno-common to avoid misalignment for global var under win32 like what
Fri, 15 Jan 2010 09:10:23 +0000 zuxy Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott.
Fri, 15 Jan 2010 07:55:07 +0000 zuxy Fix typo in r30302
Thu, 14 Jan 2010 12:06:38 +0000 cehoyos Fix compilation after recent changes in FFmpeg.
Tue, 12 Jan 2010 21:16:01 +0000 reimar Add very experimetal support for the Sun C compiler.
Tue, 12 Jan 2010 21:12:23 +0000 reimar Change -pipe check to avoid misdetecting it as available for Sun's compiler.
Tue, 12 Jan 2010 19:41:44 +0000 reimar Add checks for exp2, exp2 and log2f required by FFmpeg.
Sun, 10 Jan 2010 21:47:50 +0000 reimar Search X11 headers and libraries also in /usr/local/..., should ease
Sun, 10 Jan 2010 21:22:44 +0000 reimar Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will not
Sun, 10 Jan 2010 20:32:19 +0000 reimar FFmpeg uses ifdef in Makefiles for CONFIG_MPEGAUDIO_HP and CONFIG_HARDCODED_TABLES.
Sun, 10 Jan 2010 18:22:01 +0000 reimar Fix OpenGL detection for OpenSolaris where -lXdamage is necessary.
Sun, 10 Jan 2010 16:00:07 +0000 reimar Only print "using sdl-config" if we actually used it for SDL detection.
Sun, 10 Jan 2010 13:55:55 +0000 reimar Prefer libdca over libdts
Sun, 10 Jan 2010 13:32:37 +0000 reimar Quote test arguments that may be empty
Sun, 10 Jan 2010 12:13:10 +0000 reimar Disable internal copy of liba52 by default, libavcodec should be an
Sat, 09 Jan 2010 18:29:28 +0000 reimar IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that case.
Sat, 09 Jan 2010 14:17:23 +0000 reimar Add several make variables to make --enable-hardcoded-tables actually compile.
Sat, 09 Jan 2010 13:39:26 +0000 reimar Add support for --enable-hardcoded-tables like FFmpeg has.
Fri, 08 Jan 2010 18:56:39 +0000 greg libass needs at least freetype 2.2.1
Tue, 05 Jan 2010 10:54:41 +0000 diego Move MatrixView video output check below OpenGL check, it depends on OpenGL.
Mon, 04 Jan 2010 22:32:28 +0000 diego Remove pointless variable declaration from DirectFB check.
Mon, 04 Jan 2010 22:30:41 +0000 diego Add missing stdlib.h #include to fribidi check.
Mon, 04 Jan 2010 22:29:55 +0000 diego Remove pointless printf call in libmp3lame test.
Mon, 04 Jan 2010 22:28:44 +0000 diego Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings.
Mon, 04 Jan 2010 21:57:13 +0000 diego Pass a proper va_list type to vsscanf() test in configure.
Mon, 04 Jan 2010 12:24:07 +0000 diego cosmetics: tabs to spaces, some reindentation
Mon, 04 Jan 2010 12:12:57 +0000 diego Fix fribidi check to avoid spamming the console with error messages.
Mon, 04 Jan 2010 11:13:49 +0000 diego Add a few definitions used by FFmpeg to config.h:
Sun, 03 Jan 2010 17:00:51 +0000 reimar Modify -vo direct3d so we do not have to link against d3d9.dll, it might
Sun, 03 Jan 2010 16:46:31 +0000 reimar Enable all FFmpeg protocols by default, they seem to build without issue
Sun, 03 Jan 2010 16:26:30 +0000 reimar Change vo_png to use FFmpeg's png encoder instead of libpng.
Sun, 03 Jan 2010 14:54:51 +0000 reimar Finally add matrixview vo.
Sun, 03 Jan 2010 11:33:33 +0000 reimar Fixup SDL configure check:
Sun, 03 Jan 2010 09:11:20 +0000 reimar Also detect fontconfig when it requires -liconv
Sun, 03 Jan 2010 01:00:21 +0000 reimar Change fribidi check to also work without fribidi-config.
Sun, 03 Jan 2010 00:58:56 +0000 reimar Add support for JPEG2000 via FFmpeg/OpenJPEG
Sat, 02 Jan 2010 16:55:41 +0000 reimar Fix typo in code disabling VIDIX on mingw64
Sat, 02 Jan 2010 16:47:26 +0000 reimar Disable vidix on 64 bit MinGW compiles, it seems to fail compiling and
Fri, 01 Jan 2010 18:51:59 +0000 reimar Fix compilation if FreeType is not available, in particular do not try to build
Wed, 23 Dec 2009 10:21:53 +0000 diego Allow passing variants of "mingw32" as system name to --target. This ensures
Sun, 20 Dec 2009 19:12:20 +0000 diego Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.
Sat, 19 Dec 2009 15:41:47 +0000 reimar Make ass_mp.h use the system-libass headers when the internal one is disabled.
Sat, 19 Dec 2009 15:18:22 +0000 reimar Experimental support for external libass.
Sat, 19 Dec 2009 13:49:44 +0000 reimar Rename GL_* defines to CONFIG_GL_*
Sat, 19 Dec 2009 10:52:32 +0000 reimar Make the check for X11 and WIN32 backends for OpenGL separate.
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.