X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cscript;h=08cbff2e0d2ce7f922bf08bd447dfa198cfe60a0;hb=476f2d8ef266d67e817c934abc86d0771dfe7778;hp=72af64085c86b901273ea812b11a776ae98e31b5;hpb=b38cf7fd9b9d37c14dc3b8502b03be3b50dd3ab9;p=dcpomatic.git diff --git a/cscript b/cscript index 72af64085..08cbff2e0 100644 --- a/cscript +++ b/cscript @@ -2,19 +2,20 @@ # # Copyright (C) 2012-2016 Carl Hetherington # -# This program is free software; you can redistribute it and/or modify +# This file is part of DCP-o-matic. +# +# DCP-o-matic is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, +# DCP-o-matic is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with DCP-o-matic. If not, see . # from __future__ import print_function @@ -235,9 +236,9 @@ def dependencies(target): else: ffmpeg_options = {} - return (('ffmpeg-cdist', 'cd922b8', ffmpeg_options), - ('libdcp', 'f028e8a'), - ('libsub', '3d8c3bc')) + return (('ffmpeg-cdist', 'aab2fb1', ffmpeg_options), + ('libdcp', '8edc24f'), + ('libsub', 'fcc0539')) def configure_options(target): opt = ''