From 8305385bb77d9010da88671b27fb1891bd44eee0 Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 7 Apr 2010 19:36:23 +0000 Subject: [PATCH] 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 --- libvo/gl_common.h | 9 +++++++++ 1 file changed, 9 insertions(+) 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