diff libvo/gl_common.h @ 30985:76e1dd50dccf

Add some fallback OpenGL defines to fix compilation on Windows.
author reimar
date Wed, 07 Apr 2010 19:36:23 +0000
parents a5c6b37b3af6
children 529614f44431
line wrap: on
line diff
--- a/libvo/gl_common.h	Tue Apr 06 10:08:19 2010 +0000
+++ b/libvo/gl_common.h	Wed Apr 07 19:36:23 2010 +0000
@@ -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