X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=67a040349ce2d8cbdabb6889ba80c68190dbec76;hb=846c5eac9e495f7b90431b34263227e7ebce06de;hp=dde5923a9188a3618d82862cc6d061810733937c;hpb=bdd5a483669d518f1024aaecae0f0a55828d2cb6;p=dcpomatic.git diff --git a/cscript b/cscript index dde5923a9..67a040349 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', 'e330669'), + ('libsub', '03d9d1e')) 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':