diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-25 23:11:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-25 23:11:29 +0100 |
| commit | 176f1ae4bd41d1e333e870cb9585edbbd4426aa2 (patch) | |
| tree | 9589357977302dd9842e1c7f4b620f59503efffc | |
| parent | 918907387e3ec895c6b6342afc639d974714a024 (diff) | |
Test fixes.
| -rw-r--r-- | cscript | 2 | ||||
| -rw-r--r-- | test/test.cc | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -206,7 +206,7 @@ def make_spec(filename, version, target): def dependencies(target): return (('ffmpeg-cdist', '0492ad2'), - ('libdcp', '6d5c9b4'), + ('libdcp', '484a900'), ('libsub', 'f66b11f')) def configure_options(target): diff --git a/test/test.cc b/test/test.cc index 3ffd9287a..e636b7b52 100644 --- a/test/test.cc +++ b/test/test.cc @@ -211,6 +211,7 @@ check_dcp (boost::filesystem::path ref, boost::filesystem::path check) options.max_audio_sample_error = 255; options.cpl_annotation_texts_can_differ = true; options.mxf_filenames_can_differ = true; + options.reel_annotation_texts_can_differ = true; options.reel_hashes_can_differ = true; BOOST_CHECK (ref_dcp.equals (check_dcp, options, boost::bind (note, _1, _2))); |
