[MPlayer-cvslog] CVS: main/libvo gl_common.h,1.19,1.20

Reimar Döffinger CVS syncmail at mplayerhq.hu
Tue Sep 27 10:33:35 CEST 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv27088

Modified Files:
	gl_common.h 
Log Message:
Add missing GL_REGISTER_COMBINERS_NV define


Index: gl_common.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/gl_common.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- gl_common.h	25 Sep 2005 16:41:28 -0000	1.19
+++ gl_common.h	27 Sep 2005 08:33:33 -0000	1.20
@@ -25,6 +25,9 @@
  * (e.g. _NV), _ARB is not used to ease readability.
  * \{
  */
+#ifndef GL_REGISTER_COMBINERS_NV
+#define GL_REGISTER_COMBINERS_NV 0x8522
+#endif
 #ifndef GL_MAX_GENERAL_COMBINERS_NV
 #define GL_MAX_GENERAL_COMBINERS_NV 0x854D
 #endif




More information about the MPlayer-cvslog mailing list