Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Sun, 31 Jan 2021 22:50:50 +0000 (23:50 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 31 Jan 2021 22:50:50 +0000 (23:50 +0100)
cscript

diff --git a/cscript b/cscript
index 92f36c6adba29221303157d9f31eb5de3429e1ce..bc4152e44b344b2643969770fccdb6281eac52bf 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    return (('asdcplib', 'bb09615'), ('libdcp', 'f888263'))
+    return (('asdcplib', 'bb09615'), ('libdcp', 'a31aee3'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory