[SCM] vlc/master: Update format

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Apr 4 19:05:36 UTC 2016


The following commit has been merged in the master branch:
commit b210cee3f12db469f79decd7f50eb0e5ec9fcfaa
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Apr 4 20:56:14 2016 +0200

    Update format

diff --git a/debian/rules b/debian/rules
index 761d2f6..1e2126b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,12 @@ confflags += --enable-debug
 endif
 
 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
-confflags += --disable-optimizations --disable-mmx --disable-sse --disable-altivec
+confflags += \
+	--disable-optimizations \
+	--disable-mmx \
+	--disable-sse \
+	--disable-altivec \
+	$(NULL)
 endif
 
 # configure flags

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list