X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=main.cpp;fp=main.cpp;h=e156c5964722755872d218696686d7cb81a7bec9;hb=c108212cf86f77df44d3a7fa92f12c9dcd592f7c;hp=e2d2cec4ee42c46f12527c9f29be3972302cb0ea;hpb=e8a66daac69cf6f243e03489aec8b9321d59e169;p=nageru diff --git a/main.cpp b/main.cpp index e2d2cec..e156c59 100644 --- a/main.cpp +++ b/main.cpp @@ -28,6 +28,7 @@ int main(int argc, char *argv[]) // We normally use EGL for zerocopy, but if we use VA against DRM // instead of against X11, we turn it off, and then don't need EGL. setenv("QT_XCB_GL_INTEGRATION", "xcb_egl", 0); + using_egl = true; } setlinebuf(stdout); av_register_all();