Bump libdcp for fixes to #1965 and #1966. v2.14.49
authorCarl Hetherington <cth@carlh.net>
Fri, 16 Apr 2021 21:10:20 +0000 (23:10 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 18 Apr 2021 18:16:04 +0000 (20:16 +0200)
cscript

diff --git a/cscript b/cscript
index 92ceaa712513426da998aca5f5322a70f5b3fbd4..65036f260dcd593675e33581733ac96d7027da8d 100644 (file)
--- a/cscript
+++ b/cscript
@@ -325,8 +325,8 @@ def dependencies(target):
         # Use distro-provided FFmpeg on Arch
         deps = []
 
-    deps.append(('libdcp', 'v1.6.17'))
-    deps.append(('libsub', 'v1.4.24'))
+    deps.append(('libdcp', 'b2ccdee'))
+    deps.append(('libsub', 'b081365'))
     deps.append(('rtaudio-cdist', 'bf0fc23'))
 
     return deps