[SCM] vlc/master: Sort configure flags.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Wed Oct 23 22:05:48 UTC 2013


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

    Sort configure flags.

diff --git a/debian/rules b/debian/rules
index b963eb6..8dfd5cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -105,16 +105,16 @@ confflags += \
 # dxva2 -> Windows only
 # gnomevfs -> poorly maintained
 # goom -> not in Debian
+# opencv -> developer plugin not required by end users
 # projectm -> broken
 # telx -> incompatible with zvbi
-# opencv -> developer plugin not required by end users
 confflags += \
 	--disable-dxva2 \
 	--disable-gnomevfs \
 	--disable-goom \
+	--disable-opencv \
 	--disable-projectm \
 	--disable-telx \
-	--disable-opencv \
 	$(NULL)
 
 # Linux specific flags

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list