Mercurial > sdl-ios-xcode
comparison src/video/quartz/SDL_QuartzYUV.m @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | c5b2b6d2d1fe |
children | 376665398b25 |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 | 22 |
23 #include "SDL_QuartzVideo.h" | 23 #include "SDL_QuartzVideo.h" |
24 #include "SDL_QuartzWindow.h" | 24 #include "SDL_QuartzWindow.h" |
25 #include "SDL_yuvfuncs.h" | 25 #include "../SDL_yuvfuncs.h" |
26 | 26 |
27 | 27 |
28 #define yuv_idh (this->hidden->yuv_idh) | 28 #define yuv_idh (this->hidden->yuv_idh) |
29 #define yuv_matrix (this->hidden->yuv_matrix) | 29 #define yuv_matrix (this->hidden->yuv_matrix) |
30 #define yuv_codec (this->hidden->yuv_codec) | 30 #define yuv_codec (this->hidden->yuv_codec) |