summaryrefslogtreecommitdiffstats
path: root/package/ffmpeg/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/ffmpeg/Config.in')
-rw-r--r--package/ffmpeg/Config.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/package/ffmpeg/Config.in b/package/ffmpeg/Config.in
index a273aead2c..6b7a6e7b1f 100644
--- a/package/ffmpeg/Config.in
+++ b/package/ffmpeg/Config.in
@@ -1,7 +1,11 @@
+config BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
+ bool
+ # fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW on nios2
+ default y if !BR2_nios2
+
menuconfig BR2_PACKAGE_FFMPEG
bool "ffmpeg"
- # fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW on nios2
- depends on !BR2_nios2
+ depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
help
FFmpeg is a complete, cross-platform solution to record, convert
and stream audio and video.
OpenPOWER on IntegriCloud