[arch-commits] Commit in sdl/repos (2 files)
Jan Steffens
heftig at archlinux.org
Sat Sep 24 14:33:21 UTC 2011
Date: Saturday, September 24, 2011 @ 10:33:21
Author: heftig
Revision: 138469
wtf? devtools bug?
Modified:
sdl/repos/extra-i686/sdl-1.2.14-disable-mmx.patch
sdl/repos/extra-x86_64/sdl-1.2.14-disable-mmx.patch
-------------------------------------------+
extra-i686/sdl-1.2.14-disable-mmx.patch | 14 ++++++++++++++
extra-x86_64/sdl-1.2.14-disable-mmx.patch | 14 ++++++++++++++
2 files changed, 28 insertions(+)
Modified: extra-i686/sdl-1.2.14-disable-mmx.patch
===================================================================
--- extra-i686/sdl-1.2.14-disable-mmx.patch 2011-09-24 11:29:23 UTC (rev 138468)
+++ extra-i686/sdl-1.2.14-disable-mmx.patch 2011-09-24 14:33:21 UTC (rev 138469)
@@ -57,3 +57,17 @@
# elif defined(_MSC_VER) && defined(_M_IX86)
# if (_MSC_VER <= 1200)
# include <malloc.h>
+
+# 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,
Modified: extra-x86_64/sdl-1.2.14-disable-mmx.patch
===================================================================
--- extra-x86_64/sdl-1.2.14-disable-mmx.patch 2011-09-24 11:29:23 UTC (rev 138468)
+++ extra-x86_64/sdl-1.2.14-disable-mmx.patch 2011-09-24 14:33:21 UTC (rev 138469)
@@ -57,3 +57,17 @@
# elif defined(_MSC_VER) && defined(_M_IX86)
# if (_MSC_VER <= 1200)
# include <malloc.h>
+
+# 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,
More information about the arch-commits
mailing list