]> git.sesse.net Git - ffmpeg/commitdiff
Force liba52 to yes if liba52bin is set.
authorDiego Biurrun <diego@biurrun.de>
Sun, 11 Feb 2007 13:02:03 +0000 (13:02 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 11 Feb 2007 13:02:03 +0000 (13:02 +0000)
Originally committed as revision 7926 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index d274fd9437344805e20c07c167199377d9f9bbdc..2d34fb1400c68629643ca076df482cf61162fc67 100755 (executable)
--- a/configure
+++ b/configure
@@ -1008,7 +1008,7 @@ for opt do
   ;;
   --enable-a52) liba52="yes"
   ;;
-  --enable-a52bin) liba52bin="yes"
+  --enable-a52bin) liba52bin="yes";  liba52="yes"
   ;;
   --enable-dts) libdts="yes"
   ;;