Add webp to ffmpeg

This commit is contained in:
Max Howell 2024-03-20 12:12:36 -04:00
parent 0cb59ffa06
commit 950c7f02b7
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -26,6 +26,7 @@ dependencies:
videolan.org/x265: ^3
webmproject.org/libvpx: ^1
opus-codec.org: ^1
google.com/webp: ^1
build:
dependencies:
@ -47,6 +48,7 @@ build:
- --enable-libx265
- --enable-libvpx
- --enable-libopus
- --enable-libwebp
test:
dependencies: