summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
...
* fix --enable-*threadsMåns Rullgård2007-02-12
| | | | Originally committed as revision 7944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to Diego for breaking A52 decoderMåns Rullgård2007-02-11
| | | | Originally committed as revision 7942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify --enable/disable-* option handlingMåns Rullgård2007-02-11
| | | | Originally committed as revision 7941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up amr option handlingMåns Rullgård2007-02-11
| | | | Originally committed as revision 7940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ac3 decoder to liba52 to prepare for native decoder.Diego Biurrun2007-02-11
| | | | Originally committed as revision 7939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add armv6 to TARGET_LISTMåns Rullgård2007-02-11
| | | | Originally committed as revision 7938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move pkg_requires setting to endMåns Rullgård2007-02-11
| | | | Originally committed as revision 7937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename some variables to match corresponding --enable-* optionsMåns Rullgård2007-02-11
| | | | Originally committed as revision 7936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename HAVE_GPROF to CONFIG_GPROFMåns Rullgård2007-02-11
| | | | Originally committed as revision 7934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove internal liba52; external lib still works, native decoder coming up.Diego Biurrun2007-02-11
| | | | Originally committed as revision 7933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* finish feature calculations before printing result and creating filesMåns Rullgård2007-02-11
| | | | Originally committed as revision 7932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle network dependency on protocols with check_deps()Måns Rullgård2007-02-11
| | | | Originally committed as revision 7931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recursive feature dependency checkingMåns Rullgård2007-02-11
| | | | Originally committed as revision 7930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* let check_deps handle ffplayMåns Rullgård2007-02-11
| | | | Originally committed as revision 7929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tidy up ffserver depsMåns Rullgård2007-02-11
| | | | Originally committed as revision 7928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency cosmetics for the option handling routineDiego Biurrun2007-02-11
| | | | Originally committed as revision 7927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Force liba52 to yes if liba52bin is set.Diego Biurrun2007-02-11
| | | | Originally committed as revision 7926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify SDL checkMåns Rullgård2007-02-11
| | | | Originally committed as revision 7922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't skip freetype2 check on beosMåns Rullgård2007-02-11
| | | | Originally committed as revision 7921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify imlib2 checkMåns Rullgård2007-02-11
| | | | Originally committed as revision 7920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify freetype checkMåns Rullgård2007-02-11
| | | | Originally committed as revision 7919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do nothing in restore_flags() if flags are not savedMåns Rullgård2007-02-11
| | | | Originally committed as revision 7918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewrite some one-line if/then/fi using && and ||Måns Rullgård2007-02-11
| | | | Originally committed as revision 7917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify altivec warningMåns Rullgård2007-02-10
| | | | Originally committed as revision 7916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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