Mercurial > sdl-ios-xcode
comparison src/video/SDL_yuv_sw.c @ 1358:c71e05b4dc2e
More header massaging... works great on Windows. ;-)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 10 Feb 2006 06:48:43 +0000 |
parents | 604d73db6802 |
children | 19418e4422cb |
comparison
equal
deleted
inserted
replaced
1357:e18467d67cfd | 1358:c71e05b4dc2e |
---|---|
80 * PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" | 80 * PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" |
81 * BASIS, AND BROWN UNIVERSITY HAS NO OBLIGATION TO PROVIDE MAINTENANCE, | 81 * BASIS, AND BROWN UNIVERSITY HAS NO OBLIGATION TO PROVIDE MAINTENANCE, |
82 * SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 82 * SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
83 */ | 83 */ |
84 | 84 |
85 #include "SDL_stdlib.h" | |
86 #include "SDL_string.h" | |
87 #include "SDL_error.h" | |
88 #include "SDL_video.h" | 85 #include "SDL_video.h" |
89 #include "SDL_cpuinfo.h" | 86 #include "SDL_cpuinfo.h" |
90 #include "SDL_stretch_c.h" | 87 #include "SDL_stretch_c.h" |
91 #include "SDL_yuvfuncs.h" | 88 #include "SDL_yuvfuncs.h" |
92 #include "SDL_yuv_sw_c.h" | 89 #include "SDL_yuv_sw_c.h" |