Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Wed, 14 Apr 2021 14:31:08 +0000 (16:31 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 14 Apr 2021 14:31:08 +0000 (16:31 +0200)
cscript

diff --git a/cscript b/cscript
index 35f3b01559b3947906ba0e8552911c9b278c2c37..c8ea2221bec6e568230f4d4dedfc41f0950bf9d9 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', '274dd30'))
+    return (('asdcplib', 'bb09615'), ('libdcp', '098007a'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory