sdl-1.2.14-disable-mmx.patch 398 B

1234567891011121314
  1. # and another one from FS#26020
  2. --- a/src/video/SDL_yuv_sw.c 2009-10-13 06:07:15.000000000 +0700
  3. +++ b/src/video/SDL_yuv_sw.c 2011-09-20 19:26:30.247742620 +0700
  4. @@ -89,6 +89,8 @@
  5. #include "SDL_yuvfuncs.h"
  6. #include "SDL_yuv_sw_c.h"
  7. +#undef __OPTIMIZE__
  8. +
  9. /* The functions used to manipulate software video overlays */
  10. static struct private_yuvhwfuncs sw_yuvfuncs = {
  11. SDL_LockYUV_SW,