package/libvpl: not supported on mips64
Although adding " || defined(__mips__)" here: https://github.com/intel/libvpl/blob/main/api/vpl/mfxdefs.h#L71 would fix the problem, libvpl alone makes no sense and the only dependee, intel-vpl-gpu-rt, is unsupported on mips anyway. Fixes: http://autobuild.buildroot.net/results/50d/50d64ab2d547c70b39e2421ee2763d8309873125/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
parent
4c9b13b8dd
commit
014a8201c8
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_LIBVPL_ARCH_SUPPORTS
|
||||
bool
|
||||
default y if BR2_ARCH_IS_64
|
||||
default y if BR2_ARCH_IS_64 && !BR2_mips64 && !BR2_mips64el
|
||||
default y if BR2_arm
|
||||
|
||||
config BR2_PACKAGE_LIBVPL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user