I'm trying to compile mpv which checks to see if the OpenGL headers are installed. It's failing because the included 'gl.h' is missing the constant GL_RGB32F. Instead, this is defined in glext.h.
Somebody from the mpv team said that this constant is now part of the default OpenGL specification so it should be defined in 'gl.h'. Does anybody know if the included OpenGL headers are recent or if they could be updated? Also, I'm using the v5.0-rc2 version of mingw-w64. Thanks, John ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://sdm.link/zohodev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
