summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-02 17:21:22 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-02 17:21:22 +0000
commita62f04fbe3e39260faa9bb52bbdc3b75a8d2c46e (patch)
tree63fa9607ed6c7b91e0b7bae57f7eba972f75d810 /codec-cfg.h
parenta4ed0ba9e2f95815a9edbf654b4dce581fd5c986 (diff)
downloadmpv-a62f04fbe3e39260faa9bb52bbdc3b75a8d2c46e.tar.bz2
mpv-a62f04fbe3e39260faa9bb52bbdc3b75a8d2c46e.tar.xz
GUID fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1837 b3059339-0415-0410-9bf9-f77b7e298cf2
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];