summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-15 22:41:19 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-15 22:41:19 +0100
commitfaeda64d4829a3717762778f48607f1cb750f4d5 (patch)
treef996124bd91c6a0afeea18b6fcc92fbd0ea42c34 /cscript
parentcf5f8b7bf757a480fb9ae1d02bd178aa4da709c4 (diff)
Bump libdcp for dep fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 0724c8a50..5fe8a4047 100644
--- a/cscript
+++ b/cscript
@@ -237,7 +237,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'aab2fb1', ffmpeg_options),
- ('libdcp', '5973e38'),
+ ('libdcp', 'a5bf0e4'),
('libsub', '3e299e5'))
def configure_options(target):