Skip to content

Commit

Permalink
Build FFmpeg with av1 and vp8 on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Mar 23, 2022
1 parent 069413c commit bf3fbd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Telegram/build/prepare/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ def runStages():
""")

stage('nv-codec-headers', """
win:
git clone https://github.com/FFmpeg/nv-codec-headers.git
cd nv-codec-headers
git checkout n11.1.5.1
Expand Down Expand Up @@ -735,6 +736,7 @@ def runStages():
--enable-decoder=aasc \
--enable-decoder=alac \
--enable-decoder=alac_at \
--enable-decoder=av1 \
--enable-decoder=flac \
--enable-decoder=gif \
--enable-decoder=h264 \
Expand Down Expand Up @@ -787,6 +789,7 @@ def runStages():
--enable-decoder=pcm_u32le \
--enable-decoder=pcm_u8 \
--enable-decoder=vorbis \
--enable-decoder=vp8 \
--enable-decoder=wavpack \
--enable-decoder=wmalossless \
--enable-decoder=wmapro \
Expand Down

0 comments on commit bf3fbd4

Please sign in to comment.