Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Tue, 4 Jan 2022 20:55:45 +0000 (20:55 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 4 Jan 2022 20:55:45 +0000 (20:55 +0000)
cscript

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