[SCM] eq10q/master: Enable sse on amd64.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Dec 13 13:22:38 UTC 2016


The following commit has been merged in the master branch:
commit c5ca0526ad0a79ac623089a863f666b785749360
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Dec 13 12:26:51 2016 +0100

    Enable sse on amd64.

diff --git a/debian/rules b/debian/rules
index 1b32d95..8582450 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 LDFLAGS+=-Wl,--as-needed
 
+ifeq ($(DEB_HOST_ARCH_CPU),amd64)
+export CFLAGS += -msse -msse2 -mfpmath=sse
+endif
+
 %:
 	dh $@
 

-- 
eq10q packaging



More information about the pkg-multimedia-commits mailing list