Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
- FFmpeg: n7.0.2-5-g5ff181c025 to n7.1-16-g15035aaec0
  • Loading branch information
pzhlkj6612 committed Nov 5, 2024
1 parent e84444a commit f187d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ RUN mkdir '/SL-plugins' && \

RUN mkdir '/opt/ffmpeg' && \
if [ "$(uname -m)" = 'x86_64' ]; then \
ffmpeg_url='https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2024-08-16-13-46/ffmpeg-n7.0.2-5-g5ff181c025-linux64-gpl-7.0.tar.xz'; \
ffmpeg_url='https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2024-11-05-13-03/ffmpeg-n7.1-16-g15035aaec0-linux64-gpl-7.1.tar.xz'; \
else \
ffmpeg_url='https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2024-08-16-13-46/ffmpeg-n7.0.2-5-g5ff181c025-linuxarm64-gpl-7.0.tar.xz'; \
ffmpeg_url='https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2024-11-05-13-03/ffmpeg-n7.1-16-g15035aaec0-linuxarm64-gpl-7.1.tar.xz'; \
fi && \
curl -L "${ffmpeg_url}" | \
tar -C '/opt/ffmpeg' -f- -x --xz --strip-components=1
Expand Down

0 comments on commit f187d39

Please sign in to comment.