summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-09 07:38:45 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-09 07:38:45 +0000
commit29884c2e3890084f6e14937f5ad44ded3c634c63 (patch)
tree72ffc2e8b2be0ef365064318ad161f8b12512549 /codec-cfg.h
parent67bf1e6ae49a175a4b82098afb857e157e09c65e (diff)
downloadmpv-29884c2e3890084f6e14937f5ad44ded3c634c63.tar.bz2
mpv-29884c2e3890084f6e14937f5ad44ded3c634c63.tar.xz
fix compilation on mingw
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13592 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.h')
-rw-r--r--codec-cfg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/codec-cfg.h b/codec-cfg.h
index f1853c744d..fc1f1a4856 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -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;