Bump libdcp for new openjpeg.
authorCarl Hetherington <cth@carlh.net>
Sat, 2 Sep 2017 10:42:18 +0000 (11:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 2 Sep 2017 10:42:18 +0000 (11:42 +0100)
ChangeLog
cscript

index fcab19d3d1542da9044e64707e284deb5ff61aad..0f9dec7b548f63dab3d7b63c7d412decc3ef2502 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-09-02  Carl Hetherington  <cth@carlh.net>
+
+       * Build with a version of libopenjpeg derived from 2.2.0.
+
 2017-09-01  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.11.22 released.
diff --git a/cscript b/cscript
index 897a484662ce047b4e333db70ba5d37c091fd3c6..7a7fd79e8a32f1a5993ea8db9c7662e41a6c376d 100644 (file)
--- a/cscript
+++ b/cscript
@@ -292,8 +292,8 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', '5fce90f', ffmpeg_options),
-            ('libdcp', '047d8ff'),
-            ('libsub', '678962c'),
+            ('libdcp', '7e67afe'),
+            ('libsub', '0b9ef38'),
             ('rtaudio-cdist', None))
 
 def configure_options(target):