summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAge
* Move dependency generation commands into configure.Diego Biurrun2008-03-12
* Fix configure to properly build without PIC by default on DarwinAlexander Strange2008-03-12
* Use proper library versions instead of SPPVERSION in Darwin SHFLAGS.Diego Biurrun2008-03-12
* Clarify comment.Diego Biurrun2008-03-10
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-10
* VFW capture supportRamiro Polla2008-03-08
* Rename pp variable to postproc for consistency.Diego Biurrun2008-03-08
* check for x86 bswap instructionMåns Rullgård2008-03-08
* simplify library version handlingMåns Rullgård2008-03-07
* simplify processing of some --disable-* optionsMåns Rullgård2008-03-05
* remove some unneeded artificial dependencies from configureAurelien Jacobs2008-03-05
* Fix endian test with grep not handling non-text filesMåns Rullgård2008-03-03
* remove unnecessary backslashesMåns Rullgård2008-03-03
* Fix libavfilter compilation and make it more in lineVitor Sessak2008-03-03
* Force DOS users to enable memalign hack when needed,Ramiro Polla2008-03-03
* Support setting the debuglevel (-g level) with --enable-debug=#Benjamin Larsson2008-03-03
* Use "disable" helper functionRamiro Polla2008-03-02
* Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin.İsmail Dönmez2008-03-01
* Add empty line in output to increase readability.Diego Biurrun2008-02-27
* check for inline asm supportMåns Rullgård2008-02-27
* fix version in libavfilter.pcMåns Rullgård2008-02-27
* fix versions in .pc filesMåns Rullgård2008-02-27
* fix libavfilter version extractionMåns Rullgård2008-02-27
* Make gcc ignore the distinction between +0.0 and -0.0, this allows it toMichael Niedermayer2008-02-26
* print enabled things in columnsMåns Rullgård2008-02-26
* 10l, alphabetic orderingVitor Sessak2008-02-26
* Build system changes for libavfilter addition. Add --enable-avfilter configur...Vitor Sessak2008-02-26
* simplify version number extractionMåns Rullgård2008-02-26
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
* 25% faster floating point AAN IDCT.Michael Niedermayer2008-02-26
* Disable vhook on Interix, patch by Pete Ross, pross xvid org.Peter Ross2008-02-26
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-25
* Add -lm to x264 check, it is needed on most systems.Diego Biurrun2008-02-22
* Clean up lib* version definitionsMåns Rullgård2008-02-19
* prettify lib* version number extractionMåns Rullgård2008-02-17
* prettify encoder/decoder/muxer/... list extractionMåns Rullgård2008-02-17
* The Blackfin toolchains will automatically select FDPIC according to theMike Frysinger2008-02-16
* do not run ldconfig after installing shared librariesMåns Rullgård2008-02-16
* Include poll.h instead of sys/poll.hLuca Abeni2008-02-13
* Do not use ranges with tr, the results are locale-dependent.Diego Biurrun2008-02-11
* Warn if a comparison is always true or always false due to theMichael Niedermayer2008-02-03
* Make string constants const. Why is this not default?Michael Niedermayer2008-02-03
* Remove -Werror= CFLAGS that do not have the desired effect.Diego Biurrun2008-02-02
* Mixing declarations and statements is an error, so is any constructMichael Niedermayer2008-02-01
* Warn about casts which remove const.Michael Niedermayer2008-02-01
* Pass argc and argv to the main function of the SDL tests.Diego Biurrun2008-01-29
* Add -pthread to extralibs and not to ldflags so that the dependency getsDiego Biurrun2008-01-26
* Add a --enable-nonfree command line parameter similar to --enable-gpl.Diego Biurrun2008-01-26
* Do not group libamr_nb and libamr_wb together as libamr.Diego Biurrun2008-01-26
* Add system-specific network link flags to inet_aton test. This should fixMichael Kostylev2008-01-18