Bump libdcp for warnings fix.
authorCarl Hetherington <cth@carlh.net>
Tue, 20 Oct 2020 20:17:20 +0000 (22:17 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 20 Oct 2020 20:17:20 +0000 (22:17 +0200)
cscript

diff --git a/cscript b/cscript
index e616f7248ed52c362277aad24c2c52d7490fe2b0..4bea7f66237249d17291dc3127f58746b0fd7432 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    libdcp =  ('libdcp', 'b4e1d9f', { 'force-cpp11': options['force-cpp11'] })
+    libdcp =  ('libdcp', '86a80bc', { 'force-cpp11': options['force-cpp11'] })
     libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] })
     return (('asdcplib', 'carl'), libcxml, libdcp)