Add GIF parser to FFmpeg build.

Fixes #27722.
This commit is contained in:
John Preston 2024-04-09 11:25:27 +04:00
parent 7f1c319aee
commit 72770aa76d
2 changed files with 3 additions and 1 deletions

View File

@ -591,6 +591,7 @@ RUN git clone -b n6.1.1 --depth=1 {{ GIT }}/FFmpeg/FFmpeg.git \
--enable-parser=aac \
--enable-parser=aac_latm \
--enable-parser=flac \
--enable-parser=gif \
--enable-parser=h264 \
--enable-parser=hevc \
--enable-parser=mpeg4video \

View File

@ -435,7 +435,7 @@ if customRunCommand:
stage('patches', """
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout 1fef4b342a
git checkout b35735cd14
""")
stage('msys64', """
@ -1188,6 +1188,7 @@ depends:yasm/yasm
--enable-parser=aac \
--enable-parser=aac_latm \
--enable-parser=flac \
--enable-parser=gif \
--enable-parser=h264 \
--enable-parser=hevc \
--enable-parser=mpeg4video \