X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=main.cpp;h=e156c5964722755872d218696686d7cb81a7bec9;hb=refs%2Ftags%2F1.4.2;hp=e2d2cec4ee42c46f12527c9f29be3972302cb0ea;hpb=cf7b9ee186d4ef8e5da0531b75854c97b821be44;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();