Bump libdcp. v1.6.15
authorCarl Hetherington <cth@carlh.net>
Wed, 20 Apr 2022 19:14:47 +0000 (21:14 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 20 Apr 2022 19:14:47 +0000 (21:14 +0200)
cscript

diff --git a/cscript b/cscript
index 17c2006f09eaa1058eaa36479f8a98bed13527d0..949b0533b9d2e5122a1072fd3523ef88034d8956 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    return (('asdcplib', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'v1.8.13'))
+    return (('asdcplib', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'v1.8.14'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory