From e7fff8df708b88ed7c49c577b02f315617f6da1c Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Mon, 8 Jan 2024 21:31:17 +0100 Subject: [PATCH] Update ffmpeg docker Signed-off-by: Fabrice Desclaux --- build/Dockerfile-windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile-windows b/build/Dockerfile-windows index a9933d4..ff77b61 100644 --- a/build/Dockerfile-windows +++ b/build/Dockerfile-windows @@ -55,7 +55,7 @@ RUN set -eux; \ rsync \ curl ; \ cd /tmp ; \ - curl -L -o /tmp/ffmpeg.zip https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.0-latest-win64-gpl-shared-6.0.zip ; \ + curl -L -o /tmp/ffmpeg.zip https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n4.4-latest-win64-gpl-shared-4.4.zip ; \ unzip /tmp/ffmpeg.zip ; cd /tmp/ffmpeg*/bin/ ; \ for lib in *.dll ; do echo ${lib} ; \ cp $lib /usr/x86_64-w64-mingw32/lib/${lib} ; \