mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
Provide environment Setting for OpenGL
- no .drirc needad anymore
This commit is contained in:
parent
6ea4f5076b
commit
50299f178f
@ -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
|
||||
|
||||
|
@ -6,7 +6,7 @@ const char *gl_version = "#version 330";
|
||||
#ifdef RASPI
|
||||
const char *gl_version = "#version 300 es";
|
||||
#else
|
||||
const char *gl_version = " ";
|
||||
const char *gl_version = "#version 320 es ";
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user