Use icu to remove diacritics from strings.
[dcpomatic.git] / test / optimise_stills_test.cc
index a57518b2d8aca5aa1c2f07800f960e85ba87ce8f..cec864e0fe4203579fd5b7a17694436e087005fe 100644 (file)
@@ -39,8 +39,8 @@ using std::string;
 using std::vector;
 using boost::starts_with;
 using boost::split;
-using boost::dynamic_pointer_cast;
-using boost::shared_ptr;
+using std::dynamic_pointer_cast;
+using std::shared_ptr;
 
 static
 void
@@ -97,7 +97,7 @@ BOOST_AUTO_TEST_CASE (optimise_stills_test2)
        shared_ptr<Content> content = content_factory("test/data/flat_red.png").front ();
        film->examine_and_add_content (content);
        BOOST_REQUIRE (!wait_for_jobs ());
-       content->video->set_frame_type (VIDEO_FRAME_TYPE_3D_LEFT_RIGHT);
+       content->video->set_frame_type (VideoFrameType::THREE_D_LEFT_RIGHT);
        film->set_three_d (true);
        film->make_dcp ();
        BOOST_REQUIRE (!wait_for_jobs ());