diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-28 22:07:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-28 22:07:41 +0100 |
| commit | a24da27f3ea336322d90d0a13bc61de44563483b (patch) | |
| tree | f44df87deb4c24a8a7a8dda964050b4b097230dd /cscript | |
| parent | 5d2a839bf3018c63e781fd4a8661609f17039c7f (diff) | |
Bump libdcp for DCPReadError fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ # -*- mode: python -*- # -# Copyright (C) 2012-2017 Carl Hetherington <cth@carlh.net> +# Copyright (C) 2012-2018 Carl Hetherington <cth@carlh.net> # # This file is part of DCP-o-matic. # @@ -311,8 +311,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '5fce90f', ffmpeg_options), - ('libdcp', 'v1.5.3'), - ('libsub', 'v1.3.3'), + ('libdcp', 'v1.5.4'), + ('libsub', 'v1.3.4'), ('rtaudio-cdist', '739969e')) def configure_options(target): |
