summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-13 10:40:45 +0100
committerCarl Hetherington <cth@carlh.net>2016-09-13 10:40:45 +0100
commit1eff47126f06d45bebf7502cc4357b8268c7a940 (patch)
treeb3ae79327f734c76a0fd6a753b4eab4d064f1956 /cscript
parent590a8815ad17b3321610a8b485a62faaca3c95e6 (diff)
Bump libdcp for some Atmos fixes.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a1edca39f..ee481d4a0 100644
--- a/cscript
+++ b/cscript
@@ -233,7 +233,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
- ('libdcp', 'f7c7361'),
+ ('libdcp', 'b105b7d'),
('libsub', '067c21c'))
def configure_options(target):