package/libplayer: switch to BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 4 Jun 2016 13:16:40 +0000 (15:16 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 6 Jun 2016 22:08:36 +0000 (00:08 +0200)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libplayer/Config.in

index aa599ae55c85e1f330fef2d4597f31288b0efdb0..665b947d4b309e13ac7a1019b83ff43c9ae2c8a6 100644 (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