summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-13 09:22:29 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-13 09:22:29 +0000
commitfd5cfc82a6d421b42e71d96b91cc0ffb2c64e336 (patch)
treebafed6bae62d29903c56ac69b9e5aceee79d3ed4
parentf9467b82b3bc07be587be629a95212886c420b63 (diff)
Bump libdcp correctly.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index c06c07462..3c0fce7fc 100644
--- a/cscript
+++ b/cscript
@@ -300,7 +300,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '5fce90f', ffmpeg_options),
- ('libdcp', '2892aac'),
+ ('libdcp', '92d0468'),
('libsub', '708eff1'),
('rtaudio-cdist', '739969e'))