changeset 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 b4ac94a31a56
children 883f38591d47
files spudec.h vobsub.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
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));
--- 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