summaryrefslogtreecommitdiff
path: root/package/ffmpeg/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/ffmpeg/Config.in')
-rw-r--r--package/ffmpeg/Config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/ffmpeg/Config.in b/package/ffmpeg/Config.in
index 096ff95c2..3a7bfd312 100644
--- a/package/ffmpeg/Config.in
+++ b/package/ffmpeg/Config.in
@@ -2,7 +2,9 @@ config BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
bool
# fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW on nios2
# ffmpeg's configure script only supports mips64 (r1) variant
- default y if !BR2_nios2 && !BR2_mips_64r2 && !BR2_mips_64r6
+ # No support for ARMv7-M in the ARM assembly logic
+ default y if !BR2_nios2 && !BR2_mips_64r2 && !BR2_mips_64r6 && \
+ !BR2_ARM_CPU_ARMV7M
menuconfig BR2_PACKAGE_FFMPEG
bool "ffmpeg"