[SCM] libav/experimental: Force liba52 to yes if liba52bin is set.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:56:15 UTC 2013


The following commit has been merged in the experimental branch:
commit e484407c47c5a8b556f9429376bea7a110b554c7
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Feb 11 13:02:03 2007 +0000

    Force liba52 to yes if liba52bin is set.
    
    Originally committed as revision 7926 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index d274fd9..2d34fb1 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"
   ;;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list