[Ffmpeg-devel] [PATCH] use disabled* functions in configure

Diego Biurrun diego
Sun Jan 28 17:07:21 CET 2007


On Sat, Jan 27, 2007 at 04:11:56PM -0200, ramiro at lisha.ufsc.br wrote:
> 
> straight_disabled.diff changes occurences of "test $foo = no" to "disabled
> foo"

Applied.

> notno_disabled.diff changes occurences of "test $foo != no" to "! disabled
> foo" for the variables that can take other values besides only "yes" and
> "no".
> enabled_any.diff changes occurences of "test $foo != no -o $bar != no" to
> "enabled_any foo bar".
> notyes.diff changes "test $foo != yes" to "disabled foo" for a var that
> can only be set to "yes" or "no".
> disabled_all.diff adds the disabled_all() function and simplifies two
> expressions by using it.

None of these apply after committing the first patch.

Diego





More information about the ffmpeg-devel mailing list