extra/ffmpeg: fix

This commit is contained in:
Kevin Mihelich 2018-05-13 16:43:17 +00:00
parent 4a5f627332
commit 28e86f7cb6

View file

@ -7,6 +7,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - use -fPIC in host cflags for armv7 to fix print_options.c compile
# - remove makedepends on ffnvcodec-headers, remove --enable-nvenc
pkgname=ffmpeg
pkgver=4.0
@ -25,7 +26,7 @@ depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so'
'libvpx.so' 'libx264.so' 'libx265.so' 'libxvidcore.so')
makedepends=('ffnvcodec-headers' 'ladspa' 'yasm')
makedepends=('ladspa' 'yasm')
optdepends=('ladspa: LADSPA filters')
provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
@ -79,7 +80,6 @@ build() {
--enable-libxcb \
--enable-libxml2 \
--enable-libxvid \
--enable-nvenc \
--enable-omx \
--enable-shared \
--enable-version3 \