diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-02-11 13:02:03 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-11 13:02:03 +0000 |
commit | e484407c47c5a8b556f9429376bea7a110b554c7 (patch) | |
tree | bec43947a8440f78c5aad6c06fcb7c2f2f86cde6 /configure | |
parent | 80a289b9bfc7e1c095e0b284331c6a6280463dec (diff) | |
download | ffmpeg-e484407c47c5a8b556f9429376bea7a110b554c7.tar.gz |
Force liba52 to yes if liba52bin is set.
Originally committed as revision 7926 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ;; |