[SCM] vlc/master: Disable gst-decode

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Mar 14 21:44:32 UTC 2016


The following commit has been merged in the master branch:
commit 70c7963c573e9ef83ce3e746a5d82bae5217efc3
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Mar 14 22:44:13 2016 +0100

    Disable gst-decode

diff --git a/debian/rules b/debian/rules
index 4b6a470..0ffa56c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -101,6 +101,7 @@ confflags += \
 # fdkaac -> in Debian non-free
 # gnomevfs -> poorly maintained
 # goom -> not in Debian
+# gst-decode -> not needed when having libavcodec
 # libtar -> security issue (#737534)
 # mfx -> currently not supported on Linux
 # opencv -> developer plugin not required by end users
@@ -116,6 +117,7 @@ confflags += \
 	--disable-fdkaac \
 	--disable-gnomevfs \
 	--disable-goom \
+	--disable-gst-decode \
 	--disable-libtar \
 	--disable-mfx \
 	--disable-opencv \

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list