build: upgrade ffmpeg to 7.1

This commit is contained in:
Marcin Kurczewski 2025-02-10 23:18:50 +01:00
parent 301fe93315
commit 63ce670d22
9 changed files with 188 additions and 143 deletions

View file

@ -53,7 +53,7 @@ RUN apt-get install -y \
zlib1g-dev
RUN git clone \
--depth 1 \
--branch "n4.4.1" \
--branch "n7.1" \
https://github.com/FFmpeg/FFmpeg
COPY ./tools/ffmpeg_flags.txt /tmp/ffmpeg_flags.txt
RUN cd FFmpeg \

View file

@ -54,7 +54,7 @@ RUN apt-get install -y \
nasm
RUN git clone \
--depth 1 \
--branch "n4.4.1" \
--branch "n7.1" \
https://github.com/FFmpeg/FFmpeg
COPY --from=zlib /ext/ /usr/i686-w64-mingw32/
COPY ./tools/ffmpeg_flags.txt /tmp/ffmpeg_flags.txt
@ -65,6 +65,8 @@ RUN cd FFmpeg \
--cross-prefix=i686-w64-mingw32- \
--prefix=/ext/ \
--cc=i686-w64-mingw32-gcc \
--cxx=i686-w64-mingw32-g++ \
--host-cc=i686-w64-mingw32-gcc \
--strip=i686-w64-mingw32-strip \
--pkg-config=i686-w64-mingw32-pkg-config \
--enable-static \

View file

@ -53,7 +53,7 @@ RUN apt-get install -y \
zlib1g-dev
RUN git clone \
--depth 1 \
--branch "n4.4.1" \
--branch "n7.1" \
https://github.com/FFmpeg/FFmpeg
COPY ./tools/ffmpeg_flags.txt /tmp/ffmpeg_flags.txt
RUN cd FFmpeg \

View file

@ -56,7 +56,7 @@ RUN apt-get install -y \
nasm
RUN git clone \
--depth 1 \
--branch "n4.4.1" \
--branch "n7.1" \
https://github.com/FFmpeg/FFmpeg
COPY --from=zlib /ext/ /usr/i686-w64-mingw32/
COPY ./tools/ffmpeg_flags.txt /tmp/ffmpeg_flags.txt
@ -67,6 +67,8 @@ RUN cd FFmpeg \
--cross-prefix=i686-w64-mingw32- \
--prefix=/ext/ \
--cc=i686-w64-mingw32-gcc \
--cxx=i686-w64-mingw32-g++ \
--host-cc=i686-w64-mingw32-gcc \
--strip=i686-w64-mingw32-strip \
--pkg-config=i686-w64-mingw32-pkg-config \
--enable-static \