X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=c25a68e59d527440f11c8805e3aef317c68bc55c;hb=6e3542ea5621701531b8736496fecde1049ff579;hp=d3b3bbd9075a24282dff90b27ba0f4ae29c3db1b;hpb=de2baccfb235ccf2f160614ea2565d6dfd00ebe0;p=dcpomatic.git diff --git a/cscript b/cscript index d3b3bbd90..c25a68e59 100644 --- a/cscript +++ b/cscript @@ -278,9 +278,9 @@ def dependencies(target): else: ffmpeg_options = {} - return (('ffmpeg-cdist', 'd0986a9', ffmpeg_options), - ('libdcp', 'dc31f6d'), - ('libsub', '8364c00')) + 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':