[SCM] ffmpeg/master: Enable libsnappy support.

aca-guest at users.alioth.debian.org aca-guest at users.alioth.debian.org
Tue Sep 15 23:03:21 UTC 2015


The following commit has been merged in the master branch:
commit 387c536ec1d02dee7fb234eb2f8a18b7a4b901b9
Author: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
Date:   Tue Sep 15 22:07:30 2015 +0200

    Enable libsnappy support.

diff --git a/debian/control b/debian/control
index 9448b61..a38baba 100644
--- a/debian/control
+++ b/debian/control
@@ -94,6 +94,8 @@ Build-Depends:
  libsdl-dev,
 # --enable-libshine
  libshine-dev (>= 3.0.0),
+# --enable-libsnappy
+ libsnappy-dev,
 # --enable-libsoxr
 # libsoxr-dev [!sparc64],
 # --enable-libspeex
diff --git a/debian/rules b/debian/rules
index 38ff977..66e65e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,7 @@ FLAVORS = extra
 #   --enable-libcelt                (see #676592: removed from Debian as abandoned upstream, replaced by opus)
 #   --enable-libdcadec
 #   --enable-libilbc                (see #675959 for the RFP bug)
+#   --enable-libkvazaar
 #   --enable-libmfx
 #   --enable-libnut
 #   --enable-libopenh264
@@ -89,6 +90,7 @@ CONFIG := --prefix=/usr \
 	--enable-librtmp \
 	--enable-libschroedinger \
 	--enable-libshine \
+	--enable-libsnappy \
 	--enable-libspeex \
 	--enable-libssh \
 	--enable-libtheora \

-- 
ffmpeg packaging



More information about the pkg-multimedia-commits mailing list