comparison src/video/x11/SDL_x11yuv_c.h @ 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 c9b51268668f
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
23 /* This is the XFree86 Xv extension implementation of YUV video overlays */ 23 /* This is the XFree86 Xv extension implementation of YUV video overlays */
24 24
25 #include "SDL_video.h" 25 #include "SDL_video.h"
26 #include "SDL_x11video.h" 26 #include "SDL_x11video.h"
27 27
28 #ifdef XFREE86_XV 28 #if SDL_VIDEO_DRIVER_X11_XV
29 29
30 extern SDL_Overlay *X11_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display); 30 extern SDL_Overlay *X11_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
31 31
32 extern int X11_LockYUVOverlay(_THIS, SDL_Overlay *overlay); 32 extern int X11_LockYUVOverlay(_THIS, SDL_Overlay *overlay);
33 33
35 35
36 extern int X11_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *dstrect); 36 extern int X11_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *dstrect);
37 37
38 extern void X11_FreeYUVOverlay(_THIS, SDL_Overlay *overlay); 38 extern void X11_FreeYUVOverlay(_THIS, SDL_Overlay *overlay);
39 39
40 #endif /* XFREE86_XV */ 40 #endif /* SDL_VIDEO_DRIVER_X11_XV */