From b664d474d29edceda2639b59b4ff26908728695c Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 17 Dec 2008 00:06:03 +0000 Subject: #include sub.h instead of locally declaring vo_draw_text(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28156 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_directx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/vo_directx.c') diff --git a/libvo/vo_directx.c b/libvo/vo_directx.c index 63b8c3ca70..224af242c2 100644 --- a/libvo/vo_directx.c +++ b/libvo/vo_directx.c @@ -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; /***************************************************************************** -- cgit v1.2.3