aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* whitespace cosmetics in test programsGravatar diego2008-12-03
* Treat video output objects the same as everything else in the build system,Gravatar diego2008-12-03
* cosmetics: consistent CONFIG_PNM definitionGravatar diego2008-12-03
* cosmetics: Rename ZORAN Makefile variable to ZR for consistency.Gravatar diego2008-12-03
* Treat audio output objects the same as everything else in the build system,Gravatar diego2008-12-03
* Pass "-f macho" to yasm when enabling YASM support on a 32-bits machine asGravatar gpoirier2008-12-03
* 100l, actually put the PTHREAD_CACHE define into config.hGravatar reimar2008-12-02
* vo_direct3d.o depends on w32_common.o.Gravatar diego2008-12-02
* MNG demuxer by Stefan Schuermans, stefan blinkenarea orgGravatar diego2008-11-30
* Move PTHREAD_CACHE define logic to configure.Gravatar reimar2008-11-28
* Fix cross-compilation: autodetect correct nm toolGravatar reimar2008-11-28
* configure: Move AANDCT config.mak entry and add config.h #definesGravatar uau2008-11-26
* Fix compilation after FFmpeg r15940Gravatar reimar2008-11-26
* Enable compilation with icc 11.0.Gravatar cehoyos2008-11-25
* now that we have a specific check to enable ao_macosx or not, don't let testGravatar gpoirier2008-11-24
* add specific test to check if we can enable ao_macosx not matter how vo_quart...Gravatar gpoirier2008-11-24
* Direct3D based video_out module.Gravatar reimar2008-11-18
* On OpenBSD socklen_t is defined at sys/types.h, so latter is addedGravatar bircoph2008-11-18
* 100l, missing ' s' in sed command, probably caused all decoders to beGravatar reimar2008-11-17
* Only enable CONFIG_FFT_MMX if both yasm and MMX are enabled.Gravatar diego2008-11-17
* Set _have_yasm to "no" if yasm detection failed.Gravatar diego2008-11-17
* Allow compilation with icc 10.1.Gravatar cehoyos2008-11-17
* Fix missing -DARCH_X86_64 for yasm on x86_64.Gravatar reimar2008-11-16
* Add yasm support to the build system.Gravatar bircoph2008-11-16
* On Darwin, don't use hostinfo on _all_ x86 variants to detect the running CPU,Gravatar gpoirier2008-11-15
* Print out that vo_macosx is disabled when Mac OS X APIs are not available.Gravatar diego2008-11-13
* lavc tscc decoder now also depends on zlibGravatar reimar2008-11-02
* Change OpenGL support to work on unmodified MinGW64Gravatar reimar2008-11-02
* Make sure that linker flags passed as configure parameters appear beforeGravatar diego2008-10-28
* cosmetics: alphabetical orderGravatar diego2008-10-26
* configure: Set CONFIG_MDCT and CONFIG_GOLOMB for libavcodecGravatar uau2008-10-26
* cosmetics: Reorder some FFmpeg-related config.h and config.mak entries.Gravatar diego2008-10-25
* configure: Set CONFIG_FFT to fix libavcodec compilationGravatar uau2008-10-25
* 10l: Revert SH4 removal, which is required in FFmpeg.Gravatar diego2008-10-24
* SH4 is an architecture, not a CPU extension.Gravatar diego2008-10-23
* Add ARM pld instruction test for FFmpeg ARM optimizations.Gravatar diego2008-10-23
* Determine default CD/DVD device in configure instead of using an #ifdef jungle.Gravatar diego2008-10-21
* cosmetics: Reorganize config.h. Remove pointless comments, group togetherGravatar diego2008-10-16
* typo: _dev_dvd_openbsd --> _def_dvd_openbsdGravatar diego2008-10-16
* Create LIBDIR for binary codecs upon make install.Gravatar diego2008-10-16
* Move dcbzl definition to the FFmpeg section of config.h where it belongs.Gravatar diego2008-10-16
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.Gravatar diego2008-10-16
* Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.Gravatar diego2008-10-16
* Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.Gravatar diego2008-10-16
* Move X11_FULLSCREEN definition to x11_common.h where it belongs.Gravatar diego2008-10-16
* Move attribute_used declaration from config.h to mangle.h where it is useful.Gravatar diego2008-10-16
* sun --> __sun in config.h preprocessor checkGravatar diego2008-10-16
* cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.Gravatar diego2008-10-14