summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
...
* check for gnu makeMåns Rullgård2007-02-10
| | | | Originally committed as revision 7915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettify texi2html checkMåns Rullgård2007-02-10
| | | | Originally committed as revision 7914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable bktr if required headers not found, enable by defaultMåns Rullgård2007-02-10
| | | | Originally committed as revision 7913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test for OSS audioMåns Rullgård2007-02-10
| | | | Originally committed as revision 7911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove extraneous per-OS disabling of video4linux[2]Måns Rullgård2007-02-10
| | | | Originally committed as revision 7910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test for video4linuxMåns Rullgård2007-02-10
| | | | Originally committed as revision 7909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify video4linux2 testMåns Rullgård2007-02-10
| | | | Originally committed as revision 7908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly separate native and libnut NUT (de)muxers.Diego Biurrun2007-02-09
| | | | Originally committed as revision 7891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS specifics: check for Haiku & Zeta (for the future); ignore ldconfig, it ↵François Revol2007-02-08
| | | | | | just runs here :) ; comment about network checks. Originally committed as revision 7886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMåns Rullgård2007-02-06
| | | | Originally committed as revision 7862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder setting of defaults by categoryMåns Rullgård2007-02-06
| | | | Originally committed as revision 7861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Even powerpc/power needs PIC for shared objects todayLuca Barbato2007-02-06
| | | | Originally committed as revision 7854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify libvorbis/libtheora check for libogg dependency.Ramiro Polla2007-02-06
| | | | | | patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use enabled/disabled functions where possible.Diego Biurrun2007-02-05
| | | | Originally committed as revision 7834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a bit more consistency for for the imlib2 checkDiego Biurrun2007-02-05
| | | | Originally committed as revision 7831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2007-02-05
| | | | Originally committed as revision 7830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hardcoded dependency of imlib2 on Xlib.Víctor Paesa2007-02-05
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 7829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify and speedup FFMPEG_CONFIGURATION.Diego Biurrun2007-02-05
| | | | Originally committed as revision 7825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify quoting.Diego Biurrun2007-02-05
| | | | Originally committed as revision 7823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify GPl check.Ramiro Polla2007-02-01
| | | | | | patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Exit on failed libfaad check.Diego Biurrun2007-01-31
| | | | Originally committed as revision 7783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move libfaad2 check out of the GPL check.Ramiro Polla2007-01-31
| | | | | | patch by Ramiro Polla, ramiro lisha.ufsc br, simplifications by me Originally committed as revision 7782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly reformat --help output for ease of understandingDiego Biurrun2007-01-30
| | | | Originally committed as revision 7772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify usage of external libs whose functionality exists natively.Diego Biurrun2007-01-30
| | | | Originally committed as revision 7771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify that libogg is for muxing only.Diego Biurrun2007-01-30
| | | | Originally committed as revision 7770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify --help output about Vorbis and Theora.Diego Biurrun2007-01-30
| | | | Originally committed as revision 7769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify conditionDiego Biurrun2007-01-28
| | | | Originally committed as revision 7751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a function for repeated AltiVec output and condition check.Diego Biurrun2007-01-28
| | | | Originally committed as revision 7749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong condition check in the memalign error output.Diego Biurrun2007-01-28
| | | | Originally committed as revision 7748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling and formatting cosmeticsDiego Biurrun2007-01-28
| | | | Originally committed as revision 7746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ! disabled() where appropriate.Diego Biurrun2007-01-28
| | | | Originally committed as revision 7745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use disabled() to check for GPL.Diego Biurrun2007-01-28
| | | | Originally committed as revision 7744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make use of enabled_any().Diego Biurrun2007-01-28
| | | | Originally committed as revision 7743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make use of disabled(), disabled_all() and enabled_all().Diego Biurrun2007-01-28
| | | | Originally committed as revision 7742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add disabled_any() and disabled_all() functions.Diego Biurrun2007-01-28
| | | | Originally committed as revision 7741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add disabled() function and make use of it.Ramiro Polla2007-01-28
| | | | | | patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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