Mercurial > sdl-ios-xcode
comparison src/video/windx5/SDL_dx5yuv.c @ 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 | c71e05b4dc2e |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
22 | 22 |
23 /* This is the DirectDraw implementation of YUV video overlays */ | 23 /* This is the DirectDraw implementation of YUV video overlays */ |
24 | 24 |
25 #include "SDL_video.h" | 25 #include "SDL_video.h" |
26 #include "SDL_dx5yuv_c.h" | 26 #include "SDL_dx5yuv_c.h" |
27 #include "SDL_yuvfuncs.h" | 27 #include "../SDL_yuvfuncs.h" |
28 | 28 |
29 //#define USE_DIRECTX_OVERLAY | 29 //#define USE_DIRECTX_OVERLAY |
30 | 30 |
31 /* The functions used to manipulate software video overlays */ | 31 /* The functions used to manipulate software video overlays */ |
32 static struct private_yuvhwfuncs dx5_yuvfuncs = { | 32 static struct private_yuvhwfuncs dx5_yuvfuncs = { |