summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* Check for and set HAVE_MMX2, it is used in several places.Alexander Strange2008-03-18
| | | | | | patch by Alexander Strange, astrange ithinksw com Originally committed as revision 12487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix extern prefix detection when cross compiling.Michael Kostylev2008-03-18
| | | | | | Patch by Michael Kostylev: mik niipt ru Originally committed as revision 12486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix extern prefix detection on mingwMåns Rullgård2008-03-18
| | | | Originally committed as revision 12485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for prefix on extern symbols in configureMåns Rullgård2008-03-18
| | | | Originally committed as revision 12484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix previously broken x86_64 check, simplifying it in the process.Diego Biurrun2008-03-17
| | | | Originally committed as revision 12475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix previously broken xlc checks, simplifying them in the process.Diego Biurrun2008-03-17
| | | | Originally committed as revision 12474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop unnecessary subshell invocation from BEINCLUDES check.Diego Biurrun2008-03-17
| | | | Originally committed as revision 12473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -q to grep invocation where appropriate.Diego Biurrun2008-03-17
| | | | Originally committed as revision 12469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Escape \1 and \2 in sed expressions written to config.mak to avoid mangling.Diego Biurrun2008-03-16
| | | | Originally committed as revision 12462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMDDiego Biurrun2008-03-16
| | | | Originally committed as revision 12461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD.Diego Biurrun2008-03-16
| | | | Originally committed as revision 12456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix DEPEND_CMD for out of tree buildsMåns Rullgård2008-03-15
| | | | Originally committed as revision 12454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly check for AltiVec CFLAGS instead of guessing based on compiler vendor.Diego Biurrun2008-03-15
| | | | Originally committed as revision 12448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only check for altivec.h when not using Apple gcc and not adding -faltivec toDiego Biurrun2008-03-15
| | | | | | | CFLAGS. This avoids a couple of warnings of the type '#warning: Ignoring <altivec.h> because "-faltivec" specified'. Originally committed as revision 12445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat Apple cc check.Diego Biurrun2008-03-15
| | | | Originally committed as revision 12444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new attempt at portable endian testMåns Rullgård2008-03-13
| | | | Originally committed as revision 12437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hopefully portable endian testMåns Rullgård2008-03-13
| | | | Originally committed as revision 12436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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