]> git.sesse.net Git - ffmpeg/commit
Change one occurence of 'test $foo = yes -o test $bar = yes' to
authorRamiro Polla <ramiro@lisha.ufsc.br>
Sat, 27 Jan 2007 07:58:21 +0000 (07:58 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 27 Jan 2007 07:58:21 +0000 (07:58 +0000)
commit9a46fe7509e3d239feff7b3ae420d9c1fe5a8b11
tree77eb8200e57235522a872b9cf9999c0fda0e718d
parent90be59ef9505ac0c2a0996b56814132578c47ade
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
configure