Skip to content

Commit

Permalink
Merge pull request #386 from wader/bump-ffmpeg-6.1.1
Browse files Browse the repository at this point in the history
Update ffmpeg to 6.1.1 from 6.1
  • Loading branch information
wader authored Dec 31, 2023
2 parents 09e7150 + 7ac87cb commit 9ce2f68
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 @@ -753,9 +753,9 @@ RUN \
# bump: ffmpeg after ./hashupdate Dockerfile FFMPEG $LATEST
# bump: ffmpeg link "Changelog" https://github.com/FFmpeg/FFmpeg/blob/n$LATEST/Changelog
# bump: ffmpeg link "Source diff $CURRENT..$LATEST" https://github.com/FFmpeg/FFmpeg/compare/n$CURRENT..n$LATEST
ARG FFMPEG_VERSION=6.1
ARG FFMPEG_VERSION=6.1.1
ARG FFMPEG_URL="https://ffmpeg.org/releases/ffmpeg-$FFMPEG_VERSION.tar.bz2"
ARG FFMPEG_SHA256=eb7da3de7dd3ce48a9946ab447a7346bd11a3a85e6efb8f2c2ce637e7f547611
ARG FFMPEG_SHA256=5e3133939a61ef64ac9b47ffd29a5ea6e337a4023ef0ad972094b4da844e3a20
ARG ENABLE_FDKAAC=
# sed changes --toolchain=hardened -pie to -static-pie
# extra ldflags stack-size=2097152 is to increase default stack size from 128KB (musl default) to something
Expand Down

0 comments on commit 9ce2f68

Please sign in to comment.