[SCM] ffmpeg/master: No longer disable i686 optimization on i386 based architectures

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Jun 1 18:29:58 UTC 2016


The following commit has been merged in the master branch:
commit ae43fac45178d8211ce6df088bdab9b23e082583
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Jun 1 20:29:20 2016 +0200

    No longer disable i686 optimization on i386 based architectures
    
    The baseline is now i686.

diff --git a/debian/rules b/debian/rules
index fb36a54..9ee4a45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -150,11 +150,6 @@ else
 	endif
 endif
 
-# Disable i686 optimizations on i386, because they are not always available on this architecture.
-ifneq (,$(filter $(DEB_HOST_ARCH_CPU),i386))
-	CONFIG += --disable-i686
-endif
-
 # Disable altivec optimizations on powerpc, because they are not always available on this architecture.
 ifeq ($(DEB_HOST_ARCH),powerpc)
 	CONFIG += --disable-altivec

-- 
ffmpeg packaging



More information about the pkg-multimedia-commits mailing list