Skip to content

Commit

Permalink
Test svt-av1 codec
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 25, 2025
1 parent 5083c95 commit f3130df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/macos-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ brew install \
webp \
dav1d \
aom \
rav1e
rav1e \
svt-av1
if [[ "$ImageOS" == "macos13" ]]; then
brew install --ignore-dependencies libraqm
else
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/building-from-source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Many of Pillow's features require external libraries:
instead of installing libavif through Homebrew directly, you can use
Homebrew to install libavif's build dependencies::

brew install aom dav1d rav1e
brew install aom dav1d rav1e svt-av1

Then see ``depends/install_libavif.sh`` to install libavif.

Expand Down

0 comments on commit f3130df

Please sign in to comment.