summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index c331d952..2db3725f 100644
--- a/cscript
+++ b/cscript
@@ -48,7 +48,7 @@ def dependencies(target, options):
if target.platform != 'linux' or target.distro != 'arch':
# Use distro-provided FFmpeg on Arch, otherwise our own
- deps.append(('ffmpeg', '0b73d2f5e70a04a67aa902902c42e3025ef3bb77', ffmpeg_options))
+ deps.append(('ffmpeg', '1b3378e5361c73076ce736dfa2c7b40bd6f24380', ffmpeg_options))
return deps