mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
commit
5653e31466
6
video.c
6
video.c
@ -921,13 +921,11 @@ static void GlxSetupWindow(xcb_window_t window, int width, int height, EGLContex
|
|||||||
// set gl context
|
// set gl context
|
||||||
#ifdef CUVID
|
#ifdef CUVID
|
||||||
if (!glXMakeCurrent(XlibDisplay, window, context)) {
|
if (!glXMakeCurrent(XlibDisplay, window, context)) {
|
||||||
#else
|
|
||||||
if (!eglMakeCurrent(eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, context )) {
|
|
||||||
#endif
|
|
||||||
Fatal(_("video/egl: GlxSetupWindow can't make egl/glx context current\n"));
|
Fatal(_("video/egl: GlxSetupWindow can't make egl/glx context current\n"));
|
||||||
EglEnabled = 0;
|
EglEnabled = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
Debug(3, "video/egl: ok\n");
|
Debug(3, "video/egl: ok\n");
|
||||||
|
|
||||||
#ifdef CUVID
|
#ifdef CUVID
|
||||||
|
Loading…
Reference in New Issue
Block a user