From e484407c47c5a8b556f9429376bea7a110b554c7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 11 Feb 2007 13:02:03 +0000 Subject: [PATCH] Force liba52 to yes if liba52bin is set. Originally committed as revision 7926 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d274fd9437..2d34fb1400 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" ;;