aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* 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
* Remove unused options --ar and --ranlib.Gravatar diego2008-10-04
* Do not set DESTDIR to an empty value so that it can be overridden on theGravatar diego2008-10-04
* FAAC/FAAD are no longer the only available AAC encoders/decoders.Gravatar diego2008-10-04
* Remove word size check and macro and use __WORDSIZE directly instead.Gravatar diego2008-10-04
* Merge SPARC and SPARC64 sections in the CPU detection code.Gravatar diego2008-10-04
* Skip setting variables to empty values in the CPU detection code.Gravatar diego2008-10-04
* 100l copy and paste typo fixGravatar diego2008-10-03
* spelling cosmeticsGravatar diego2008-10-03
* Fix vsscanf test.Gravatar diego2008-10-03
* CVS --> SubversionGravatar diego2008-10-03
* Filter out xpm files from the list of dependencies to check for recursiveGravatar diego2008-10-03