[SCM] eq10q/master: Added patch to remove sse optimization.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Feb 20 19:52:48 UTC 2014
The following commit has been merged in the master branch:
commit 2460b5e09b91e27f596a63440b2b7e1110af60a9
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Feb 20 20:52:38 2014 +0100
Added patch to remove sse optimization.
diff --git a/debian/patches/02-remove_sse_flags.patch b/debian/patches/02-remove_sse_flags.patch
new file mode 100644
index 0000000..671c15d
--- /dev/null
+++ b/debian/patches/02-remove_sse_flags.patch
@@ -0,0 +1,17 @@
+Description: Remove sse optimization.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: eq10q/CMakeLists.txt
+===================================================================
+--- eq10q.orig/CMakeLists.txt 2014-02-20 20:30:46.730715611 +0100
++++ eq10q/CMakeLists.txt 2014-02-20 20:32:17.815189927 +0100
+@@ -3,7 +3,7 @@
+ PROJECT(eq10q)
+
+ ##ADD_DEFINITIONS(-Wall -O3 -fPIC -finline-functions -finline-functions-called-once -msse -mfpmath=sse -std=c99)
+-set(CMAKE_C_FLAGS "-Wall -O3 -fPIC -finline-functions -finline-functions-called-once -msse -mfpmath=sse -std=c99")
++set(CMAKE_C_FLAGS "-Wall -O3 -fPIC -finline-functions -finline-functions-called-once -std=c99")
+ set(CMAKE_CXX_FLAGS "-Wall -fPIC")
+
+ #ADD_DEFINITIONS(-Wall -O0 -g -fPIC -DPIC) ###USED FOR DEBUG
diff --git a/debian/patches/series b/debian/patches/series
index a57120f..81341e8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
01-fix_prexix.patch
+02-remove_sse_flags.patch
--
eq10q packaging
More information about the pkg-multimedia-commits
mailing list