changeset 622:6737025afed0

to be sure in that header is okey
author arpi_esp
date Tue, 24 Apr 2001 20:03:13 +0000
parents e503235c30c1
children 950e2d2613e3
files libvo/osd.c libvo/osd_template.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/osd.c	Tue Apr 24 20:00:57 2001 +0000
+++ b/libvo/osd.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++){
--- 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++){