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:
parent
d460eb23e7
commit
2c9c8c047a
1 changed files with 1 additions and 0 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue