summaryrefslogtreecommitdiff
path: root/libre/sdl/sdl-1.2.14-disable-mmx.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-02 23:29:21 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-02 23:29:21 -0300
commite19513e92d38a19ce1d1d11f4e1c488a2a551e72 (patch)
treef594d2b8c3b1b659ff9731149717409a6edd9e0c /libre/sdl/sdl-1.2.14-disable-mmx.patch
parent10abf269ca1c3eda8334e515cc7d3f0f92c999dd (diff)
parent4cbcea3c1078e754ad555410d2fad0d3ed0e3bd3 (diff)
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'libre/sdl/sdl-1.2.14-disable-mmx.patch')
-rw-r--r--libre/sdl/sdl-1.2.14-disable-mmx.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/sdl/sdl-1.2.14-disable-mmx.patch b/libre/sdl/sdl-1.2.14-disable-mmx.patch
new file mode 100644
index 000000000..1bb6e0e47
--- /dev/null
+++ b/libre/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,