Bump libdcp for Atmos fixes.
authorCarl Hetherington <cth@carlh.net>
Fri, 19 Jun 2020 11:41:52 +0000 (13:41 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 19 Jun 2020 11:41:52 +0000 (13:41 +0200)
cscript

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