gstreamer/gst-libs/gst
Gwenole Beauchesne 5db2e93d3c utils: fix build with <GL/glext.h> version >= 85.
Mesa recently updated the <GL/glext.h> header version to Khronos version 85.
This caused the PFNGLMULTITEXCOORD2FPROC definition to be moved out of the
GL_VERSION_1_3_DEPRECATED block. However, since <GL/gl.h> also defines
GL_VERSION_1_3 to 1, the definitions in <GL/glext.h> are then not enabled,
thus leaving PFNGLMULTITEXCOORD2FPROC undefined as well.

Provide a PFNGLMULTITEXCOORD2FPROC replacement as an interim solution for
newer versions of the <GL/glext.h> header.
2012-09-27 11:04:24 +02:00
..
codecparsers codecparsers: jpeg: add missing includes. 2012-09-12 10:40:06 +02:00
vaapi utils: fix build with <GL/glext.h> version >= 85. 2012-09-27 11:04:24 +02:00
Makefile.am vaapisink: drop checks for new APIs used by default. 2012-07-20 14:11:42 +02:00