Skip to content

Commit

Permalink
build(windows): fix 404 ffmpeg tarball not found
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremie Spiesser <jeremie.spiesser@qarnot-computing.com>
  • Loading branch information
Jeremie Spiesser committed May 6, 2024
1 parent 314a4f5 commit 4703bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile-windows
Original file line number Diff line number Diff line change
Expand Up @@ -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-n4.4-latest-win64-gpl-shared-4.4.zip ; \
curl -L -o /tmp/ffmpeg.zip https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.1-latest-win64-gpl-shared-6.1.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} ; \
Expand Down

0 comments on commit 4703bc0

Please sign in to comment.