X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Finterrupt_encoder_test.cc;h=2e839336d9ec8458e8384922ff394d2a5e727d1c;hp=5b76e67d357d44b347d4b347fdff954eb4e2f0c3;hb=6d686ea45f5cd01a0d11f92a903ac77779ad8562;hpb=94ab538738526948c5a52ed1222be1e484255541 diff --git a/test/interrupt_encoder_test.cc b/test/interrupt_encoder_test.cc index 5b76e67d3..2e839336d 100644 --- a/test/interrupt_encoder_test.cc +++ b/test/interrupt_encoder_test.cc @@ -31,6 +31,7 @@ #include "lib/ffmpeg_content.h" #include "lib/film.h" #include "lib/job_manager.h" +#include "lib/make_dcp.h" #include "lib/ratio.h" #include "test.h" #include @@ -54,7 +55,7 @@ BOOST_AUTO_TEST_CASE (interrupt_encoder_test) film->examine_and_add_content (content); BOOST_REQUIRE (!wait_for_jobs()); - film->make_dcp (TranscodeJob::ChangedBehaviour::IGNORE); + make_dcp (film, TranscodeJob::ChangedBehaviour::IGNORE); dcpomatic_sleep_seconds (10);