X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=c25a68e59d527440f11c8805e3aef317c68bc55c;hb=03dd6e03f5ee261b9c1ed9328ad2762ef3b62057;hp=5ee709adf463f879f3957aaab4cfcd245f05cac0;hpb=dccce3e7f5c88588607ec3b8c1df934d30e86a1a;p=dcpomatic.git diff --git a/cscript b/cscript index 5ee709adf..c25a68e59 100644 --- a/cscript +++ b/cscript @@ -278,9 +278,9 @@ def dependencies(target): else: ffmpeg_options = {} - return (('ffmpeg-cdist', '938d9af', ffmpeg_options), - ('libdcp', '960fa45'), - ('libsub', '8b82c40')) + return (('ffmpeg-cdist', 'b559555', ffmpeg_options), + ('libdcp', '2a4eb72'), + ('libsub', '4e6d9c9')) 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':