comparison src/video/directfb/SDL_DirectFB_yuv.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 DirectFB implementation of YUV video overlays */ 23 /* This is the DirectFB implementation of YUV video overlays */
24 24
25 #include "SDL_video.h" 25 #include "SDL_video.h"
26 #include "SDL_DirectFB_yuv.h" 26 #include "SDL_DirectFB_yuv.h"
27 #include "SDL_yuvfuncs.h" 27 #include "../SDL_yuvfuncs.h"
28 28
29 29
30 /* The functions used to manipulate software video overlays */ 30 /* The functions used to manipulate software video overlays */
31 static struct private_yuvhwfuncs directfb_yuvfuncs = { 31 static struct private_yuvhwfuncs directfb_yuvfuncs = {
32 DirectFB_LockYUVOverlay, 32 DirectFB_LockYUVOverlay,