[SCM] calf/master: Enable SSE flags for AMD64.

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Mar 7 10:43:06 UTC 2016


The following commit has been merged in the master branch:
commit e7b387d96dd4fee44d354a5db29e9f1e6208449e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Mar 7 10:42:51 2016 +0100

    Enable SSE flags for AMD64.

diff --git a/debian/rules b/debian/rules
index 5ab8e79..f5224a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,6 +83,10 @@ clean::
 # adjust location of documentation
 DEB_CONFIGURE_EXTRA_FLAGS += --docdir=$(docdir)
 
+ifneq "$(filter amd64, $(DEB_HOST_ARCH_CPU))" ""
+	DEB_CONFIGURE_EXTRA_FLAGS += --enable-sse
+endif
+
 install/$(pkg)::
 	sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`
 

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list