summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-06 16:50:46 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-06 16:50:46 +0100
commitc959e0ecd1ee85f056007c80008efe4fa5b41d5a (patch)
treec26c8e2de4c8bbb4ff474b22a6df27aff28c77eb
parent295b80852c986f6e3739822551821fa9231b4715 (diff)
Bump libdpc.
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 56ce21f26..16af8bdbe 100644
--- a/cscript
+++ b/cscript
@@ -252,8 +252,8 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'd0986a9', ffmpeg_options),
- ('libdcp', 'v1.2.6'),
- ('libsub', 'v1.1.6'))
+ ('libdcp', '4debca2'),
+ ('libsub', '5f04dd1'))
def configure_options(target):
opt = ''