diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-10-13 23:47:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-10-13 23:47:17 +0200 |
| commit | 7c73ec405fdb55bd78d82d764999b5af6d81e973 (patch) | |
| tree | b32fca5e5881e14ed86dc9c8e612d228cef2fcf0 /test/wscript | |
| parent | 89ec77ff82b231445f2c5a4cf50d86e6cd910332 (diff) | |
Fix failure to load OV after adding a VF to a project.
This has the same cause as
19f51503621a57794bd79bac053c9e6549a69f46
i.e. the DCPDecoder re-use optimisation. This commit tries to
re-fix 19f515 in a more general way which also takes into account
the OV/VF bug. It also adds a unit test.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript index 1d2fafc02..3c6170dcf 100644 --- a/test/wscript +++ b/test/wscript @@ -61,6 +61,7 @@ def build(bld): create_cli_test.cc crypto_test.cc dcpomatic_time_test.cc + dcp_decoder_test.cc dcp_playback_test.cc dcp_subtitle_test.cc digest_test.cc |
