Force liba52 to yes if liba52bin is set.

Originally committed as revision 7926 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 18 years ago
parent 80a289b9bf
commit e484407c47
  1. 2
      configure

2
configure vendored

@ -1008,7 +1008,7 @@ for opt do
;; ;;
--enable-a52) liba52="yes" --enable-a52) liba52="yes"
;; ;;
--enable-a52bin) liba52bin="yes" --enable-a52bin) liba52bin="yes"; liba52="yes"
;; ;;
--enable-dts) libdts="yes" --enable-dts) libdts="yes"
;; ;;

Loading…
Cancel
Save