From: Diego Biurrun Date: Sun, 11 Feb 2007 13:02:03 +0000 (+0000) Subject: Force liba52 to yes if liba52bin is set. X-Git-Tag: v0.5~10131 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e484407c47c5a8b556f9429376bea7a110b554c7;p=coroid%2Flibav_saccubus.git Force liba52 to yes if liba52bin is set. Originally committed as revision 7926 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index d274fd943..2d34fb140 100755 --- 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" ;;