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