X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Ftest.cc;h=7497a0ea12f47727838d2ef895da42301c1eec53;hb=e6d7b6d8520c7454ecf67df7269056a16d0e2b70;hp=fba6aea9f0dd4f9cd6588b13d69338d85625bbf5;hpb=6dedc32363c10aa7ce85938ea00613af6c816c3c;p=dcpomatic.git diff --git a/test/test.cc b/test/test.cc index fba6aea9f..7497a0ea1 100644 --- a/test/test.cc +++ b/test/test.cc @@ -38,6 +38,7 @@ #include "lib/job.h" #include "lib/job_manager.h" #include "lib/log_entry.h" +#include "lib/make_dcp.h" #include "lib/ratio.h" #include "lib/signal_manager.h" #include "lib/util.h" @@ -893,7 +894,7 @@ void make_and_verify_dcp (shared_ptr film, vector ignore) { film->write_metadata (); - film->make_dcp (TranscodeJob::ChangedBehaviour::IGNORE); + make_dcp (film, TranscodeJob::ChangedBehaviour::IGNORE); BOOST_REQUIRE (!wait_for_jobs()); auto notes = dcp::verify ({film->dir(film->dcp_name())}, &stage, &progress, TestPaths::xsd()); bool ok = true;