X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Fthreed_test.cc;h=23236fb31fa5e36c1eaf4e5b6de05880da4302d1;hp=ab94cf8e5b888a562b2612ce5a38006a17d0cfc8;hb=5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f;hpb=4e83acad0c2a5c528709a175a80261b8147d3b49 diff --git a/test/threed_test.cc b/test/threed_test.cc index ab94cf8e5..23236fb31 100644 --- a/test/threed_test.cc +++ b/test/threed_test.cc @@ -29,16 +29,18 @@ #include "lib/dcp_content_type.h" #include "lib/ffmpeg_content.h" #include "lib/video_content.h" +#include #include using std::cout; using boost::shared_ptr; +using boost::make_shared; BOOST_AUTO_TEST_CASE (threed_test) { shared_ptr film = new_test_film ("threed_test"); film->set_name ("test_film2"); - shared_ptr c (new FFmpegContent (film, "test/data/test.mp4")); + shared_ptr c = make_shared (film, "test/data/test.mp4"); film->examine_and_add_content (c); wait_for_jobs ();