summaryrefslogtreecommitdiff
path: root/libre-multilib/lib32-sdl-libre/sdl-1.2.14-disable-mmx.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-30 00:04:40 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-30 00:04:40 -0200
commit7f584677fc99d77beced5dec9634731ef0d6805c (patch)
tree63779aa7bc407097e3ace5758551a660624322a7 /libre-multilib/lib32-sdl-libre/sdl-1.2.14-disable-mmx.patch
parent7c74ceedeecf15b299328cf03f0c7bf498d60cf8 (diff)
move lib32-{libclc-svn,{mesa-demos,sdl}-libre} from [libre] to [libre-multilib]
Diffstat (limited to 'libre-multilib/lib32-sdl-libre/sdl-1.2.14-disable-mmx.patch')
-rw-r--r--libre-multilib/lib32-sdl-libre/sdl-1.2.14-disable-mmx.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre-multilib/lib32-sdl-libre/sdl-1.2.14-disable-mmx.patch b/libre-multilib/lib32-sdl-libre/sdl-1.2.14-disable-mmx.patch
new file mode 100644
index 000000000..1bb6e0e47
--- /dev/null
+++ b/libre-multilib/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,