summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-15 22:39:22 +0200
committerCarl Hetherington <cth@carlh.net>2025-09-16 09:24:04 +0200
commit2210c3109069426705f14150f75f1e470a8eb419 (patch)
tree5bac5d49c30877c9406d3636247a00eed911349c /cscript
parent940dd4e6a49716e602b8d0e99672b345f43a3d4a (diff)
Represent frame info hash using raw bytes rather than ASCII-encoding.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 993b7dc75..d3e29968e 100644
--- a/cscript
+++ b/cscript
@@ -478,7 +478,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'v1.10.27', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'b786ec52435a697f7bcc2ef1870f22e27e446315', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.53'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))