+ffmpeg+opus

This commit is contained in:
Max Howell 2024-02-19 14:16:53 -05:00
parent abeb21a81d
commit ad1ca0c8c4

View file

@ -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: