nv-codec-headers: workaround for only_for_archs/noarch

Not sure if this is right. It builds, probably with not required
architecture dependency. How do you really solve this issue?

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-02-16 00:54:24 +01:00
parent bcf9272650
commit 7b7d91c8ef
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

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