Skip to content

Commit

Permalink
Add GIF parser to FFmpeg build.
Browse files Browse the repository at this point in the history
Fixes #27722.
  • Loading branch information
john-preston committed Apr 9, 2024
1 parent 7f1c319 commit 72770aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Telegram/build/docker/centos_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
3 changes: 2 additions & 1 deletion Telegram/build/prepare/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def runStages():
stage('patches', """
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout 1fef4b342a
git checkout b35735cd14
""")

stage('msys64', """
Expand Down Expand Up @@ -1188,6 +1188,7 @@ def runStages():
--enable-parser=aac \
--enable-parser=aac_latm \
--enable-parser=flac \
--enable-parser=gif \
--enable-parser=h264 \
--enable-parser=hevc \
--enable-parser=mpeg4video \
Expand Down

0 comments on commit 72770aa

Please sign in to comment.