summaryrefslogtreecommitdiffstats
path: root/abs/core/sdl/sdl-1.2.14-disable-mmx.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 18:55:08 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 18:55:08 (GMT)
commited98b50bba7db4dd2f5aaf0d9302b3479372f616 (patch)
treea49fecf2379497d8bbcf2bdb72e6df1b2992c2bd /abs/core/sdl/sdl-1.2.14-disable-mmx.patch
parent5c17ecd1c2078925fc6034527b0ed13f155824d6 (diff)
downloadlinhes_pkgbuild-ed98b50bba7db4dd2f5aaf0d9302b3479372f616.zip
linhes_pkgbuild-ed98b50bba7db4dd2f5aaf0d9302b3479372f616.tar.gz
linhes_pkgbuild-ed98b50bba7db4dd2f5aaf0d9302b3479372f616.tar.bz2
sdl: 1.2.15
Diffstat (limited to 'abs/core/sdl/sdl-1.2.14-disable-mmx.patch')
-rw-r--r--abs/core/sdl/sdl-1.2.14-disable-mmx.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/core/sdl/sdl-1.2.14-disable-mmx.patch b/abs/core/sdl/sdl-1.2.14-disable-mmx.patch
new file mode 100644
index 0000000..1bb6e0e
--- /dev/null
+++ b/abs/core/sdl/sdl-1.2.14-disable-mmx.patch
@@ -0,0 +1,13 @@
+# and another one from FS#26020
+
+--- a/src/video/SDL_yuv_sw.c 2009-10-13 06:07:15.000000000 +0700
++++ b/src/video/SDL_yuv_sw.c 2011-09-20 19:26:30.247742620 +0700
+@@ -89,6 +89,8 @@
+ #include "SDL_yuvfuncs.h"
+ #include "SDL_yuv_sw_c.h"
+
++#undef __OPTIMIZE__
++
+ /* The functions used to manipulate software video overlays */
+ static struct private_yuvhwfuncs sw_yuvfuncs = {
+ SDL_LockYUV_SW,