summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-28 21:53:04 +0100
committerCarl Hetherington <cth@carlh.net>2016-09-28 21:53:04 +0100
commit02aac98c4bd4dd581e2af7e00fb5a635f2863649 (patch)
treec269f5d4302ef6d25730aa62ac71572b3a9c7e1c /cscript
parent0a0662e8c1e6f1aad73550d79134b228d12e4aab (diff)
Another libdcp build fix bump.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index e6817efc2..93640d1b2 100644
--- a/cscript
+++ b/cscript
@@ -233,7 +233,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
- ('libdcp', 'eb772d2'),
+ ('libdcp', '11c8f1e'),
('libsub', '3db5052'))
def configure_options(target):