[SCM] vlc/master: Disable opencv by default
edwardw-guest at users.alioth.debian.org
edwardw-guest at users.alioth.debian.org
Tue Oct 8 00:14:12 UTC 2013
The following commit has been merged in the master branch:
commit 84f3dc0d8311c23789278e980e70cee09f018521
Author: Edward Wang <edward.c.wang at compdigitec.com>
Date: Mon Oct 7 19:14:30 2013 -0400
Disable opencv by default
diff --git a/debian/rules b/debian/rules
index 92f0736..2e5d621 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,12 +107,14 @@ confflags += \
# goom -> not in Debian
# projectm -> broken
# telx -> incompatible with zvbi
+# opencv -> developer plugin not required by end users
confflags += \
--disable-dxva2 \
--disable-gnomevfs \
--disable-goom \
--disable-projectm \
--disable-telx \
+ --disable-opencv \
$(NULL)
# Linux specific flags
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list