2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

ffmpeg: various changes. Enable libressl. Disable libtheora. Add missing dependencies

This commit is contained in:
Dylan Araps 2020-05-05 01:45:47 +03:00
parent ece0b1fbe5
commit 0f8aebf5fd
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 5 additions and 3 deletions

View File

@ -7,11 +7,12 @@
--enable-shared \
--enable-gpl \
--enable-version3 \
--enable-nonfree \
--enable-openssl \
--enable-libass \
--enable-libmp3lame \
--enable-libopus \
--enable-libvorbis \
--enable-libtheora \
--enable-libvpx \
--enable-libx264 \
--enable-libx265 \

View File

@ -2,11 +2,12 @@ alsa-lib
lame
libass
libogg
libtheora
libressl
libvorbis
libvpx
libwebp
nasm make
linux-headers make
nasm make
opus
x264
x265