aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* Add runtime translation supportGravatar Uoti Urpala2010-03-08
* build/vdpau: drop support for dynamic loading of libvdpauGravatar Uoti Urpala2010-02-26
* Merge svn changes up to r30375Gravatar Uoti Urpala2010-01-25
|\
* \ Merge svn changes up to r30322Gravatar Uoti Urpala2010-01-25
|\ \
* \ \ Merge svn changes up to r30301Gravatar Uoti Urpala2010-01-25
|\ \ \
* \ \ \ Merge svn changes up to r30264Gravatar Uoti Urpala2010-01-25
|\ \ \ \
| | | | * Set HAVE_FAST_CLZ according to CPU type.Gravatar zuxy2010-01-19
| | | | * Support for detection of AMD Phenom.Gravatar zuxy2010-01-18
| | | | * Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support.Gravatar reimar2010-01-17
| | | | * Also try linking against dxguid for SDL test.Gravatar reimar2010-01-17
| | | | * Allow anything starting with "arm" to be used as --target for ARM CPUsGravatar reimar2010-01-16
| | | | * Manually add --nxcompat --no-seh --dynamicbase to linker flags if available,Gravatar reimar2010-01-16
| | | | * Fix struct addrinfo check, its definition might not allow actually allocating...Gravatar reimar2010-01-16
| | | | * Fix sockaddr_storage check to work with winsock/MinGWGravatar reimar2010-01-16
| | | |/
| | | * Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now.Gravatar reimar2010-01-16
| | | * HAVE_INLINE_ASM for FFmpeg should be one since we only supportGravatar reimar2010-01-16
| | | * Set _optimizing for x86-64.Gravatar zuxy2010-01-15
| | | * The undocumented x86-64 is a better fallback for core2 than nocona.Gravatar zuxy2010-01-15
| | | * Add -fno-common to avoid misalignment for global var under win32 like whatGravatar zuxy2010-01-15
| | | * Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott.Gravatar zuxy2010-01-15
| | | * Fix typo in r30302Gravatar zuxy2010-01-15
| | | * Fix compilation after recent changes in FFmpeg.Gravatar cehoyos2010-01-14
| | |/
| | * Add very experimetal support for the Sun C compiler.Gravatar reimar2010-01-12
| | * Change -pipe check to avoid misdetecting it as available for Sun's compiler.Gravatar reimar2010-01-12
| | * Add checks for exp2, exp2 and log2f required by FFmpeg.Gravatar reimar2010-01-12
| | * Search X11 headers and libraries also in /usr/local/..., should easeGravatar reimar2010-01-10
| | * Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will notGravatar reimar2010-01-10
| | * FFmpeg uses ifdef in Makefiles for CONFIG_MPEGAUDIO_HP and CONFIG_HARDCODED_T...Gravatar reimar2010-01-10
| |/
| * Fix OpenGL detection for OpenSolaris where -lXdamage is necessary.Gravatar reimar2010-01-10
| * Only print "using sdl-config" if we actually used it for SDL detection.Gravatar reimar2010-01-10
| * Prefer libdca over libdtsGravatar reimar2010-01-10
| * Quote test arguments that may be emptyGravatar reimar2010-01-10
| * Disable internal copy of liba52 by default, libavcodec should be anGravatar reimar2010-01-10
| * IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that...Gravatar reimar2010-01-09
| * Add several make variables to make --enable-hardcoded-tables actually compile.Gravatar reimar2010-01-09
| * Add support for --enable-hardcoded-tables like FFmpeg has.Gravatar reimar2010-01-09
| * libass needs at least freetype 2.2.1Gravatar greg2010-01-08
* | Merge svn changes up to r30236Gravatar Uoti Urpala2010-01-08
|\|
* | Merge svn r30200 (reindent configure)Gravatar Uoti Urpala2010-01-08
|\ \
* \ \ Merge svn changes up to r30199Gravatar Uoti Urpala2010-01-08
|\ \ \
* \ \ \ Merge svn changes up to r30195Gravatar Uoti Urpala2010-01-08
|\ \ \ \
* \ \ \ \ Merge svn changes up to r30187Gravatar Uoti Urpala2010-01-08
|\ \ \ \ \
* \ \ \ \ \ Merge svn changes up to r30185Gravatar Uoti Urpala2010-01-08
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge svn changes up to r30173Gravatar Uoti Urpala2010-01-08
|\ \ \ \ \ \ \
| | | | | | | * Move MatrixView video output check below OpenGL check, it depends on OpenGL.Gravatar diego2010-01-05
| | | | | | | * Remove pointless variable declaration from DirectFB check.Gravatar diego2010-01-04
| | | | | | | * Add missing stdlib.h #include to fribidi check.Gravatar diego2010-01-04
| | | | | | | * Remove pointless printf call in libmp3lame test.Gravatar diego2010-01-04
| | | | | | | * Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings.Gravatar diego2010-01-04
| | | | | | | * Pass a proper va_list type to vsscanf() test in configure.Gravatar diego2010-01-04
| | | | | | |/