swaroop: remove unused _film variable.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 1a491d27555e306ea60f150c10ffcf37dd90ec62..f8fc6ed182309574a5e5d6766dd515996dd66b7d 100644 (file)
--- 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(('rtaudio-cdist', 'a227107'))
 
     return deps