Tidy up handling of content-modified checks when using the dcpomatic_cli.
[dcpomatic.git] / src / tools / dcpomatic_cli.cc
index 9388112f6e613861a621ab20d86a222982389109..13efb6b1958dd537060b7dafcee37d9a49955525 100644 (file)
@@ -349,7 +349,7 @@ main (int argc, char* argv[])
                cout << "\nMaking DCP for " << film->name() << "\n";
        }
 
-       film->make_dcp ();
+       film->make_dcp (false);
        bool const error = show_jobs_on_console (progress);
 
        if (keep_going) {