[SCM] vlc/master: Also pass disable-neon when noopt is set

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Oct 30 18:39:17 UTC 2016


The following commit has been merged in the master branch:
commit 1527068b678ea35332de0d6b4cd6434114060cbf
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Oct 30 19:38:39 2016 +0100

    Also pass disable-neon when noopt is set

diff --git a/debian/rules b/debian/rules
index 765a612..e2415eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -204,6 +204,7 @@ confflags += \
 	--disable-mmx \
 	--disable-sse \
 	--disable-altivec \
+	--disable-neon \
 	$(NULL)
 removeplugins += mmx sse2 altivec neon
 else

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list