mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
make .drirc obsolete
This commit is contained in:
parent
68fa4fe4dc
commit
3cb66dd3de
@ -26,7 +26,7 @@ const char *glversion = "#version 330 core ";
|
||||
#ifdef RASPI
|
||||
const char *glversion = "#version 300 es";
|
||||
#else
|
||||
const char *glversion = " ";
|
||||
const char *glversion = "#version 320 es ";
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@ -1654,6 +1654,8 @@ bool cOglThread::InitOpenGL(void) {
|
||||
|
||||
char **argv = buffer;
|
||||
glutInit(&argc, argv);
|
||||
glutInitContextVersion( 3, 3 );
|
||||
glutInitContextProfile( GLUT_COMPATIBILITY_PROFILE );
|
||||
glutInitDisplayMode (GLUT_SINGLE | GLUT_RGBA | GLUT_ALPHA);
|
||||
glutInitWindowSize (1, 1);
|
||||
glutInitWindowPosition (0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user