summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-09-02 11:42:18 +0100
committerCarl Hetherington <cth@carlh.net>2017-09-02 11:42:18 +0100
commitd505cefb6bca5e24997bb116d863ca7d246505ba (patch)
tree7601ccfcb19bc2023aa94d87a52376a2b6ecdcce
parent48f70dc6475a58197aaa74eab1d29cc0ce47ca7d (diff)
Bump libdcp for new openjpeg.
-rw-r--r--ChangeLog4
-rw-r--r--cscript4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fcab19d3d..0f9dec7b5 100644
--- 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 897a48466..7a7fd79e8 100644
--- 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):