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