[MPlayer-users] Mplayer doesn't compile

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Aug 25 14:43:25 CEST 2005


Hi,
On Thu, Aug 25, 2005 at 11:32:15AM +0000, Michael Scholz wrote:
> vo_gl2.c:191: error: `GL_TEXTURE_INTERNAL_FORMAT' undeclared (first use in 
> this function)
> 
> I tried the release and the current snapshot. Didn't work either...
> 
> What did I do wrong? Did I omit a crucial option?

Your OpenGL headers are broken. Solutions:
1) get working ones
2) Try replacing GL_TEXTURE_INTERNAL_FORMAT by GL_TEXTURE_COMPONENTS
3) add '#define GL_TEXTURE_INTERNAL_FORMAT 0x1003' to vo_gl2.c or
replace GL_TEXTURE_INTERNAL_FORMAT by 0x1003
4) ./configure --disable-gl

Greetings,
Reimar Döffinger




More information about the MPlayer-users mailing list