Skip to content

Commit

Permalink
bundle libsvtav1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSchiff authored and WyattBlue committed Dec 24, 2024
1 parent c7376d2 commit 0e953c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Currently FFmpeg 7.1 is built with the following packages enabled for all platfo
- opencore-amr 0.1.5
- opus 1.4
- speex 1.2.1
- svt-av1 2.2.1
- twolame 0.4.0
- vorbis 1.3.7
- vpx 1.14.0
Expand Down
6 changes: 6 additions & 0 deletions scripts/build-ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@
source_url="https://code.videolan.org/videolan/dav1d/-/archive/1.4.1/dav1d-1.4.1.tar.bz2",
build_system="meson",
),
Package(
name="libsvtav1",
source_url="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v2.2.1/SVT-AV1-v2.2.1.tar.gz",
build_system="cmake",
),
Package(
name="lame",
source_url="http://deb.debian.org/debian/pool/main/l/lame/lame_3.100.orig.tar.gz",
Expand Down Expand Up @@ -323,6 +328,7 @@ def main():
"--enable-libopencore-amrwb",
"--enable-libopus",
"--enable-libspeex",
"--enable-libsvtav1",
"--enable-libtwolame",
"--enable-libvorbis",
"--enable-libvpx",
Expand Down

0 comments on commit 0e953c9

Please sign in to comment.