Fix build.
authorCarl Hetherington <cth@carlh.net>
Thu, 8 Jan 2015 13:22:26 +0000 (13:22 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 8 Jan 2015 13:22:26 +0000 (13:22 +0000)
test/recover_test.cc
test/test.cc

index 56a8a2f2046dd61b256c4fc9d390f0e8b041ff6b..d442b6a4d62524c9a6cc503582bf52e525496a5b 100644 (file)
@@ -73,6 +73,6 @@ BOOST_AUTO_TEST_CASE (recover_test)
        shared_ptr<dcp::StereoPictureMXF> B (new dcp::StereoPictureMXF (video));
 
        dcp::EqualityOptions eq;
-       eq.mxf_names_can_differ = true;
+       eq.mxf_filenames_can_differ = true;
        BOOST_CHECK (A->equals (B, eq, boost::bind (&note, _1, _2)));
 }
index f31103b9b7d59a60334b94f548cfafe998275a03..3d58b06284493ac63ce9988203c2eeb88b5c9f5e 100644 (file)
@@ -209,7 +209,7 @@ check_dcp (boost::filesystem::path ref, boost::filesystem::path check)
        options.max_std_dev_pixel_error = 5;
        options.max_audio_sample_error = 255;
        options.cpl_annotation_texts_can_differ = true;
-       options.mxf_names_can_differ = true;
+       options.mxf_filenames_can_differ = true;
        options.reel_hashes_can_differ = true;
        
        BOOST_CHECK (ref_dcp.equals (check_dcp, options, boost::bind (note, _1, _2)));