summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-07 19:36:23 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-07 19:36:23 +0000
commit8305385bb77d9010da88671b27fb1891bd44eee0 (patch)
tree4723f9c170905bffb8b46500b03f1b7347754335 /libvo
parentd226b09b2cdfaad0face62079a586ae877355dd9 (diff)
downloadmpv-8305385bb77d9010da88671b27fb1891bd44eee0.tar.bz2
mpv-8305385bb77d9010da88671b27fb1891bd44eee0.tar.xz
Add some fallback OpenGL defines to fix compilation on Windows.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31027 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/gl_common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 6fb28fdb80..ef38f58808 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -146,6 +146,12 @@
#ifndef GL_CON_1_ATI
#define GL_CON_1_ATI 0x8942
#endif
+#ifndef GL_CON_2_ATI
+#define GL_CON_2_ATI 0x8943
+#endif
+#ifndef GL_CON_3_ATI
+#define GL_CON_3_ATI 0x8944
+#endif
#ifndef GL_ADD_ATI
#define GL_ADD_ATI 0x8963
#endif
@@ -161,6 +167,9 @@
#ifndef GL_4X_BIT_ATI
#define GL_4X_BIT_ATI 2
#endif
+#ifndef GL_8X_BIT_ATI
+#define GL_8X_BIT_ATI 4
+#endif
#ifndef GL_BIAS_BIT_ATI
#define GL_BIAS_BIT_ATI 8
#endif