[MPlayer-cvslog] r30074 - trunk/libvo/gl_common.h

reimar subversion at mplayerhq.hu
Sat Dec 19 22:07:42 CET 2009


Author: reimar
Date: Sat Dec 19 22:07:42 2009
New Revision: 30074

Log:
Define GL_GENERATE_MIPMAP ourselves if necessary.

Modified:
   trunk/libvo/gl_common.h

Modified: trunk/libvo/gl_common.h
==============================================================================
--- trunk/libvo/gl_common.h	Sat Dec 19 21:59:58 2009	(r30073)
+++ trunk/libvo/gl_common.h	Sat Dec 19 22:07:42 2009	(r30074)
@@ -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


More information about the MPlayer-cvslog mailing list