mpd: ffmpeg needs ipv6, so add proper dependencies

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2011-09-30 10:15:27 +02:00
parent 8511728696
commit b2a6615b11

View File

@ -60,6 +60,7 @@ config BR2_PACKAGE_MPD_FFMPEG
bool "ffmpeg"
select BR2_PACKAGE_FFMPEG
depends on BR2_LARGEFILE
depends on BR2_INET_IPV6
help
Enable ffmpeg input support.
Select this if you want to play back files supported by ffmpeg.