aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* Add -Wmissing-prototypes to CFLAGS if available.Gravatar diego2010-02-23
* FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.Gravatar diego2010-02-20
* FFmpeg: Add tomi to architecture list.Gravatar diego2010-02-20
* Add av_alias define as a hack to fix compilation of intreadwrite.h withoutGravatar reimar2010-02-18
* Check that fontconfig version is at least 2.4.2, which is required for theGravatar reimar2010-02-14
* 10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.Gravatar diego2010-02-13
* Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.Gravatar diego2010-02-13
* Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.Gravatar diego2010-02-13
* Fix shared library libavutil check: test for av_clip instead of av_gcd.Gravatar diego2010-02-13
* Add win32 loader support for OS/2Gravatar komh2010-02-12
* Move one more FFmpeg-related definition to the FFmpeg section of config.h.Gravatar diego2010-02-11
* Move some FFmpeg-related definitions to the FFmpeg section of config.h.Gravatar diego2010-02-11
* Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.Gravatar diego2010-02-11
* Enable RTSP and SDP demuxers if network support is enabled, they can now be u...Gravatar reimar2010-02-04
* Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpegGravatar komh2010-02-03
* Revert r30324 which broken the struct addrinfo check by making it always pass.Gravatar reimar2010-02-02
* Add OS/2 KAI audio driver supportGravatar komh2010-02-01
* Disable FFmpeg's network protocols if --disable-network was specified.Gravatar reimar2010-01-31
* Fix compilation for new Bink audio decoder.Gravatar cehoyos2010-01-31
* Add some more definitions for FFmpeg to config.h:Gravatar diego2010-01-30
* 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