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

ramiro at lisha.ufsc.br ramiro
Sat Jan 27 19:11:56 CET 2007


Hello,

straight_disabled.diff changes occurences of "test $foo = no" to "disabled
foo"
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.

Ramiro Polla
-------------- next part --------------
A non-text attachment was scrubbed...
Name: straight_disabled.diff
Type: application/octet-stream
Size: 3047 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070127/373f417c/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: notno_disabled.diff
Type: application/octet-stream
Size: 756 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070127/373f417c/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: enabled_any.diff
Type: application/octet-stream
Size: 710 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070127/373f417c/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: notyes.diff
Type: application/octet-stream
Size: 344 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070127/373f417c/attachment-0003.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: disabled_all.diff
Type: application/octet-stream
Size: 952 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070127/373f417c/attachment-0004.obj>



More information about the ffmpeg-devel mailing list