summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-26 00:00:23 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-26 00:03:39 +0100
commit93d5ea42dfc864fae94d1fb1d2b3176e3d2bf37a (patch)
treef347c8e1be7a7e6325c937995a2361f4a438cbcc /cscript
parent920668c0e09b373a6c52dde30e8133cf894c1d2a (diff)
Bump libdcp for some MPEG2 fixes, verify bits, Fedora 42 build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 08d63cbbf..0f09ae3bf 100644
--- a/cscript
+++ b/cscript
@@ -436,7 +436,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'v1.10.16', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'v1.10.17', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.53'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))