summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* Move dependency generation commands into configure.Diego Biurrun2008-03-12
| | | | | | This will allow specifying gcc-independent commands in the future. Originally committed as revision 12426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix configure to properly build without PIC by default on DarwinAlexander Strange2008-03-12
| | | | | | Patch by Alexander Strange (astrange ithinksw com) Originally committed as revision 12425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use proper library versions instead of SPPVERSION in Darwin SHFLAGS.Diego Biurrun2008-03-12
| | | | Originally committed as revision 12423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify comment.Diego Biurrun2008-03-10
| | | | Originally committed as revision 12419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-10
| | | | | | directory name and other option names. Also rename variables accordingly. Originally committed as revision 12408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VFW capture supportRamiro Polla2008-03-08
| | | | Originally committed as revision 12384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename pp variable to postproc for consistency.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for x86 bswap instructionMåns Rullgård2008-03-08
| | | | Originally committed as revision 12375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify library version handlingMåns Rullgård2008-03-07
| | | | Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify processing of some --disable-* optionsMåns Rullgård2008-03-05
| | | | Originally committed as revision 12342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some unneeded artificial dependencies from configureAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix endian test with grep not handling non-text filesMåns Rullgård2008-03-03
| | | | | | | | POSIX grep is not required to support non-text files. Idea by Rich Felker. Originally committed as revision 12304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unnecessary backslashesMåns Rullgård2008-03-03
| | | | Originally committed as revision 12302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix libavfilter compilation and make it more in lineVitor Sessak2008-03-03
| | | | | | with the other libav*. Originally committed as revision 12301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Force DOS users to enable memalign hack when needed,Ramiro Polla2008-03-03
| | | | | | the same way it's done for MinGW. Originally committed as revision 12299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support setting the debuglevel (-g level) with --enable-debug=#Benjamin Larsson2008-03-03
| | | | Originally committed as revision 12298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use "disable" helper functionRamiro Polla2008-03-02
| | | | Originally committed as revision 12291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin.İsmail Dönmez2008-03-01
| | | | | | patch by İsmail Dönmez, ismail namtrac org Originally committed as revision 12285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add empty line in output to increase readability.Diego Biurrun2008-02-27
| | | | Originally committed as revision 12271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for inline asm supportMåns Rullgård2008-02-27
| | | | Originally committed as revision 12270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix version in libavfilter.pcMåns Rullgård2008-02-27
| | | | Originally committed as revision 12267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix versions in .pc filesMåns Rullgård2008-02-27
| | | | Originally committed as revision 12264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix libavfilter version extractionMåns Rullgård2008-02-27
| | | | Originally committed as revision 12260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make gcc ignore the distinction between +0.0 and -0.0, this allows it toMichael Niedermayer2008-02-26
| | | | | | | change x+0.0 to x. Though it alone does not allow gcc to remove x*0.0, that would also require -ffinite-math-only. Originally committed as revision 12252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print enabled things in columnsMåns Rullgård2008-02-26
| | | | Originally committed as revision 12251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, alphabetic orderingVitor Sessak2008-02-26
| | | | Originally committed as revision 12250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build system changes for libavfilter addition. Add --enable-avfilter ↵Vitor Sessak2008-02-26
| | | | | | | | configure option. Patch by myself, Bobby Bingham and Víctor Paesa. Originally committed as revision 12249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify version number extractionMåns Rullgård2008-02-26
| | | | Originally committed as revision 12247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
| | | | Originally committed as revision 12246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 25% faster floating point AAN IDCT.Michael Niedermayer2008-02-26
| | | | | | Other float code likely benefits as well ... Originally committed as revision 12245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable vhook on Interix, patch by Pete Ross, pross xvid org.Peter Ross2008-02-26
| | | | Originally committed as revision 12226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-25
| | | | | | | | | | Install each library's headers in $prefix/include/$libname. The installed headers use #include "lib*/*.h"; applications are expected to do the same. Specify only $prefix/include in .pc files. Originally committed as revision 12194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -lm to x264 check, it is needed on most systems.Diego Biurrun2008-02-22
| | | | | | taken from the DOS/DJGPP port by Michael Kostylev, mik niipt ru Originally committed as revision 12178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up lib* version definitionsMåns Rullgård2008-02-19
| | | | | | Updating version numbers now requires changing only one place. Originally committed as revision 12154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettify lib* version number extractionMåns Rullgård2008-02-17
| | | | Originally committed as revision 12128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettify encoder/decoder/muxer/... list extractionMåns Rullgård2008-02-17
| | | | Originally committed as revision 12127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The Blackfin toolchains will automatically select FDPIC according to theMike Frysinger2008-02-16
| | | | | | | | toolchain/tuple, so there is no need (and indeed this is unwanted) to force -mfdpic into the compile/linker flags. patch by Mike Frysinger, vapier.adi a gmail d com Originally committed as revision 12122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not run ldconfig after installing shared librariesMåns Rullgård2008-02-16
| | | | Originally committed as revision 12121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include poll.h instead of sys/poll.hLuca Abeni2008-02-13
| | | | Originally committed as revision 11924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use ranges with tr, the results are locale-dependent.Diego Biurrun2008-02-11
| | | | | | Suggested by Rich Felker. Originally committed as revision 11914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn if a comparison is always true or always false due to theMichael Niedermayer2008-02-03
| | | | | | | | | limited range of the data type. The only new warning this causes (if i didnt miss one) is: udp.c:272: warning: comparison of unsigned expression < 0 is always false which is a real bug Originally committed as revision 11839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make string constants const. Why is this not default?Michael Niedermayer2008-02-03
| | | | Originally committed as revision 11835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove -Werror= CFLAGS that do not have the desired effect.Diego Biurrun2008-02-02
| | | | Originally committed as revision 11811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mixing declarations and statements is an error, so is any constructMichael Niedermayer2008-02-01
| | | | | | depending on sizeof(void) (like void_ptr++) Originally committed as revision 11798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn about casts which remove const.Michael Niedermayer2008-02-01
| | | | | | Feel free to flame me if you disagree that such code is wrong. Originally committed as revision 11699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass argc and argv to the main function of the SDL tests.Diego Biurrun2008-01-29
| | | | | | | This appears to be required on Windows and does no harm on Linux. closes issue 344, patch by jdm Originally committed as revision 11662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -pthread to extralibs and not to ldflags so that the dependency getsDiego Biurrun2008-01-26
| | | | | | | reflected in the pkg-config files. noticed by j .at. v2v .dot. cc Originally committed as revision 11618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a --enable-nonfree command line parameter similar to --enable-gpl.Diego Biurrun2008-01-26
| | | | | | Required to enable nonfree libraries that make FFmpeg unredistributable. Originally committed as revision 11617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not group libamr_nb and libamr_wb together as libamr.Diego Biurrun2008-01-26
| | | | | | Also fixes --enable-libamr being recognized as configure parameter. Originally committed as revision 11616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add system-specific network link flags to inet_aton test. This should fixMichael Kostylev2008-01-18
| | | | | | | the check on platforms that require those flags. patch by Michael Kostylev, mik niipt ru Originally committed as revision 11553 to svn://svn.ffmpeg.org/ffmpeg/trunk