Bump libdcp. v1.6.6
authorCarl Hetherington <cth@carlh.net>
Mon, 17 Jan 2022 19:03:18 +0000 (20:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 17 Jan 2022 19:03:18 +0000 (20:03 +0100)
cscript

diff --git a/cscript b/cscript
index 5c9e88404856266f377ccacec72feb87c37897a7..c2432bec25bcfaf80893b6c86a84345eef6f3430 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', '81c6fcb'))
+    return (('asdcplib', 'bb09615'), ('libdcp', 'v1.8.6'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory