diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-21 01:50:51 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-21 18:58:43 +0200 |
| commit | 5c6575633a3e9208a4759ba318c759b08904e686 (patch) | |
| tree | 8632e604f255ea0abd558c247f2feba975616161 /cscript | |
| parent | bc34a710886beb753b449ac7da842aacfff3dd2d (diff) | |
Represent frame info hash using raw bytes rather than ASCII-encoding.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')) |
