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

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Apr 7 19:49:18 UTC 2017


The following commit has been merged in the master branch:
commit df0c10d6ee955ebd0545594cd4afd90bbc15a31c
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Fri Apr 7 21:49:07 2017 +0200

    Revert "Also enable NEON on arm64"
    
    This reverts commit 7702ea363ecafdd1af5eb74fa387a12946bd51d1.

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

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list