Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Wed, 23 Sep 2020 18:15:57 +0000 (20:15 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 23 Sep 2020 18:15:57 +0000 (20:15 +0200)
cscript

diff --git a/cscript b/cscript
index f16d173c3e5542bcf109730623318fc47cc0e76e..d83f0b3a4bdd411232c19a815cd957fe9ac53c8f 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    libdcp =  ('libdcp', 'e40f5c5', { 'force-cpp11': options['force-cpp11'] })
+    libdcp =  ('libdcp', '206e521', { 'force-cpp11': options['force-cpp11'] })
     libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] })
     return (('asdcplib', 'carl'), libcxml, libdcp)