From 727d41286f5609f1ce01b16b185eb915214de54b Mon Sep 17 00:00:00 2001 From: kmkaplan Date: Fri, 28 Feb 2003 19:21:45 +0000 Subject: supdec.h needs libvo/video_out.h. vobsub.c does not. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9512 b3059339-0415-0410-9bf9-f77b7e298cf2 --- spudec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spudec.h') diff --git a/spudec.h b/spudec.h index d6f7b755b4..99fa7ecdf1 100644 --- a/spudec.h +++ b/spudec.h @@ -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)); -- cgit v1.2.3