[Mplayer-cvslog] CVS: main spudec.h,1.5,1.6 spudec.c,1.8,1.9
Atmosfear
atmos4 at mplayer.dev.hu
Wed Nov 28 15:55:59 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv15652
Modified Files:
spudec.h spudec.c
Log Message:
Fix spudec compile with libdvdread enabled.
Index: spudec.h
===================================================================
RCS file: /cvsroot/mplayer/main/spudec.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- spudec.h 28 Nov 2001 12:44:38 -0000 1.5
+++ spudec.h 28 Nov 2001 14:55:56 -0000 1.6
@@ -1,8 +1,8 @@
+#include "config.h"
#ifdef USE_DVDREAD
#ifndef _MPLAYER_SPUDEC_H
#define _MPLAYER_SPUDEC_H
-#include "config.h"
#include "stream.h"
void spudec_heartbeat(void *this, int pts100);
void spudec_assemble(void *this, unsigned char *packet, int len, int pts100);
@@ -12,3 +12,4 @@
#endif
#endif
+
Index: spudec.c
===================================================================
RCS file: /cvsroot/mplayer/main/spudec.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- spudec.c 28 Nov 2001 12:44:38 -0000 1.8
+++ spudec.c 28 Nov 2001 14:55:56 -0000 1.9
@@ -10,6 +10,7 @@
For information on SPU format see <URL:http://sam.zoy.org/doc/dvd/subtitles/>
*/
+#include "config.h"
#ifdef USE_DVDREAD
More information about the MPlayer-cvslog
mailing list