summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-28 19:16:02 +0100
committerCarl Hetherington <cth@carlh.net>2016-09-28 19:16:02 +0100
commit47ad2a48249e0e0d65d51f3659eefc9181885b37 (patch)
treea2dbd0f685b85c521026f86d4863ac177f355b31 /cscript
parent8bcca08d5a31c966615028ee473401550007c8d2 (diff)
Another libdcp build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a15b78a57..e6817efc2 100644
--- a/cscript
+++ b/cscript
@@ -233,7 +233,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
- ('libdcp', '5aba207'),
+ ('libdcp', 'eb772d2'),
('libsub', '3db5052'))
def configure_options(target):