[SCM] vlc/master: Disable more plugins that we do not build.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Thu Oct 24 00:53:47 UTC 2013


The following commit has been merged in the master branch:
commit 9677db47d3c34fba011a0d0ebcfd10ed8e0484ff
Author: Benjamin Drung <bdrung at debian.org>
Date:   Thu Oct 24 02:53:41 2013 +0200

    Disable more plugins that we do not build.

diff --git a/debian/rules b/debian/rules
index 2a2627f..c4e2212 100755
--- a/debian/rules
+++ b/debian/rules
@@ -105,25 +105,31 @@ confflags += \
 # Reasons for disabling features:
 # decklink -> not in Debian
 # dxva2 -> Windows only
+# fdkaac -> in Debian non-free
 # gnomevfs -> poorly maintained
 # goom -> not in Debian
 # libvnc -> libvncclient not in Debian
 # opencv -> developer plugin not required by end users
 # projectm -> broken
 # quicksync -> currently not supported on Linux
+# sndio -> not in Debian
 # telx -> incompatible with zvbi
 # vsxu -> not in Debian
+# wasapi -> Windows only
 confflags += \
 	--disable-decklink \
 	--disable-dxva2 \
+	--disable-fdkaac \
 	--disable-gnomevfs \
 	--disable-goom \
 	--disable-libvnc \
 	--disable-opencv \
 	--disable-projectm \
 	--disable-quicksync \
+	--disable-sndio \
 	--disable-telx \
 	--disable-vsxu \
+	--disable-wasapi \
 	$(NULL)
 
 # Linux specific flags

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list