summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-13 23:21:48 +0100
committerCarl Hetherington <cth@carlh.net>2016-10-13 23:21:48 +0100
commitd6293f131487ea40e8eb4a472a3ae2986894f55f (patch)
tree88810710f3eb91db02944d49520fc1893cd959cb
parent924d72636762f90f1e23f978ff71f1183d8d1628 (diff)
Bump libdcp for PKL type fix.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ef9ce17fb..16df6e422 100644
--- a/cscript
+++ b/cscript
@@ -233,7 +233,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
- ('libdcp', 'c4d06c3'),
+ ('libdcp', 'b74dee5'),
('libsub', '3db5052'))
def configure_options(target):