X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=inline;f=flags.h;h=66912defd00423dbb7289c21e928ea7781aad2bc;hb=a6190a00c1d2346cf2b078f1abcff5ef81851c3b;hp=7f39fdde11be10b18980c82ac5e3dfc4461f169c;hpb=e7042ad94ffec1505feaf7f8c5a265b2165957a0;p=nageru diff --git a/flags.h b/flags.h index 7f39fdd..66912de 100644 --- 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 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;