Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Sat, 12 Jun 2021 18:53:03 +0000 (20:53 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 12 Jun 2021 18:53:03 +0000 (20:53 +0200)
cscript

diff --git a/cscript b/cscript
index 05bfe2e015b265e0801049d3ab1ac20fce86a50a..f21e8fea52844b395eb8c646fb290f518fc23e3f 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', 'a5bd2e9'))
+    return (('asdcplib', 'bb09615'), ('libdcp', '50346ba'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory