Skip to content

Commit

Permalink
Update ffmpeg docker
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Desclaux <[email protected]>
  • Loading branch information
serpilliere committed Jan 8, 2024
1 parent 244fddb commit e7fff8d
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-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} ; \
Expand Down

0 comments on commit e7fff8d

Please sign in to comment.