Bump libdcp to 1.8.7. v1.6.7
authorCarl Hetherington <cth@carlh.net>
Sat, 12 Feb 2022 22:14:53 +0000 (23:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 12 Feb 2022 22:14:53 +0000 (23:14 +0100)
cscript

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