summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-23 14:39:40 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-23 14:39:40 +0100
commit1f5ade4a6f46c67aa17045702fee3c0701378ebb (patch)
treef1a31ccc3438335da52b3e6ea92628ee08797f62 /cscript
parent0c3f91403eee01d4a1b2d2c520893de3a884a72d (diff)
Bump libdcp for Centos 5 build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1408d2d3f..ba621403e 100644
--- a/cscript
+++ b/cscript
@@ -229,7 +229,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'cd922b8', ffmpeg_options),
- ('libdcp', '92bec59'),
+ ('libdcp', 'a545db4'),
('libsub', 'v1.1.12'))
def configure_options(target):