[Mplayer-cvslog] CVS: main codec-cfg.h,1.14,1.15
Arpi of Ize
arpi at mplayer.dev.hu
Sun Sep 2 19:21:10 CEST 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv13084
Modified Files:
codec-cfg.h
Log Message:
GUID fix
Index: codec-cfg.h
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- codec-cfg.h 1 Sep 2001 19:44:48 -0000 1.14
+++ codec-cfg.h 2 Sep 2001 17:20:52 -0000 1.15
@@ -38,12 +38,16 @@
#define VFM_DIVX4 7
#define VFM_RAW 8
+#ifndef GUID_TYPE
+#define GUID_TYPE
typedef struct {
unsigned long f1;
unsigned short f2;
unsigned short f3;
unsigned char f4[8];
} GUID;
+#endif
+
typedef struct {
unsigned int fourcc[CODECS_MAX_FOURCC];
More information about the MPlayer-cvslog
mailing list