diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | cscript | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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. @@ -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): |
