summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-04 22:12:47 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-04 22:12:47 +0000
commitdfd9eff80dfd6ea13ee509a2d127486bdf1d28a4 (patch)
tree978797f74a7db7b96fdb5fc69174eb82148829ec /cscript
parent81f361a0da4eef3ce83d003204042104d5555d39 (diff)
Fix libdcp dep version.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a4bce8e58..1189b198d 100644
--- a/cscript
+++ b/cscript
@@ -279,7 +279,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '938d9af', ffmpeg_options),
- ('libdcp', '23cfe2a'),
+ ('libdcp', '40a74db'),
('libsub', 'cc93f49'))
def configure_options(target):