[SCM] vlc/master: Also enable NEON on arm64

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Apr 7 15:25:22 UTC 2017


The following commit has been merged in the master branch:
commit 7702ea363ecafdd1af5eb74fa387a12946bd51d1
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Apr 3 23:06:20 2017 +0200

    Also enable NEON on arm64

diff --git a/debian/rules b/debian/rules
index ea8fd51..241bd27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -219,7 +219,7 @@ removeplugins += mmx sse2
 endif
 
 # ARM specific optimizations
-ifeq (,$(filter-out armhf,$(DEB_HOST_ARCH_CPU)))
+ifeq (,$(filter-out armhf arm64,$(DEB_HOST_ARCH_CPU)))
 confflags += --enable-neon
 else
 confflags += --disable-neon

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list