[SCM] mpg123/master: Use the default optimizations in armel/armhf.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Wed Apr 18 08:03:57 UTC 2012


The following commit has been merged in the master branch:
commit 6b5d78260bbf9900a4fd44da6f22b91d994242de
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date:   Wed Apr 18 03:19:26 2012 -0400

    Use the default optimizations in armel/armhf.
    
    --with-cpu=arm_nofpu is the default.
    --with-cpu=neon should be seen as SSE2. Is not supported by all cpus targeted
    by this architecture. We would need to compile a version with and without NEON
    in armhf.

diff --git a/debian/rules b/debian/rules
index 3983c1b..cac0bff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,14 +22,6 @@ CONF_COMMON:=--enable-static=no --enable-shared --enable-lfs-alias \
 	--with-module-suffix=.so
 
 CONF_i486:=--with-cpu=x86_dither
-ifeq ($(ARCH),armel)
-CONF_arm:=--with-cpu=arm_nofpu
-else
-ifeq ($(ARCH),armhf)
-CONF_arm:=--with-cpu=neon
-CFLAGS += -mfpu=neon
-endif
-endif
 
 SOVERSION:=0
 LIB_PKG:=libmpg123-$(SOVERSION)

-- 
mpg123 packaging



More information about the pkg-multimedia-commits mailing list