Force liba52 to yes if liba52bin is set.

Originally committed as revision 7926 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-02-11 13:02:03 +00:00
parent 80a289b9bf
commit e484407c47
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"
;;