# HG changeset patch # User kmkaplan # Date 1046460105 0 # Node ID b523f634738d390ce7cd2d656cc1d9193d77e831 # Parent b4ac94a31a56987e489c2601405a9c95f80c8e4f supdec.h needs libvo/video_out.h. vobsub.c does not. diff -r b4ac94a31a56 -r b523f634738d spudec.h --- 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)); diff -r b4ac94a31a56 -r b523f634738d vobsub.c --- a/vobsub.c Fri Feb 28 14:07:56 2003 +0000 +++ b/vobsub.c Fri Feb 28 19:21:45 2003 +0000 @@ -18,7 +18,6 @@ #include "version.h" #include "vobsub.h" -#include "libvo/video_out.h" #include "spudec.h" #include "mp_msg.h" #ifdef USE_UNRARLIB