| Commit message (Expand) | Author | Age |
* | Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support. | reimar | 2010-01-17 |
* | Also try linking against dxguid for SDL test. | reimar | 2010-01-17 |
* | Allow anything starting with "arm" to be used as --target for ARM CPUs | reimar | 2010-01-16 |
* | Manually add --nxcompat --no-seh --dynamicbase to linker flags if available, | reimar | 2010-01-16 |
* | Fix struct addrinfo check, its definition might not allow actually allocating... | reimar | 2010-01-16 |
* | Fix sockaddr_storage check to work with winsock/MinGW | reimar | 2010-01-16 |
* | Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now. | reimar | 2010-01-16 |
* | HAVE_INLINE_ASM for FFmpeg should be one since we only support | reimar | 2010-01-16 |
* | Set _optimizing for x86-64. | zuxy | 2010-01-15 |
* | The undocumented x86-64 is a better fallback for core2 than nocona. | zuxy | 2010-01-15 |
* | Add -fno-common to avoid misalignment for global var under win32 like what | zuxy | 2010-01-15 |
* | Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott. | zuxy | 2010-01-15 |
* | Fix typo in r30302 | zuxy | 2010-01-15 |
* | Fix compilation after recent changes in FFmpeg. | cehoyos | 2010-01-14 |
* | Add very experimetal support for the Sun C compiler. | reimar | 2010-01-12 |
* | Change -pipe check to avoid misdetecting it as available for Sun's compiler. | reimar | 2010-01-12 |
* | Add checks for exp2, exp2 and log2f required by FFmpeg. | reimar | 2010-01-12 |
* | Search X11 headers and libraries also in /usr/local/..., should ease | reimar | 2010-01-10 |
* | Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will not | reimar | 2010-01-10 |
* | FFmpeg uses ifdef in Makefiles for CONFIG_MPEGAUDIO_HP and CONFIG_HARDCODED_T... | reimar | 2010-01-10 |
* | Fix OpenGL detection for OpenSolaris where -lXdamage is necessary. | reimar | 2010-01-10 |
* | Only print "using sdl-config" if we actually used it for SDL detection. | reimar | 2010-01-10 |
* | Prefer libdca over libdts | reimar | 2010-01-10 |
* | Quote test arguments that may be empty | reimar | 2010-01-10 |
* | Disable internal copy of liba52 by default, libavcodec should be an | reimar | 2010-01-10 |
* | IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that... | reimar | 2010-01-09 |
* | Add several make variables to make --enable-hardcoded-tables actually compile. | reimar | 2010-01-09 |
* | Add support for --enable-hardcoded-tables like FFmpeg has. | reimar | 2010-01-09 |
* | libass needs at least freetype 2.2.1 | greg | 2010-01-08 |
* | Move MatrixView video output check below OpenGL check, it depends on OpenGL. | diego | 2010-01-05 |
* | Remove pointless variable declaration from DirectFB check. | diego | 2010-01-04 |
* | Add missing stdlib.h #include to fribidi check. | diego | 2010-01-04 |
* | Remove pointless printf call in libmp3lame test. | diego | 2010-01-04 |
* | Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings. | diego | 2010-01-04 |
* | Pass a proper va_list type to vsscanf() test in configure. | diego | 2010-01-04 |
* | cosmetics: tabs to spaces, some reindentation | diego | 2010-01-04 |
* | Fix fribidi check to avoid spamming the console with error messages. | diego | 2010-01-04 |
* | Add a few definitions used by FFmpeg to config.h: | diego | 2010-01-04 |
* | Modify -vo direct3d so we do not have to link against d3d9.dll, it might | reimar | 2010-01-03 |
* | Enable all FFmpeg protocols by default, they seem to build without issue | reimar | 2010-01-03 |
* | Change vo_png to use FFmpeg's png encoder instead of libpng. | reimar | 2010-01-03 |
* | Finally add matrixview vo. | reimar | 2010-01-03 |
* | Fixup SDL configure check: | reimar | 2010-01-03 |
* | Also detect fontconfig when it requires -liconv | reimar | 2010-01-03 |
* | Change fribidi check to also work without fribidi-config. | reimar | 2010-01-03 |
* | Add support for JPEG2000 via FFmpeg/OpenJPEG | reimar | 2010-01-03 |
* | Fix typo in code disabling VIDIX on mingw64 | reimar | 2010-01-02 |
* | Disable vidix on 64 bit MinGW compiles, it seems to fail compiling and | reimar | 2010-01-02 |
* | Fix compilation if FreeType is not available, in particular do not try to build | reimar | 2010-01-01 |
* | Allow passing variants of "mingw32" as system name to --target. This ensures | diego | 2009-12-23 |