diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-21 22:15:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-17 16:47:21 +0200 |
| commit | f524824f0e06a125d1f0f78ced2ce27dcf6c180a (patch) | |
| tree | 6b20efa6d7eea3d0670c6766128854a4541e9d8b /cscript | |
| parent | 47bd42e9783fff034f5ba2d720c5e4a2d160419d (diff) | |
Bump libdcp for Ubuntu 14.04 build compatibility.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -502,7 +502,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'v1.10.32', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.33', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
