diff codec-cfg.h @ 1836:7c1671842ee7

GUID fix
author arpi
date Sun, 02 Sep 2001 17:21:22 +0000
parents 60afe3421c04
children af7b3e83d47b
line wrap: on
line diff
--- a/codec-cfg.h	Sun Sep 02 15:12:46 2001 +0000
+++ b/codec-cfg.h	Sun Sep 02 17:21:22 2001 +0000
@@ -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];