X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=kaeru.cpp;h=168cf1d6033b40801992186cb92fea47fca08729;hb=a5746714e6ca1e665bf9e74344e67712443f947a;hp=e763c3429383064c529d8d1e45c5f8450b75ec51;hpb=5743f5528c75acdfd381a494db0b4936a3ab218b;p=nageru diff --git a/kaeru.cpp b/kaeru.cpp index e763c34..168cf1d 100644 --- a/kaeru.cpp +++ b/kaeru.cpp @@ -206,7 +206,7 @@ int main(int argc, char *argv[]) video.start_bm_capture(); video.change_rate(2.0); // Be sure never to really fall behind, but also don't dump huge amounts of stuff onto x264. - BasicStats basic_stats(/*verbose=*/false); + BasicStats basic_stats(/*verbose=*/false, /*use_opengl=*/false); global_basic_stats = &basic_stats; httpd.start(global_flags.http_port);