From 711df0c16348f88f4fb1826805fa5aadf8dae878 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 Jun 2015 09:56:55 +0100 Subject: [PATCH] Ignore differing SMPTE subtitle issue dates when comparing DCPs. --- cscript | 2 +- test/test.cc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cscript b/cscript index 186ed215f..88112904e 100644 --- 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): diff --git a/test/test.cc b/test/test.cc index 0636c6e48..f325aacbc 100644 --- a/test/test.cc +++ b/test/test.cc @@ -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))); } -- 2.30.2