diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-12 00:24:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-12 00:24:21 +0000 |
| commit | a18b9d20ac2a0353a4f1b0b78ce7a8e26fdd6aa8 (patch) | |
| tree | 0f1d8dc341f3bf87fb4094c1ac771e378719d172 /test/wscript | |
| parent | 80df2f4a80686eb2ab412843f5c4146ffc8ff31a (diff) | |
Use a different ID for the XML inside a SMPTE subtitle MXF than the
ID for the MXF itself. Apparently not doing so is an error (according
to Doremi's release notes for 2.8.18).
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript index ff0a908a..1afce805 100644 --- a/test/wscript +++ b/test/wscript @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net> +# Copyright (C) 2012-2018 Carl Hetherington <cth@carlh.net> # # This file is part of libdcp. # @@ -90,6 +90,7 @@ def build(bld): rgb_xyz_test.cc round_trip_test.cc smpte_load_font_test.cc + smpte_subtitle_test.cc sound_frame_test.cc test.cc util_test.cc |
