summaryrefslogtreecommitdiffstats
path: root/package/multimedia/ffmpeg/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/multimedia/ffmpeg/Config.in')
-rw-r--r--package/multimedia/ffmpeg/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/multimedia/ffmpeg/Config.in b/package/multimedia/ffmpeg/Config.in
index 2f9499101..7a9513c09 100644
--- a/package/multimedia/ffmpeg/Config.in
+++ b/package/multimedia/ffmpeg/Config.in
@@ -1,9 +1,10 @@
-comment "ffmpeg requires a toolchain with LARGEFILE support"
- depends on !BR2_LARGEFILE
+comment "ffmpeg requires a toolchain with LARGEFILE and IPV6 support"
+ depends on !(BR2_LARGEFILE && BR2_INET_IPV6)
menuconfig BR2_PACKAGE_FFMPEG
bool "ffmpeg"
depends on BR2_LARGEFILE
+ depends on BR2_INET_IPV6
help
FFmpeg is a complete, cross-platform solution to record, convert
and stream audio and video.