summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'codec-cfg.h')
-rw-r--r--codec-cfg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/codec-cfg.h b/codec-cfg.h
index 6982954dac..29b046070d 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -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];