summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-13 22:15:30 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-13 22:15:30 +0000
commit65328f6e751fd8121edc248f158c234ebe2160ed (patch)
treed8adc72c38e0fb327c6d1a5ca695b14a49e11156
parente2cf12c4cbdad8aa54072e606d0ffe44a4c24398 (diff)
Bump libdcp.
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 36b7e3eb9..fedf5b45b 100644
--- a/cscript
+++ b/cscript
@@ -279,8 +279,8 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'b559555', ffmpeg_options),
- ('libdcp', '03fb9d4'),
- ('libsub', '2abff58'))
+ ('libdcp', '38ff295'),
+ ('libsub', '50b30b5'))
def configure_options(target):
opt = ''