X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=7d1d6a2ffff5f36eef6bdbe9aac6a054f16a32c7;hb=f6bfc9afb879b0aac905036a80521a98a72b0dbc;hp=dde5923a9188a3618d82862cc6d061810733937c;hpb=bdd5a483669d518f1024aaecae0f0a55828d2cb6;p=dcpomatic.git diff --git a/cscript b/cscript index dde5923a9..7d1d6a2ff 100644 --- a/cscript +++ b/cscript @@ -278,9 +278,9 @@ def dependencies(target): else: ffmpeg_options = {} - return (('ffmpeg-cdist', '938d9af', ffmpeg_options), - ('libdcp', '689d563'), - ('libsub', '1765912')) + return (('ffmpeg-cdist', '0e31e4b', ffmpeg_options), + ('libdcp', '3afe04f'), + ('libsub', '48e1315')) def configure_options(target): opt = '' @@ -289,7 +289,7 @@ def configure_options(target): if target.platform == 'windows': opt += ' --target-windows' elif target.platform == 'linux': - opt += ' --static-dcpomatic --static-openjpeg --static-wxwidgets --static-ffmpeg --static-dcp --static-sub --static-cxml' + opt += ' --static-dcpomatic --static-wxwidgets --static-ffmpeg --static-dcp --static-sub --static-cxml' if target.distro == 'centos': opt += ' --static-xmlsec --static-ssh --disable-tests' if target.version == '6.5':