X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=main.cpp;h=6e95d18de6103415cad06f45c53036c70dd6069e;hb=b4f16ea9f8969a3ba14be8cd9c88cfe00d19533b;hp=2b5dc066266261881b8c662fe5914560139614a1;hpb=0d8bf7e55ec28eef5d46ac2920d0de5b04534ff3;p=nageru diff --git a/main.cpp b/main.cpp index 2b5dc06..6e95d18 100644 --- a/main.cpp +++ b/main.cpp @@ -14,6 +14,8 @@ int main(int argc, char *argv[]) { setenv("QT_XCB_GL_INTEGRATION", "xcb_egl", 0); + setlinebuf(stdout); + av_register_all(); QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts, true); QApplication app(argc, argv);