1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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

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