diff src/video/directfb/SDL_DirectFB_video.c @ 478:f8482d7c9595

Date: Tue, 27 Aug 2002 19:07:38 +0200 From: Denis Oliver Kropp Subject: YUV support I just added YUV overlay support to the DirectFB backend.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 31 Aug 2002 04:13:28 +0000
parents 22581630aab7
children 0009aadb3d01
line wrap: on
line diff
--- a/src/video/directfb/SDL_DirectFB_video.c	Sat Aug 31 04:06:37 2002 +0000
+++ b/src/video/directfb/SDL_DirectFB_video.c	Sat Aug 31 04:13:28 2002 +0000
@@ -46,6 +46,7 @@
 #include "SDL_events_c.h"
 #include "SDL_DirectFB_video.h"
 #include "SDL_DirectFB_events.h"
+#include "SDL_DirectFB_yuv.h"
 
 
 /* Initialization/Query functions */
@@ -123,6 +124,7 @@
   device->SetVideoMode = DirectFB_SetVideoMode;
   device->SetColors = DirectFB_SetColors;
   device->UpdateRects = NULL;
+  device->CreateYUVOverlay = DirectFB_CreateYUVOverlay;
   device->VideoQuit = DirectFB_VideoQuit;
   device->AllocHWSurface = DirectFB_AllocHWSurface;
   device->CheckHWBlit = DirectFB_CheckHWBlit;