libmfx dependency changings

Switched libmfx dependency from libmfx-git to libmfx (stable release).
Moved it to makedepends (static library).
This commit is contained in:
Daniel Bermond
2017-06-24 14:18:00 -03:00
parent dfd8c537dc
commit e033168cdb
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -4,7 +4,7 @@
pkgname=ffmpeg-full
_srcname=ffmpeg
pkgver=3.3.2
pkgrel=5
pkgrel=6
pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)'
arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/'
@@ -23,7 +23,7 @@ depends=(
'sdl2' 'libx11' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm' 'libvdpau'
# AUR:
'chromaprint-fftw' 'libbs2b' 'flite1' 'libilbc' 'kvazaar' 'nut-multimedia-git'
'openh264' 'libopenmpt-svn' 'shine' 'vo-amrwbenc' 'xavs' 'libmfx-git'
'openh264' 'libopenmpt-svn' 'shine' 'vo-amrwbenc' 'xavs'
)
depends_x86_64=('cuda')
optdepends_x86_64=(
@@ -34,7 +34,7 @@ makedepends=(
# official repositories:
'yasm' 'opencl-headers'
# AUR:
'blackmagic-decklink-sdk'
'blackmagic-decklink-sdk' 'libmfx'
)
provides=(
'ffmpeg' 'ffmpeg-full-nvenc' 'ffmpeg-nvenc' 'ffmpeg-libfdk_aac' 'ffmpeg-decklink'