Ignore differing SMPTE subtitle issue dates when comparing DCPs.
authorCarl Hetherington <cth@carlh.net>
Wed, 10 Jun 2015 08:56:55 +0000 (09:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 10 Jun 2015 08:56:55 +0000 (09:56 +0100)
cscript
test/test.cc

diff --git a/cscript b/cscript
index 186ed215f0918011ad49ed2d1b87ef7b2a891df4..88112904e0d5eb7a509a5ccc6bff439180ff77fe 100644 (file)
--- a/cscript
+++ b/cscript
@@ -224,7 +224,7 @@ def make_spec(filename, version, target):
 
 def dependencies(target):
     return (('ffmpeg-cdist', '0492ad2'),
-            ('libdcp', 'e4b8bed'),
+            ('libdcp', '91e1e17'),
             ('libsub', 'f66b11f'))
 
 def configure_options(target):
index 0636c6e4875667181c96e0e6eaa82dc5414ffd95..f325aacbc766f1a2b31ed194368d2b51386d5981 100644 (file)
@@ -213,6 +213,7 @@ check_dcp (boost::filesystem::path ref, boost::filesystem::path check)
        options.cpl_annotation_texts_can_differ = true;
        options.reel_annotation_texts_can_differ = true;
        options.reel_hashes_can_differ = true;
+       options.issue_dates_can_differ = true;
        
        BOOST_CHECK (ref_dcp.equals (check_dcp, options, boost::bind (note, _1, _2)));
 }