X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=c818229b508825242cf4ad314c57657b51ddfb9f;hb=438aa086ba4c0be8f464ac903d23bcd0efff786b;hp=ea005f40fe927cb6b4d056500b2509770f244100;hpb=ae48994e61b6a3da4a9a258dbdf728ae6efdfe58;p=dcpomatic.git diff --git a/cscript b/cscript index ea005f40f..c818229b5 100644 --- a/cscript +++ b/cscript @@ -1,6 +1,6 @@ # -*- mode: python -*- # -# Copyright (C) 2012-2017 Carl Hetherington +# Copyright (C) 2012-2018 Carl Hetherington # # This file is part of DCP-o-matic. # @@ -310,9 +310,9 @@ def dependencies(target): else: ffmpeg_options = {} - return (('ffmpeg-cdist', '5fce90f', ffmpeg_options), - ('libdcp', 'v1.5.3'), - ('libsub', 'v1.3.3'), + return (('ffmpeg-cdist', 'a92889b', ffmpeg_options), + ('libdcp', 'v1.5.5'), + ('libsub', 'v1.3.5'), ('rtaudio-cdist', '739969e')) def configure_options(target):