package/libplayer: switch to BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2016-06-04 15:16:40 +02:00 committed by Thomas Petazzoni
parent 3bc7d72c7a
commit 211b3f8885

View file

@ -11,12 +11,7 @@ config BR2_PACKAGE_LIBPLAYER
if BR2_PACKAGE_LIBPLAYER
config BR2_PACKAGE_LIBPLAYER_MPLAYER
bool "mplayer backend"
# mplayer
depends on !(BR2_bfin || BR2_sh2a || BR2_sh4a || BR2_sh4aeb || \
BR2_microblaze || BR2_aarch64 || BR2_nios2)
# mplayer
# Broken support for <ARMv5
depends on !BR2_ARM_CPU_ARMV4
depends on BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS
select BR2_PACKAGE_MPLAYER
config BR2_PACKAGE_LIBPLAYER_GSTREAMER