mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+ffmpeg+opus
This commit is contained in:
parent
abeb21a81d
commit
ad1ca0c8c4
|
@ -23,8 +23,9 @@ dependencies:
|
|||
freetype.org: ^2
|
||||
harfbuzz.org: ^8
|
||||
videolan.org/x264: ^0.164
|
||||
videolan.org/x265: ^3.2.1
|
||||
webmproject.org/libvpx: ^1.14
|
||||
videolan.org/x265: ^3
|
||||
webmproject.org/libvpx: ^1
|
||||
opus-codec.org: ^1
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
|
@ -45,6 +46,7 @@ build:
|
|||
- --enable-gpl # required for x264
|
||||
- --enable-libx265
|
||||
- --enable-libvpx
|
||||
- --enable-libopus
|
||||
|
||||
test:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue