summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-17 00:06:03 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-17 00:06:03 +0000
commitb664d474d29edceda2639b59b4ff26908728695c (patch)
tree277ae5bfc27290541783a10ff0a35459f34d78d9 /libvo
parent9b9b9f8002b57ca27e22e179a32f0a07a6e90b08 (diff)
downloadmpv-b664d474d29edceda2639b59b4ff26908728695c.tar.bz2
mpv-b664d474d29edceda2639b59b4ff26908728695c.tar.xz
#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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_directx.c2
1 files changed, 1 insertions, 1 deletions
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;
/*****************************************************************************