[MPlayer-cvslog] r31027 - trunk/libvo/gl_common.h
reimar
subversion at mplayerhq.hu
Wed Apr 7 21:36:23 CEST 2010
Author: reimar
Date: Wed Apr 7 21:36:23 2010
New Revision: 31027
Log:
Add some fallback OpenGL defines to fix compilation on Windows.
Modified:
trunk/libvo/gl_common.h
Modified: trunk/libvo/gl_common.h
==============================================================================
--- trunk/libvo/gl_common.h Tue Apr 6 12:08:19 2010 (r31026)
+++ trunk/libvo/gl_common.h Wed Apr 7 21:36:23 2010 (r31027)
@@ -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
More information about the MPlayer-cvslog
mailing list