log configure @ 30302:a9e53df6d8f1

age author description
2010-01-17 reimar Also try linking against dxguid for SDL test.
2010-01-16 reimar Allow anything starting with "arm" to be used as --target for ARM CPUs
2010-01-16 reimar Manually add --nxcompat --no-seh --dynamicbase to linker flags if available,
2010-01-16 reimar Fix struct addrinfo check, its definition might not allow actually allocating it.
2010-01-16 reimar Fix sockaddr_storage check to work with winsock/MinGW
2010-01-16 reimar Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now.
2010-01-16 reimar HAVE_INLINE_ASM for FFmpeg should be one since we only support
2010-01-15 zuxy Set _optimizing for x86-64.
2010-01-15 zuxy The undocumented x86-64 is a better fallback for core2 than nocona.
2010-01-15 zuxy Add -fno-common to avoid misalignment for global var under win32 like what
2010-01-15 zuxy Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott.
2010-01-15 zuxy Fix typo in r30302
2010-01-14 cehoyos Fix compilation after recent changes in FFmpeg.
2010-01-12 reimar Add very experimetal support for the Sun C compiler.
2010-01-12 reimar Change -pipe check to avoid misdetecting it as available for Sun's compiler.
2010-01-12 reimar Add checks for exp2, exp2 and log2f required by FFmpeg.
2010-01-10 reimar Search X11 headers and libraries also in /usr/local/..., should ease
2010-01-10 reimar Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will not
2010-01-10 reimar FFmpeg uses ifdef in Makefiles for CONFIG_MPEGAUDIO_HP and CONFIG_HARDCODED_TABLES.
2010-01-10 reimar Fix OpenGL detection for OpenSolaris where -lXdamage is necessary.
2010-01-10 reimar Only print "using sdl-config" if we actually used it for SDL detection.
2010-01-10 reimar Prefer libdca over libdts
2010-01-10 reimar Quote test arguments that may be empty
2010-01-10 reimar Disable internal copy of liba52 by default, libavcodec should be an
2010-01-09 reimar IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that case.
2010-01-09 reimar Add several make variables to make --enable-hardcoded-tables actually compile.
2010-01-09 reimar Add support for --enable-hardcoded-tables like FFmpeg has.
2010-01-08 greg libass needs at least freetype 2.2.1
2010-01-05 diego Move MatrixView video output check below OpenGL check, it depends on OpenGL.
2010-01-04 diego Remove pointless variable declaration from DirectFB check.