summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-14 21:49:05 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-14 21:49:05 +0100
commitcf5f8b7bf757a480fb9ae1d02bd178aa4da709c4 (patch)
treed91633c82036e3641d51ac94839a8981e3942d4c /cscript
parenta2111c9816c9597e6f121010e6f4f34797abb0c7 (diff)
Bump libdcp for the return of OpenJPEG 1.5.x.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 12e465a23..0724c8a50 100644
--- a/cscript
+++ b/cscript
@@ -237,7 +237,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'aab2fb1', ffmpeg_options),
- ('libdcp', '07e9426'),
+ ('libdcp', '5973e38'),
('libsub', '3e299e5'))
def configure_options(target):