Fix ffmpeg revision that was set wrong in b6deee98.
authorCarl Hetherington <cth@carlh.net>
Sun, 9 Apr 2023 08:28:04 +0000 (10:28 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 9 Apr 2023 08:28:04 +0000 (10:28 +0200)
cscript

diff --git a/cscript b/cscript
index bf46773fa5a178fc0be518d05d5988295db90c50..b76953ee65773e7da6d2c6bbf2afee2772b7dfc4 100644 (file)
--- a/cscript
+++ b/cscript
@@ -472,7 +472,7 @@ def dependencies(target, options):
         ffmpeg_options = {}
 
     if target.platform != 'linux' or target.distro != 'arch':
-        deps = [('ffmpeg', '26d3c81bc5ef2f8c3f09d45eaeacfb4b1139a777', ffmpeg_options)]
+        deps = [('ffmpeg', '2fb5e99b45e92880bd7953cb98c2027a34884c14', ffmpeg_options)]
     else:
         # Use distro-provided FFmpeg on Arch
         deps = []