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-shared \
--enable-gpl \ --enable-gpl \
--enable-version3 \ --enable-version3 \
--enable-nonfree \
--enable-openssl \
--enable-libass \ --enable-libass \
--enable-libmp3lame \ --enable-libmp3lame \
--enable-libopus \ --enable-libopus \
--enable-libvorbis \ --enable-libvorbis \
--enable-libtheora \
--enable-libvpx \ --enable-libvpx \
--enable-libx264 \ --enable-libx264 \
--enable-libx265 \ --enable-libx265 \

View File

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