Add more codecs to ffmpeg

This commit is contained in:
Max Howell 2024-02-19 11:15:51 -05:00
parent 62b814df99
commit 66cd7e7e79

View file

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