[Ffmpeg-devel] [PATCH] use disabled* functions in configure
Ramiro Polla
angustia
Sun Jan 28 20:54:31 CET 2007
Diego Biurrun wrote:
> On Sat, Jan 27, 2007 at 04:11:56PM -0200, ramiro at lisha.ufsc.br wrote:
>
>> 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.
>>
>
> Applied these by hand.
>
Hmm... I should be more careful when making patches that depend on each
other...
Thanks
Ramiro Polla
More information about the ffmpeg-devel
mailing list