summaryrefslogtreecommitdiff
path: root/libre/lib32-sdl-libre/sdl-1.2.14-disable-mmx.patch
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-09-26 16:55:49 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-09-26 16:55:49 -0400
commitad1725db924d8330ec3c9cd738f214f51fbc4504 (patch)
tree349d2f047eb312e75cdc9c0ac9e38b25f7dd51d2 /libre/lib32-sdl-libre/sdl-1.2.14-disable-mmx.patch
parent928f7e0d03b6d5952462ce955ce66f5b80dfdeb8 (diff)
parentf9404aabf6f47252c537d9ac6546d9a0aa0f04e2 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/lib32-sdl-libre/sdl-1.2.14-disable-mmx.patch')
-rw-r--r--libre/lib32-sdl-libre/sdl-1.2.14-disable-mmx.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/lib32-sdl-libre/sdl-1.2.14-disable-mmx.patch b/libre/lib32-sdl-libre/sdl-1.2.14-disable-mmx.patch
new file mode 100644
index 000000000..1bb6e0e47
--- /dev/null
+++ b/libre/lib32-sdl-libre/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,