aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* Disable all hwaccel glue code from FFmpeg.Gravatar diego2010-01-21
* x264 version 0.83 is required.Gravatar cehoyos2010-01-21
* Fix compilation after FFmpeg r21353.Gravatar cehoyos2010-01-21
* Create libavutil/avconfig.h, required for FFmpeg compilation.Gravatar diego2010-01-19
* 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
* 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
* cosmetics: tabs to spaces, some reindentationGravatar diego2010-01-04
* Fix fribidi check to avoid spamming the console with error messages.Gravatar diego2010-01-04
* Add a few definitions used by FFmpeg to config.h:Gravatar diego2010-01-04
* Modify -vo direct3d so we do not have to link against d3d9.dll, it mightGravatar reimar2010-01-03
* Enable all FFmpeg protocols by default, they seem to build without issueGravatar reimar2010-01-03
* Change vo_png to use FFmpeg's png encoder instead of libpng.Gravatar reimar2010-01-03
* Finally add matrixview vo.Gravatar reimar2010-01-03
* Fixup SDL configure check:Gravatar reimar2010-01-03
* Also detect fontconfig when it requires -liconvGravatar reimar2010-01-03