aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
...
* 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
* External liba52 parameters should only be enabled if the check succeeded.Gravatar diego2008-10-03
* Internal liba52 should default to enabled.Gravatar diego2008-10-03
* Make sure -I. appears before all other -I flags.Gravatar diego2008-09-21
* Add shared libswscale support.Gravatar rathann2008-09-16
* Do not clobber _inc_extra variable when setting initial include flags.Gravatar diego2008-09-16
* Initialize _def_liba52 and _def_liba52_internal before the liba52 checksGravatar diego2008-09-16
* External liba52 support, part 2 of 2.Gravatar rathann2008-09-15
* Add -I. to _inc_extra at the beginning instead of to CFLAGS at the end.Gravatar diego2008-09-15
* Avoid useless line in libpostproc test.Gravatar diego2008-09-15
* Rename --enable-tremor-external option to --enable-tremor along with theGravatar diego2008-09-01
* Do not refer to libcdio and liblzo as external in the help output.Gravatar diego2008-09-01
* Rename --enable-faad-external option to --enable-faad along with theGravatar diego2008-09-01
* Initialize _def_faad* variables to disabled before setting them.Gravatar diego2008-09-01
* Fall back on external libfaad check if internal libfaad check failed.Gravatar diego2008-09-01