Upgrade ffmpeg from 5.1.3 to 5.1.4 (#650)

* Upgrade ffmpeg from 5.1.3 to 5.1.4

* Update docs
This commit is contained in:
jeromewu
2023-12-17 12:15:35 +08:00
committed by GitHub
parent 2c8f93b38e
commit 29e523bcff
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ ARG FFMPEG_ST
ARG FFMPEG_MT
ENV INSTALL_DIR=/opt
# We cannot upgrade to n6.0 as ffmpeg bin only supports multithread at the moment.
ENV FFMPEG_VERSION=n5.1.3
ENV FFMPEG_VERSION=n5.1.4
ENV CFLAGS="-I$INSTALL_DIR/include $CFLAGS $EXTRA_CFLAGS"
ENV CXXFLAGS="$CFLAGS"
ENV LDFLAGS="-L$INSTALL_DIR/lib $LDFLAGS $CFLAGS $EXTRA_LDFLAGS"