summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/osd.c2
-rw-r--r--libvo/osd_template.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/libvo/osd.c b/libvo/osd.c
index b767f88f18..4b0d60171b 100644
--- a/libvo/osd.c
+++ b/libvo/osd.c
@@ -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++){
diff --git a/libvo/osd_template.c b/libvo/osd_template.c
index b767f88f18..4b0d60171b 100644
--- a/libvo/osd_template.c
+++ b/libvo/osd_template.c
@@ -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++){