mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
Add webp to ffmpeg
This commit is contained in:
parent
0cb59ffa06
commit
950c7f02b7
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ dependencies:
|
||||||
videolan.org/x265: ^3
|
videolan.org/x265: ^3
|
||||||
webmproject.org/libvpx: ^1
|
webmproject.org/libvpx: ^1
|
||||||
opus-codec.org: ^1
|
opus-codec.org: ^1
|
||||||
|
google.com/webp: ^1
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -47,6 +48,7 @@ build:
|
||||||
- --enable-libx265
|
- --enable-libx265
|
||||||
- --enable-libvpx
|
- --enable-libvpx
|
||||||
- --enable-libopus
|
- --enable-libopus
|
||||||
|
- --enable-libwebp
|
||||||
|
|
||||||
test:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue