summaryrefslogtreecommitdiff
path: root/src/lib/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-31 02:24:01 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-21 23:02:24 +0200
commitd520dad61113d9b26f229b8efc8550a49101de9c (patch)
treeabf0d2b3ffa82fdd96f6eea0e1ef73f568fd30bb /src/lib/wscript
parent13d361378d608c086a665c12a5e1920195649d51 (diff)
Add an advanced option to check data against the frame info file when making hashes (#2758).
This should show up corruption that happens on the disk/storage, i.e. between DCP-o-matic writing the MXF and it being read back in again for hashing.
Diffstat (limited to 'src/lib/wscript')
-rw-r--r--src/lib/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript
index 6ca49a05d..f559e2cc5 100644
--- a/src/lib/wscript
+++ b/src/lib/wscript
@@ -139,6 +139,7 @@ sources = """
image_png.cc
image_proxy.cc
image_store.cc
+ info_file_checker.cc
info_file_handle.cc
internal_player_server.cc
j2k_image_proxy.cc