Bump libdcp for metadata changes.
authorCarl Hetherington <cth@carlh.net>
Tue, 16 Jun 2020 23:08:17 +0000 (01:08 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 16 Jun 2020 23:08:17 +0000 (01:08 +0200)
cscript

diff --git a/cscript b/cscript
index 6d68023aca9393779007db09c7627d2aec2a7864..c5617dd252c0b36b25c18a7ae1c610ce9ac38cff 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    libdcp =  ('libdcp', 'a8d652b', { 'force-cpp11': options['force-cpp11'] })
+    libdcp =  ('libdcp', 'cdb664d', { 'force-cpp11': options['force-cpp11'] })
     libcxml = ('libcxml', '2b8b650', { 'force-cpp11': options['force-cpp11'] })
     return (('asdcplib', 'carl'), libcxml, libdcp)