Преглед на файлове

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>
(cherry picked from commit 014a8201c857e81abeca026211e84f9c9353c9ba)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd Kuhls преди 8 месеца
родител
ревизия
b3fad7e105
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      package/libvpl/Config.in

+ 1 - 1
package/libvpl/Config.in

@@ -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