diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-04-01 15:51:28 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-04-01 21:25:02 +0200 |
commit | 887d210986da45191dcb14647b93fea20b5ddb3e (patch) | |
tree | 1adf0982e547ab9448ec1b35d90043ab7f0ace3f /package/multimedia/mpd/Config.in | |
parent | e2ed6c8e77fb810915a0f45d5f711d678469511f (diff) |
mpd: bump to version 0.16.2 and bugfix
Bump mpd server to version 0.6.12
Also make ffmpeg support conditional on IPv6 since the new ffmpeg
version requires it.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/mpd/Config.in')
-rw-r--r-- | package/multimedia/mpd/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/multimedia/mpd/Config.in b/package/multimedia/mpd/Config.in index b3491f22e..a6ded1337 100644 --- a/package/multimedia/mpd/Config.in +++ b/package/multimedia/mpd/Config.in @@ -64,8 +64,8 @@ config BR2_PACKAGE_MPD_FFMPEG Enable ffmpeg input support. Select this if you want to play back files supported by ffmpeg. -comment "ffmpeg support requires a toolchain with LARGEFILE support" - depends on !BR2_LARGEFILE +comment "ffmpeg support requires a toolchain with LARGEFILE and IPV6 support" + depends on !(BR2_LARGEFILE && BR2_INET_IPV6) config BR2_PACKAGE_MPD_LAME bool "lame" |