summaryrefslogtreecommitdiffstats
path: root/libvo/vo_mga.c
diff options
context:
space:
mode:
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);