summaryrefslogtreecommitdiffstats
path: root/libvo/vo_mga.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-24 11:42:04 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-24 11:42:04 +0000
commit4ff11b99495e63895791171a82694ed51d62448c (patch)
treeb8c4fa4d36c147dacc0b7e09b132cdd6e3e8e569 /libvo/vo_mga.c
parent9126c8286e950b45eaccccd7937184644ca2496f (diff)
downloadmpv-4ff11b99495e63895791171a82694ed51d62448c.tar.bz2
mpv-4ff11b99495e63895791171a82694ed51d62448c.tar.xz
clean up
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@617 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_mga.c')
-rw-r--r--libvo/vo_mga.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c
index 392e397e6f..a02d4d614c 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -40,6 +40,7 @@ LIBVO_EXTERN(mga)
#include <sys/mman.h>
#include "drivers/mga_vid.h"
+#include "sub.h"
static vo_info_t vo_info =
{
@@ -111,10 +112,6 @@ uninit(void)
printf("vo: uninit!\n");
}
-extern 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));
-
static void flip_page(void)
{
vo_draw_text(mga_vid_config.src_width,mga_vid_config.src_height,draw_alpha);