mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2025-12-27 07:21:07 +01:00
Fix for GLEW Version 2.2
This commit is contained in:
@@ -1806,9 +1806,10 @@ bool cOglThread::InitOpenGL(void)
|
||||
GLenum err = glewInit();
|
||||
|
||||
if (err != GLEW_OK) {
|
||||
esyslog("[softhddev]glewInit failed, aborting\n");
|
||||
return false;
|
||||
esyslog("[softhddev]glewInit failed: %s Using Version: %s\n",glewGetErrorString(err),glewGetString(GLEW_VERSION));
|
||||
// return false;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
VertexBuffers[vbText]->EnableBlending();
|
||||
|
||||
Reference in New Issue
Block a user