summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-22 13:27:57 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-22 13:27:57 +0100
commitf67f71337d1cf59cfb4d3b36a2c2944cf3beab9e (patch)
treedfe19e6a3450d31b2fa0aaa0ab1f12aea1fd9248 /cscript
parentbdb3a5764e9e39cf58bd63b35d19861ee8e1e3e8 (diff)
Bump libdcp for build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 0a2fef9c7..41cb339a1 100644
--- a/cscript
+++ b/cscript
@@ -237,7 +237,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
- ('libdcp', 'b487f83'),
+ ('libdcp', 'dc52dfc'),
('libsub', '067c21c'))
def configure_options(target):