package/gst1-plugins-bayer2rgb-neon: enable for BR2_aarch64

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Sébastien Szymanski 2021-09-08 16:55:26 +02:00 committed by Yann E. MORIN
parent bcfc5df394
commit 6c5d4a3ba2

View File

@ -1,6 +1,6 @@
menuconfig BR2_PACKAGE_GST1_PLUGINS_BAYER2RGB_NEON
bool "gst1-plugins-bayer2rgb-neon"
depends on BR2_arm && BR2_ARM_CPU_HAS_NEON # bayer2rgb-neon
depends on (BR2_arm && BR2_ARM_CPU_HAS_NEON) || BR2_aarch64 # bayer2rgb-neon
depends on !BR2_STATIC_LIBS # bayer2rgb-neon
depends on BR2_INSTALL_LIBSTDCPP # bayer2rgb-neon
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # bayer2rgb-neon