diff options
-rw-r--r-- | package/mplayer/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/mplayer/Config.in b/package/mplayer/Config.in index 76bb6f077c..8474b0ec48 100644 --- a/package/mplayer/Config.in +++ b/package/mplayer/Config.in @@ -6,6 +6,9 @@ config BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS || BR2_m68k || BR2_microblaze || BR2_nios2) # Broken support for <ARMv5 depends on !BR2_ARM_CPU_ARMV4 + # configure script barfs on the -Wl,-elf2flt we add in the toolchain + # wrapper, so just disable completely for FLAT + depends on !BR2_BINFMT_FLAT config BR2_PACKAGE_MPLAYER bool "mplayer" |