Bump libdcp for 4K resolution levels fix (#1125).
authorCarl Hetherington <cth@carlh.net>
Sat, 2 Sep 2017 20:09:14 +0000 (21:09 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 2 Sep 2017 20:09:14 +0000 (21:09 +0100)
cscript

diff --git a/cscript b/cscript
index 08970fa4fd8d41fca7bcdbad25f4c4eaf7b7e776..806864f210e079fb050cbb50cfac60191ece3bd8 100644 (file)
--- a/cscript
+++ b/cscript
@@ -292,8 +292,8 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', '5fce90f', ffmpeg_options),
-            ('libdcp', 'b663909'),
-            ('libsub', '39ba87d'),
+            ('libdcp', '99308eb'),
+            ('libsub', 'e02cc57'),
             ('rtaudio-cdist', None))
 
 def configure_options(target):