Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Tue, 23 Feb 2021 22:54:10 +0000 (23:54 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 23 Feb 2021 22:54:10 +0000 (23:54 +0100)
cscript

diff --git a/cscript b/cscript
index 5fe74ba7a11e477e75da86b69390bf2670f24e57..fff3b5edea586693c5a629bc08f52f9833772686 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    return (('asdcplib', 'bb09615'), ('libdcp', '9b6997a'))
+    return (('asdcplib', 'bb09615'), ('libdcp', '8344c1c'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory