X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=83970c6b6e1c099ef1f2fc51e3b6f0a37453ea14;hb=123854f87845e030f7b72c7edddb6b5e48242d41;hp=1a491d27555e306ea60f150c10ffcf37dd90ec62;hpb=012df6081df5ff8862975797dc1357b9b5d49558;p=dcpomatic.git diff --git a/cscript b/cscript index 1a491d275..83970c6b6 100644 --- a/cscript +++ b/cscript @@ -338,14 +338,14 @@ def dependencies(target): if target.platform == 'windows' and target.version == 'xp': deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)] elif target.platform != 'linux' or target.distro != 'arch': - deps = [('ffmpeg-cdist', 'c1224ee', ffmpeg_options)] + deps = [('ffmpeg-cdist', 'a820b44', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '27e1378')) - deps.append(('libsub', '2728525')) - deps.append(('rtaudio-cdist', 'b1f0f02')) + deps.append(('libdcp', 'c763ce1')) + deps.append(('libsub', '0e41143')) + deps.append(('rtaudio-cdist', 'aad62d7')) return deps