[Mplayer-cvslog] CVS: main codec-cfg.h,1.69,1.70

Sascha Sommer CVS syncmail at mplayerhq.hu
Sat Oct 9 09:38:48 CEST 2004


CVS change done by Sascha Sommer CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv26492

Modified Files:
	codec-cfg.h 
Log Message:
fix compilation on mingw

Index: codec-cfg.h
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.h,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- codec-cfg.h	30 Apr 2004 16:56:00 -0000	1.69
+++ codec-cfg.h	9 Oct 2004 07:38:45 -0000	1.70
@@ -28,7 +28,8 @@
 
 
 #if !defined(GUID_TYPE) && !defined(GUID_DEFINED)
-#define GUID_TYPE
+#define GUID_TYPE 1
+#define GUID_DEFINED 1
 typedef struct {
 	unsigned long f1;
 	unsigned short f2;




More information about the MPlayer-cvslog mailing list