diff libvo/osd_template.c @ 622:6737025afed0

to be sure in that header is okey
author arpi_esp
date Tue, 24 Apr 2001 20:03:13 +0000
parents f6b5c2dbc88e
children 76fd9463b9d3
line wrap: on
line diff
--- a/libvo/osd_template.c	Tue Apr 24 20:00:57 2001 +0000
+++ b/libvo/osd_template.c	Tue Apr 24 20:03:13 2001 +0000
@@ -1,6 +1,8 @@
 // Generic alpha renderers for all YUV modes and RGB depths.
 // These are "reference implementations", should be optimized later (MMX, etc)
 
+#include "osd.h"
+
 void vo_draw_alpha_yv12(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride){
     int y;
     for(y=0;y<h;y++){