[SCM] vlc/master: Drop altivec plugin handling

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Nov 1 11:40:59 UTC 2016


The following commit has been merged in the master branch:
commit 03f267b8352fd2b7c69aedd50122dbc4acecbd76
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Nov 1 12:39:26 2016 +0100

    Drop altivec plugin handling
    
    There are no altivec plugins left.

diff --git a/debian/rules b/debian/rules
index e2415eb..c0fa11d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -206,7 +206,7 @@ confflags += \
 	--disable-altivec \
 	--disable-neon \
 	$(NULL)
-removeplugins += mmx sse2 altivec neon
+removeplugins += mmx sse2 neon
 else
 # amd64 and i386 specific optimizations
 ifeq (,$(filter-out amd64 i386,$(DEB_HOST_ARCH_CPU)))
@@ -229,7 +229,6 @@ 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