[MPlayer-cvslog] r28156 - trunk/libvo/vo_directx.c

diego subversion at mplayerhq.hu
Wed Dec 17 01:06:04 CET 2008


Author: diego
Date: Wed Dec 17 01:06:03 2008
New Revision: 28156

Log:
#include sub.h instead of locally declaring vo_draw_text().


Modified:
   trunk/libvo/vo_directx.c

Modified: trunk/libvo/vo_directx.c
==============================================================================
--- trunk/libvo/vo_directx.c	(original)
+++ trunk/libvo/vo_directx.c	Wed Dec 17 01:06:03 2008
@@ -37,6 +37,7 @@
 #include "aspect.h"
 #include "geometry.h"
 #include "mp_fifo.h"
+#include "sub.h"
 
 #ifdef CONFIG_GUI
 #include "gui/interface.h"
@@ -89,7 +90,6 @@ static float window_aspect;
 static BOOL (WINAPI* myGetMonitorInfo)(HMONITOR, LPMONITORINFO) = NULL;
 static RECT last_rect = {0xDEADC0DE, 0xDEADC0DE, 0xDEADC0DE, 0xDEADC0DE};
 
-void vo_draw_text(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
 extern int vidmode;
 
 /*****************************************************************************



More information about the MPlayer-cvslog mailing list