summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* 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
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-12
| | | | | | | | | | - 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 7293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-12-12
| | | | Originally committed as revision 7292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libpostproc has its own version number and should not use libavcodec's.Diego Biurrun2006-12-12
| | | | Originally committed as revision 7291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve broken shell warning.Diego Biurrun2006-12-11
| | | | Originally committed as revision 7278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typo in Darwin shared lib namingMåns Rullgård2006-12-11
| | | | Originally committed as revision 7274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OpenBSD settings by Nikns Siankin <nikns at secure lv>Måns Rullgård2006-12-09
| | | | Originally committed as revision 7263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify test for memalign emulation requirementMåns Rullgård2006-12-08
| | | | Originally committed as revision 7262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BUILD_SHARED_AV is no longer usedMåns Rullgård2006-12-07
| | | | Originally committed as revision 7255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mingw shared build, and get rid of FF_IMPORT_ATTRMåns Rullgård2006-12-07
| | | | Originally committed as revision 7253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make shell test work with Solaris /bin/shMåns Rullgård2006-12-07
| | | | Originally committed as revision 7251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove MinGW install path special-casing.Ramiro Polla2006-12-05
| | | | | | patch by Ramiro Polla, angustia arrozcru no-ip org Originally committed as revision 7230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't hardcode the shlibdir on Cygwin, it's supposed to be bindir.Diego Biurrun2006-12-04
| | | | Originally committed as revision 7222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup the #ifdef mess in encoder/decoder/parser registrationAurelien Jacobs2006-11-28
| | | | Originally committed as revision 7182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup the #ifdef mess in muxer/demuxer registrationAurelien Jacobs2006-11-27
| | | | Originally committed as revision 7175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Nuke config.log support.Diego Biurrun2006-11-20
| | | | Originally committed as revision 7141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improved pthreads testMåns Rullgård2006-11-18
| | | | Originally committed as revision 7118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TUNECPU is never usedMåns Rullgård2006-11-16
| | | | Originally committed as revision 7109 to svn://svn.ffmpeg.org/ffmpeg/trunk