[SCM] vlc/master: No longer disable i686 optimization on i386 architectures
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Wed Jun 1 18:30:04 UTC 2016
The following commit has been merged in the master branch:
commit 3cb40aa1aeade9bc3a29f4219368f4de735e13dd
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Wed Jun 1 20:27:45 2016 +0200
No longer disable i686 optimization on i386 architectures
The baseline is now i686.
diff --git a/debian/rules b/debian/rules
index f292d6d..fb74b0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -297,12 +297,6 @@ ffmpegflags += \
--disable-opengl \
--disable-x11grab
-# Disable i686 optimizations on i386, because they are not always available on
-# this architecture.
-ifneq (,$(filter $(DEB_HOST_ARCH),i386 hurd-i386))
-ffmpegflags += --disable-i686
-endif
-
# Disable altivec optimizations on powerpc, because they are not always
# available on this architecture.
ifeq ($(DEB_HOST_ARCH),powerpc)
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list