[MPlayer-users] Mplayer doesn't compile

Rich Felker dalias at aerifal.cx
Thu Aug 25 17:00:47 CEST 2005


On Thu, Aug 25, 2005 at 02:43:25PM +0200, Reimar Döffinger wrote:
> 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

Just so it's clear, any one of these four will work. Unless you intend
to use opengl, I'd just go with #4 (disabling it).

Rich




More information about the MPlayer-users mailing list