mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
Add more codecs to ffmpeg
This commit is contained in:
parent
62b814df99
commit
66cd7e7e79
1 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,9 @@ dependencies:
|
||||||
libsdl.org: ^2
|
libsdl.org: ^2
|
||||||
freetype.org: ^2
|
freetype.org: ^2
|
||||||
harfbuzz.org: ^8
|
harfbuzz.org: ^8
|
||||||
|
videolan.org/x264: ^0.164
|
||||||
|
videolan.org/x265: ^3.2.1
|
||||||
|
webmproject.org/libvpx: ^1.14
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -38,6 +41,10 @@ build:
|
||||||
- --enable-libharfbuzz
|
- --enable-libharfbuzz
|
||||||
- --enable-libmp3lame
|
- --enable-libmp3lame
|
||||||
- --enable-shared
|
- --enable-shared
|
||||||
|
- --enable-libx264
|
||||||
|
- --enable-gpl # required for x264
|
||||||
|
- --enable-libx265
|
||||||
|
- --enable-libvpx
|
||||||
|
|
||||||
test:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue