[MPlayer-users] GL_TEXTURE_COMPARE_MODE / GL_DEPTH_TEXTURE_MODE not defined
Josh
joshf87 at live.com
Wed Aug 8 05:55:13 CEST 2012
Seems GL_TEXTURE_COMPARE_MODE & GL_DEPTH_TEXTURE_MODE need to be defined
at least in mingw, from r35063.
libvo/gl_common.c: In function 'glCreateClearTex':
libvo/gl_common.c:579:33: error: 'GL_TEXTURE_COMPARE_MODE' undeclared
(first use in this function)
libvo/gl_common.c:579:33: note: each undeclared identifier is reported
only once for each function it appears in
libvo/gl_common.c:580:33: error: 'GL_DEPTH_TEXTURE_MODE' undeclared
(first use in this function)
make: *** [libvo/gl_common.o] Error 1
More information about the MPlayer-users
mailing list