diff spudec.h @ 9511:b523f634738d

supdec.h needs libvo/video_out.h. vobsub.c does not.
author kmkaplan
date Fri, 28 Feb 2003 19:21:45 +0000
parents 60a473935d7d
children d45870f67728
line wrap: on
line diff
--- a/spudec.h	Fri Feb 28 14:07:56 2003 +0000
+++ b/spudec.h	Fri Feb 28 19:21:45 2003 +0000
@@ -1,6 +1,8 @@
 #ifndef _MPLAYER_SPUDEC_H
 #define _MPLAYER_SPUDEC_H
 
+#include "libvo/video_out.h"
+
 void spudec_heartbeat(void *this, unsigned int pts100);
 void spudec_assemble(void *this, unsigned char *packet, unsigned int len, unsigned int pts100);
 void spudec_draw(void *this, void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));