diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-15 22:39:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-16 09:24:04 +0200 |
| commit | 2210c3109069426705f14150f75f1e470a8eb419 (patch) | |
| tree | 5bac5d49c30877c9406d3636247a00eed911349c /cscript | |
| parent | 940dd4e6a49716e602b8d0e99672b345f43a3d4a (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
@@ -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')) |
