[SCM] vlc/master: Revert "Drop altivec plugin handling"
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Tue Nov 1 11:51:03 UTC 2016
The following commit has been merged in the master branch:
commit f2abcc39e7a05bc9b46f14017259731d8850f35a
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Tue Nov 1 12:44:52 2016 +0100
Revert "Drop altivec plugin handling"
This reverts commit 03f267b8352fd2b7c69aedd50122dbc4acecbd76.
diff --git a/debian/rules b/debian/rules
index c0fa11d..e2415eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -206,7 +206,7 @@ confflags += \
--disable-altivec \
--disable-neon \
$(NULL)
-removeplugins += mmx sse2 neon
+removeplugins += mmx sse2 altivec neon
else
# amd64 and i386 specific optimizations
ifeq (,$(filter-out amd64 i386,$(DEB_HOST_ARCH_CPU)))
@@ -229,6 +229,7 @@ ifeq (,$(filter-out powerpc,$(DEB_HOST_ARCH_CPU))$(filter powerpcspe,$(DEB_HOST_
confflags += --enable-altivec
else
confflags += --disable-altivec
+removeplugins += altivec
endif
# PowerPCSPE specific optimizations
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list