summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-19 10:00:55 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-19 10:00:55 +0100
commit48bf4e68b251cbc00b7b462e60b0528d15423852 (patch)
tree3cf58d4f2cd75d724c401aa119353b87e7e26a0f
parentf36991d7a91a4fd38c4159d51396b0f44422fd19 (diff)
Bump libdcp for SMPTE timecode parsing fix and better handling of unexpected verify errors.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index f70b55568..53d2beb7b 100644
--- a/cscript
+++ b/cscript
@@ -535,7 +535,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.97'))
+ deps.append(('libdcp', 'v1.8.98'))
deps.append(('libsub', 'v1.6.47'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))