summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-21 01:50:51 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-21 18:58:43 +0200
commit5c6575633a3e9208a4759ba318c759b08904e686 (patch)
tree8632e604f255ea0abd558c247f2feba975616161 /cscript
parentbc34a710886beb753b449ac7da842aacfff3dd2d (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 9c5dfd502..2c5ccbabe 100644
--- a/cscript
+++ b/cscript
@@ -534,7 +534,7 @@ def make_spec(filename, version, target, options, requires=None):
print('/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :', file=f)
def dependencies(target, options):
- deps = [('libdcp', 'v1.9.12', {'c++17': target.platform == 'osx'})]
+ deps = [('libdcp', '75aaabf09286893ef6ecf6d24a3af0937fe4c4c9', {'c++17': target.platform == 'osx'})]
deps.append(('libsub', 'v1.6.49'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))