summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-12 09:55:26 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-12 09:55:26 +0100
commit2fdf25c30c59bbc2eb1290a45cbec3cd00899734 (patch)
tree37b1f23e4f0fc1cde6b86022361ef103d34efc76 /cscript
parentb81241ce69a689629307832f802ac4faa6ed885f (diff)
Bump libdcp for stringstream stuff.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index cba825eca..ff13394a4 100644
--- a/cscript
+++ b/cscript
@@ -237,7 +237,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
- ('libdcp', '4e2d5cc'),
+ ('libdcp', '8ba922f'),
('libsub', '067c21c'))
def configure_options(target):