Listen for server replies on different ports on main and batch, and get servers to...
[dcpomatic.git] / src / lib / util.cc
index 8ed87856127a2ba57689aa07fd24c82c953c39ca..68cded2a348bee17bee9afcffe4cc749291d5105 100644 (file)
@@ -104,6 +104,7 @@ using dcp::locale_convert;
  *  in during App::onInit().
  */
 string program_name;
+bool is_batch_converter = false;
 static boost::thread::id ui_thread;
 static boost::filesystem::path backtrace_file;