mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
Add webp to ffmpeg
This commit is contained in:
parent
0cb59ffa06
commit
950c7f02b7
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue