]> git.sesse.net Git - nageru/blobdiff - main.cpp
Enable the video grid display for simple video mode, too.
[nageru] / main.cpp
index dcaf2a6936ce7fb84532457c515f36ddcc7ed2e2..d0427d1489a353ffb720462051d537d08f8822a4 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -13,6 +13,7 @@ extern "C" {
 #include <QSurfaceFormat>
 #include <string>
 
+#include "basic_stats.h"
 #include "context.h"
 #include "flags.h"
 #include "image_input.h"
@@ -21,7 +22,7 @@ extern "C" {
 
 int main(int argc, char *argv[])
 {
-       parse_flags(argc, argv);
+       parse_flags(PROGRAM_NAGERU, argc, argv);
 
        if (global_flags.va_display.empty() ||
            global_flags.va_display[0] != '/') {