libvmaf: move vmaf from makedepends to makedepends_x86_64

It seems that vmaf needs x86_64. As a result, i686 builds will
not have libvmaf enabled.

References:
-----------
https://aur.archlinux.org/cgit/aur.git/commit/?h=vmaf&id=bc0e50657db7c6317135d1e59e02a2b5d041aac8
This commit is contained in:
Daniel Bermond
2018-03-06 21:44:54 -03:00
parent f78673d829
commit eabd10e3b2
2 changed files with 10 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-full
pkgdesc = Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)
pkgver = 3.4.2
pkgrel = 2
pkgrel = 3
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
@@ -10,7 +10,6 @@ pkgbase = ffmpeg-full
makedepends = opencl-headers
makedepends = blackmagic-decklink-sdk
makedepends = libmfx
makedepends = vmaf
depends = glibc
depends = alsa-lib
depends = jack
@@ -128,6 +127,7 @@ pkgbase = ffmpeg-full
depends_x86_64 = cuda
depends_x86_64 = nvidia-utils
optdepends_x86_64 = intel-media-sdk: for Intel QSV support (experimental)
makedepends_x86_64 = vmaf
pkgname = ffmpeg-full