Bump libdcp. v1.6.20
authorCarl Hetherington <cth@carlh.net>
Thu, 12 May 2022 06:21:28 +0000 (08:21 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 12 May 2022 06:21:28 +0000 (08:21 +0200)
cscript

diff --git a/cscript b/cscript
index 7850a881b904a0068811030b064882a084b6c410..f08e641c83b4320e519d6c0a30c8bbf9ef9d0def 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', '872000f46a36849433219c0a20b11262f9f9a031'))
+    return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', 'v1.8.19'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory