summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-28 11:58:36 +0100
committerCarl Hetherington <cth@carlh.net>2016-09-28 11:58:36 +0100
commit8bcca08d5a31c966615028ee473401550007c8d2 (patch)
treee4ca196d62faf570525c28a5382a674bbb29924a /cscript
parenteaf8c0bd7f1e2490219bc7a4b89e203efc6626e8 (diff)
Bump libdcp for another build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 700fe2329..a15b78a57 100644
--- a/cscript
+++ b/cscript
@@ -233,7 +233,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
- ('libdcp', '9f8eca1'),
+ ('libdcp', '5aba207'),
('libsub', '3db5052'))
def configure_options(target):