nv-codec-headers: make x86 only

These runtime-depend on libcuda and some other stuff which makes
it useless on any other architectures. It would be technically
possible to get it to work on ppc64le and *maybe* 32-bit ARM
(assuming nvidia ships CUDA for it) but that's a lot of extra
work for something we are not prepared for at all.

[ci skip]
This commit is contained in:
q66 2019-02-12 22:45:18 +01:00 committed by Johannes
parent d460eb23e7
commit 2c9c8c047a

View file

@ -4,6 +4,7 @@ version=8.2.15.6
revision=1
noarch=yes
wrksrc="nv-codec-headers-n${version}"
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
build_style=gnu-makefile
short_desc="FFmpeg version of headers required to interface with Nvidias codec APIs"
maintainer="Johannes <johannes.brechtmann@gmail.com>"