ffmpeg: update dependencies

This commit is contained in:
Muhammad Herdiansyah 2019-07-24 06:52:04 +00:00
parent 035312bc47
commit 84b60468a2
2 changed files with 25 additions and 1 deletions

View File

@ -5,7 +5,23 @@ patch -p1 < replace-pr-2.patch
./configure \
--prefix=/usr \
--disable-debug
--disable-debug \
--enable-gpl \
--enable-version3 \
--enable-libaom \
--enable-libass \
--enable-libmp3lame \
--enable-libopus \
--enable-libvorbis \
--enable-libtheora \
--enable-libwavpack \
--enable-libvpx \
--enable-libx264 \
--enable-libx265 \
--enable-libxvid \
--enable-libwebp \
--enable-openssl \
--enable-libdrm
make
make DESTDIR="$1" install

View File

@ -2,3 +2,11 @@ pkgconf make
perl make
yasm make
alsa-lib
lame
libass
libogg
libtheora
libvorbis
libwebp
opus
wavpack