summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* nobody uses TARGET_CMOVMåns Rullgård2007-01-27
| | | | Originally committed as revision 7730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configureMåns Rullgård2007-01-27
| | | | Originally committed as revision 7729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify setting of TARGET_* variablesMåns Rullgård2007-01-27
| | | | Originally committed as revision 7728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change occurences of 'test $foo != "no"' to 'enabled foo' forRamiro Polla2007-01-27
| | | | | | | values which can only be set to "no" or "yes". patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change one occurence of 'test $foo = yes -o test $bar = yes' toRamiro Polla2007-01-27
| | | | | | | | 'enabled_any foo bar', and one occurence of 'test $foo = yes && test $bar = yes' to 'enabled_all foo bar'. patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change all straight 'test $foo = "yes"' to 'enabled foo'.Ramiro Polla2007-01-27
| | | | | | patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for ARMv6 instruction set supportMåns Rullgård2007-01-27
| | | | Originally committed as revision 7719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add -Wno-pointer-sign to CFLAGSMåns Rullgård2007-01-25
| | | | Originally committed as revision 7713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove installstrip in favor of explicit strip; better for cross-compilation.Ramiro Polla2007-01-25
| | | | | | patch by Ramiro Ribeiro Polla, ramiro lisha.ufsc br Originally committed as revision 7709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Theora encoding via libtheora.Diego Biurrun2007-01-25
| | | | | | courtesy of Paul Richards, paul.richards gmail com Originally committed as revision 7698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a typo in depsAurelien Jacobs2007-01-21
| | | | Originally committed as revision 7635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify that Xvid is used for encoding only.Diego Biurrun2007-01-21
| | | | Originally committed as revision 7633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flashsv encoder also depends on zlibAurelien Jacobs2007-01-21
| | | | Originally committed as revision 7629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* it's called libgsm, not just gsmMåns Rullgård2007-01-21
| | | | Originally committed as revision 7622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check dependencies before setting CONFIG_*/ENABLE_*Måns Rullgård2007-01-21
| | | | Originally committed as revision 7616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshotsMåns Rullgård2007-01-14
| | | | Originally committed as revision 7450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a FIXME note about paths in pkgconfig files.Diego Biurrun2007-01-10
| | | | Originally committed as revision 7437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable threading support by default on all platforms, add individualRamiro Polla2007-01-07
| | | | | | | enabling options and hook this up in configure output. patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ordering cosmeticsDiego Biurrun2007-01-07
| | | | Originally committed as revision 7419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-07
| | | | Originally committed as revision 7417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbinDiego Biurrun2007-01-06
| | | | Originally committed as revision 7416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* variable renaming: dts --> libdtsDiego Biurrun2007-01-06
| | | | Originally committed as revision 7415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variables: a52 --> liba52, a52bin --> liba52binDiego Biurrun2007-01-06
| | | | Originally committed as revision 7414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder configure output.Diego Biurrun2007-01-06
| | | | Originally committed as revision 7413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* one more naming consistency changeDiego Biurrun2007-01-06
| | | | Originally committed as revision 7412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more consistency for the output namingDiego Biurrun2007-01-06
| | | | Originally committed as revision 7411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Align configure output.Diego Biurrun2007-01-06
| | | | Originally committed as revision 7410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant Requires: in libswscale.pc, approved by Diego.Dominik Mierzejewski2006-12-26
| | | | Originally committed as revision 7378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly check for all required bktr headers.Diego Biurrun2006-12-24
| | | | | | inspired by a patch from Tatu Kilappa, trilkk iki fi Originally committed as revision 7374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace fail test with the die function.Diego Biurrun2006-12-24
| | | | Originally committed as revision 7373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant variable setting.Diego Biurrun2006-12-24
| | | | Originally committed as revision 7372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Slightly shorten libvorbis check.Diego Biurrun2006-12-24
| | | | Originally committed as revision 7371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable Win32 threads by default.Diego Biurrun2006-12-24
| | | | Originally committed as revision 7370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AMR directories for out-of-tree builds.Diego Biurrun2006-12-23
| | | | | | based on a patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: Properly escape a $ sign.Diego Biurrun2006-12-23
| | | | Originally committed as revision 7368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create libpostproc pkgconfig files only if libpostproc is enabled.Diego Biurrun2006-12-22
| | | | Originally committed as revision 7363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly more consistency for the Darwin linker optionsDiego Biurrun2006-12-22
| | | | Originally committed as revision 7360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Opss... My last commit was wrong; sorry!Luca Abeni2006-12-22
| | | | | | This one moves the GPL check in the right place Originally committed as revision 7359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libswscale is not LGPLed, sorryLuca Abeni2006-12-22
| | | | Originally committed as revision 7358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install generated .lib files in shlibdir on MinGW.Ramiro Polla2006-12-22
| | | | | | patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate line.Diego Biurrun2006-12-22
| | | | Originally committed as revision 7355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix linking on Intel Mac due to local relocation entries inTom Harper2006-12-22
| | | | | | | non-writable sections. patch by Tom Harper d.thomas.harper gmail com Originally committed as revision 7354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the X11 frame grabber disabled by default.Diego Biurrun2006-12-22
| | | | Originally committed as revision 7353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libswscale can now be compiled under LGPL tooLuca Abeni2006-12-21
| | | | Originally committed as revision 7337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix libavutil.pcMåns Rullgård2006-12-16
| | | | Originally committed as revision 7322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use non-standard sed -i optionMåns Rullgård2006-12-15
| | | | Originally committed as revision 7321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace bashism with POSIX constructMåns Rullgård2006-12-13
| | | | Originally committed as revision 7317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate pkgconfig files via two functions.Diego Biurrun2006-12-13
| | | | Originally committed as revision 7313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-13
| | | | | | | | | | - Build system integration is equivalent to RFC #6 patch - Same rule applies to ffmpeg.c/allformats.[c|h] - x11grab.c is from Clemens Fruhwirth except the x11 grab structure for libavformat registration is renamed to match build system integration. Originally committed as revision 7302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert broken commit of x11 device demuxer patchGuillaume Poirier2006-12-13
| | | | Originally committed as revision 7301 to svn://svn.ffmpeg.org/ffmpeg/trunk