summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-29 09:23:46 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-29 09:23:46 +0100
commit71be005818ddaa59cdcca2fa5fb3210d8ea7ae4f (patch)
tree10c32b9cf2990760b82667b87f5f51a09d4d31b9
parentaa8543e0bf5a18b3dded300bf404de1e7f32baf5 (diff)
Bump libdcp for an improved error message.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index c533dac25..1081f661d 100644
--- a/cscript
+++ b/cscript
@@ -237,7 +237,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
- ('libdcp', 'dc52dfc'),
+ ('libdcp', 'e02bf26'),
('libsub', '067c21c'))
def configure_options(target):