Bump libdcp for ReelMXF API change.
authorCarl Hetherington <cth@carlh.net>
Tue, 26 Jan 2021 21:15:20 +0000 (22:15 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 26 Jan 2021 21:15:20 +0000 (22:15 +0100)
cscript

diff --git a/cscript b/cscript
index efa5fd2c56ba4d85c299111d842ecd9d803b3ff1..92f36c6adba29221303157d9f31eb5de3429e1ce 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', 'ac98ff1'))
+    return (('asdcplib', 'bb09615'), ('libdcp', 'f888263'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory