diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-03-01 13:20:00 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-03-06 22:06:58 +0100 |
commit | 1b269dd5524c76e339a4ca966b59854dfec075b0 (patch) | |
tree | 95b62fb6445eaeb20bcef80b4cac56f96bef9e7e /package/multimedia/ffmpeg/Config.in | |
parent | c2bcce4a59f7baa0266300ec35d13fe04500d229 (diff) |
ffmpeg: bump to version 0.6.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/ffmpeg/Config.in')
-rw-r--r-- | package/multimedia/ffmpeg/Config.in | 5 |
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. |