mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2025-12-27 07:21:07 +01:00
Provide environment Setting for OpenGL
- no .drirc needad anymore
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user