mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/ffmpeg: fix
This commit is contained in:
parent
95f899dc02
commit
825af6149a
1 changed files with 1 additions and 2 deletions
|
@ -10,6 +10,7 @@
|
|||
# - remove depends on aom, remove --enable-libaom
|
||||
# - remove depends on intel-media-sdk, remove --enable-libmfx
|
||||
# - remove depends on vmaf, remove --enable-vmaf
|
||||
# - remove depends on rav1e, remove --enable-librav1e
|
||||
|
||||
pkgname=ffmpeg
|
||||
pkgver=4.3.1
|
||||
|
@ -39,7 +40,6 @@ depends=(
|
|||
libmodplug
|
||||
libomxil-bellagio
|
||||
libpulse
|
||||
librav1e.so
|
||||
libraw1394
|
||||
libsoxr
|
||||
libssh
|
||||
|
@ -145,7 +145,6 @@ build() {
|
|||
--enable-libopenjpeg \
|
||||
--enable-libopus \
|
||||
--enable-libpulse \
|
||||
--enable-librav1e \
|
||||
--enable-libsoxr \
|
||||
--enable-libspeex \
|
||||
--enable-libsrt \
|
||||
|
|
Loading…
Reference in a new issue