summaryrefslogtreecommitdiffstats
path: root/libvo/osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/osd.c')
-rw-r--r--libvo/osd.c2
1 files changed, 2 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++){