diff --git a/libvo/gl_common.h b/libvo/gl_common.h index 6fc68d34f5..58c4b0dcef 100644 --- a/libvo/gl_common.h +++ b/libvo/gl_common.h @@ -67,6 +67,9 @@ #ifndef GL_CLAMP_TO_EDGE #define GL_CLAMP_TO_EDGE 0x812F #endif +#ifndef GL_GENERATE_MIPMAP +#define GL_GENERATE_MIPMAP 0x8191 +#endif #ifndef GL_REGISTER_COMBINERS_NV #define GL_REGISTER_COMBINERS_NV 0x8522 #endif