aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* 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
* cosmetics: Consistently name all header #define variables.Gravatar diego2008-10-14
* Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.Gravatar diego2008-10-13
* Remove global definition of WIN32 in config.h for Cygwin.Gravatar diego2008-10-13
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* Remove check for byteswap.h, it was removed from FFmpeg.Gravatar diego2008-10-13
* Filter out .hh and .h files in the C++ dependency generation command.Gravatar diego2008-10-12
* Remove useless HAVE_STRCHR definition from config.h.Gravatar diego2008-10-12
* Move socklen_t typedef from config.h to stream/network.h.Gravatar diego2008-10-12
* Do not provide a prototype for setenv in config.h, we do not provide aGravatar diego2008-10-11
* cosmetics: Move some config.h entries to more sensible places.Gravatar diego2008-10-10
* cosmetics: Group codec-, network- and gui-related options together in config.h.Gravatar diego2008-10-10
* cosmetics: Group system header and function definitions together in config.h.Gravatar diego2008-10-09
* Disable mp3lib and liba52-internal for icc.Gravatar cehoyos2008-10-05
* Revert the removal of the likely/unlikely macros, they are still used.Gravatar diego2008-10-04
* Merge variable declaration and export.Gravatar diego2008-10-04
* Add a comment to lonely 'fi' for clarification.Gravatar diego2008-10-04
* cosmetics: more config.h reorderingGravatar diego2008-10-04
* cosmetics: Reorder entries in config.h.Gravatar diego2008-10-04
* 100l: Revert incorrect removal or --ar and --ranlib options.Gravatar diego2008-10-04
* cosmetics: Improve some config.h comments.Gravatar diego2008-10-04
* Do not duplicate likely/unlikely #defines from libmpeg2/libavcodec in config.h.Gravatar diego2008-10-04
* Remove unused HAVE_SYS_POLL_H definition from config.h.Gravatar diego2008-10-04
* cosmetics: Move around some more stuff in config.mak.Gravatar diego2008-10-04
* cosmetics: Move around stuff in config.mak.Gravatar diego2008-10-04
* Remove unused LIBDIR Makefile variable from config.mak.Gravatar diego2008-10-04