summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-02-09 02:50:09 +0100
committerCarl Hetherington <cth@carlh.net>2024-02-09 02:50:09 +0100
commit0bc7d3c437ce04b132656feac77e5495051c1005 (patch)
treed9ab6c0449f73a47977d6de1d198b42b37aab512
parentff0c13d73eedb1294b110313f0081c88c832bff9 (diff)
Bump libdcp to fix time/date format bug.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 6c43e05b6..1733dfa99 100644
--- a/cscript
+++ b/cscript
@@ -507,7 +507,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.94'))
+ deps.append(('libdcp', 'v1.8.95'))
deps.append(('libsub', 'v1.6.47'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))