Commit Graph

539 Commits

Author SHA1 Message Date
Diego Biurrun d6ceace3e2 Use enabled/disabled functions where possible.
Originally committed as revision 7834 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-05 18:52:51 +00:00
Diego Biurrun 079dd4ba31 a bit more consistency for for the imlib2 check
Originally committed as revision 7831 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-05 17:04:15 +00:00
Diego Biurrun 929f034755 cosmetics: indentation
Originally committed as revision 7830 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-05 17:03:30 +00:00
Víctor Paesa 1b45e30404 Remove hardcoded dependency of imlib2 on Xlib.
patch by Víctor Paesa, wzrlpy arsystel com

Originally committed as revision 7829 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-05 17:03:03 +00:00
Diego Biurrun e681906108 Simplify and speedup FFMPEG_CONFIGURATION.
Originally committed as revision 7825 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-05 15:10:46 +00:00
Diego Biurrun 0fd12426bb Simplify quoting.
Originally committed as revision 7823 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-05 13:58:36 +00:00
Ramiro Polla 541184974c Simplify GPl check.
patch by Ramiro Polla, ramiro lisha.ufsc br

Originally committed as revision 7793 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-01 00:52:39 +00:00
Diego Biurrun ff3dac657d Exit on failed libfaad check.
Originally committed as revision 7783 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-31 14:46:07 +00:00
Ramiro Polla a2234ceb64 Move libfaad2 check out of the GPL check.
patch by Ramiro Polla, ramiro lisha.ufsc br, simplifications by me

Originally committed as revision 7782 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-31 11:52:47 +00:00
Diego Biurrun 31235134fd slightly reformat --help output for ease of understanding
Originally committed as revision 7772 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-30 22:51:05 +00:00
Diego Biurrun b44d58e61e Clarify usage of external libs whose functionality exists natively.
Originally committed as revision 7771 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-30 22:12:02 +00:00
Diego Biurrun ba5fd8c5df Clarify that libogg is for muxing only.
Originally committed as revision 7770 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-30 22:05:21 +00:00
Diego Biurrun 71757822ac Clarify --help output about Vorbis and Theora.
Originally committed as revision 7769 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-30 21:57:26 +00:00
Diego Biurrun 797ee6a6c7 simplify condition
Originally committed as revision 7751 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-28 17:29:32 +00:00
Diego Biurrun 1658bc4f96 Use a function for repeated AltiVec output and condition check.
Originally committed as revision 7749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-28 16:54:58 +00:00
Diego Biurrun d7a9562415 Fix wrong condition check in the memalign error output.
Originally committed as revision 7748 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-28 16:50:05 +00:00
Diego Biurrun 910c62e1fc spelling and formatting cosmetics
Originally committed as revision 7746 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-28 16:37:40 +00:00
Diego Biurrun e3c00e34f0 Use ! disabled() where appropriate.
Originally committed as revision 7745 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-28 16:34:47 +00:00
Diego Biurrun 47f9cc15cc Use disabled() to check for GPL.
Originally committed as revision 7744 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-28 16:28:03 +00:00
Diego Biurrun ec5527c516 Make use of enabled_any().
Originally committed as revision 7743 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-28 16:22:07 +00:00
Diego Biurrun 2f7e6782f4 Make use of disabled(), disabled_all() and enabled_all().
Originally committed as revision 7742 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-28 16:20:11 +00:00
Diego Biurrun 85bca2c528 Add disabled_any() and disabled_all() functions.
Originally committed as revision 7741 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-28 16:16:49 +00:00
Ramiro Polla 37970ebfbf Add disabled() function and make use of it.
patch by Ramiro Polla, ramiro lisha.ufsc br

Originally committed as revision 7740 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-28 16:04:55 +00:00
Måns Rullgård 30b9d5f622 nobody uses TARGET_CMOV
Originally committed as revision 7730 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-27 14:11:50 +00:00
Måns Rullgård 7073e9fc69 rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure
Originally committed as revision 7729 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-27 14:10:57 +00:00
Måns Rullgård 1ac9331a8f simplify setting of TARGET_* variables
Originally committed as revision 7728 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-27 14:02:10 +00:00
Ramiro Polla c839db53f7 Change occurences of 'test $foo != "no"' to 'enabled foo' for
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
2007-01-27 07:59:43 +00:00
Ramiro Polla 9a46fe7509 Change one occurence of 'test $foo = yes -o test $bar = yes' to
'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
2007-01-27 07:58:21 +00:00
Ramiro Polla 90be59ef95 Change all straight 'test $foo = "yes"' to 'enabled foo'.
patch by Ramiro Polla, ramiro lisha.ufsc br

Originally committed as revision 7722 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-27 07:54:52 +00:00
Måns Rullgård edab3048c2 check for ARMv6 instruction set support
Originally committed as revision 7719 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-27 00:51:57 +00:00
Måns Rullgård cc1fb6238b add -Wno-pointer-sign to CFLAGS
Originally committed as revision 7713 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-25 21:07:12 +00:00
Ramiro Polla ca3798dc22 Remove installstrip in favor of explicit strip; better for cross-compilation.
patch by Ramiro Ribeiro Polla, ramiro lisha.ufsc br

Originally committed as revision 7709 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-25 12:29:48 +00:00
Diego Biurrun 150d27725b Theora encoding via libtheora.
courtesy of Paul Richards, paul.richards gmail com

Originally committed as revision 7698 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-25 00:16:28 +00:00
Aurelien Jacobs 3fb2ff0be2 fix a typo in deps
Originally committed as revision 7635 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21 23:42:58 +00:00
Diego Biurrun 5577eafa21 Clarify that Xvid is used for encoding only.
Originally committed as revision 7633 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21 23:04:29 +00:00
Aurelien Jacobs 773be23aa7 flashsv encoder also depends on zlib
Originally committed as revision 7629 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21 22:45:14 +00:00
Måns Rullgård 299c77d569 it's called libgsm, not just gsm
Originally committed as revision 7622 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21 21:45:48 +00:00
Måns Rullgård 30fd06bea9 check dependencies before setting CONFIG_*/ENABLE_*
Originally committed as revision 7616 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21 21:01:34 +00:00
Måns Rullgård 416519ddfa allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots
Originally committed as revision 7450 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-14 00:08:45 +00:00
Diego Biurrun 77aee36c59 Add a FIXME note about paths in pkgconfig files.
Originally committed as revision 7437 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-10 14:38:08 +00:00
Ramiro Polla e5f94c2b2c Disable threading support by default on all platforms, add individual
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
2007-01-07 00:22:32 +00:00
Diego Biurrun dc9229536d ordering cosmetics
Originally committed as revision 7419 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-07 00:14:57 +00:00
Diego Biurrun 6ebe07fbb5 variable renaming: mp3lame --> libmp3lame
Originally committed as revision 7417 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-07 00:02:15 +00:00
Diego Biurrun 2eed5a461f Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin
Originally committed as revision 7416 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-06 23:54:01 +00:00
Diego Biurrun 3ffab36139 variable renaming: dts --> libdts
Originally committed as revision 7415 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-06 23:44:48 +00:00
Diego Biurrun f8904fd959 Rename variables: a52 --> liba52, a52bin --> liba52bin
Originally committed as revision 7414 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-06 23:33:43 +00:00
Diego Biurrun bfd5afd844 Reorder configure output.
Originally committed as revision 7413 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-06 23:14:38 +00:00
Diego Biurrun 21e3078f27 one more naming consistency change
Originally committed as revision 7412 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-06 23:05:56 +00:00
Diego Biurrun a10b8204bb more consistency for the output naming
Originally committed as revision 7411 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-06 23:05:03 +00:00
Diego Biurrun f36958f89a Align configure output.
Originally committed as revision 7410 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-06 21:53:48 +00:00