]> git.sesse.net Git - nageru/blobdiff - flags.h
Add an option to record to another directory than the current one.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index 7f39fdde11be10b18980c82ac5e3dfc4461f169c..66912defd00423dbb7289c21e928ea7781aad2bc 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -18,6 +18,7 @@ struct Flags {
        bool x264_video_to_http = false;
        bool x264_video_to_disk = false;  // Disables Quick Sync entirely. Implies x264_video_to_http == true.
        std::vector<std::string> theme_dirs { ".", "/usr/local/share/nageru" };
+       std::string recording_dir = ".";
        std::string theme_filename = "theme.lua";
        bool locut_enabled = true;
        bool gain_staging_auto = true;