comparison src/video/bwindow/SDL_sysyuv.cc @ 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 376665398b25
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
22 22
23 /* This is the BeOS version of SDL YUV video overlays */ 23 /* This is the BeOS version of SDL YUV video overlays */
24 24
25 #include "SDL_video.h" 25 #include "SDL_video.h"
26 #include "SDL_sysyuv.h" 26 #include "SDL_sysyuv.h"
27 #include "SDL_yuvfuncs.h" 27 #include "../SDL_yuvfuncs.h"
28 28
29 extern "C" { 29 extern "C" {
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 be_yuvfuncs = 32 static struct private_yuvhwfuncs be_yuvfuncs =