mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/ffmpeg: fix
This commit is contained in:
parent
4a5f627332
commit
28e86f7cb6
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue