mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
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>
This commit is contained in:
parent
e2ed6c8e77
commit
887d210986
@ -64,8 +64,8 @@ config BR2_PACKAGE_MPD_FFMPEG
|
|||||||
Enable ffmpeg input support.
|
Enable ffmpeg input support.
|
||||||
Select this if you want to play back files supported by ffmpeg.
|
Select this if you want to play back files supported by ffmpeg.
|
||||||
|
|
||||||
comment "ffmpeg support requires a toolchain with LARGEFILE support"
|
comment "ffmpeg support requires a toolchain with LARGEFILE and IPV6 support"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !(BR2_LARGEFILE && BR2_INET_IPV6)
|
||||||
|
|
||||||
config BR2_PACKAGE_MPD_LAME
|
config BR2_PACKAGE_MPD_LAME
|
||||||
bool "lame"
|
bool "lame"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
MPD_VERSION = 0.16.1
|
MPD_VERSION = 0.16.2
|
||||||
MPD_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/musicpd
|
MPD_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/musicpd
|
||||||
MPD_DEPENDENCIES = host-pkg-config libglib2
|
MPD_DEPENDENCIES = host-pkg-config libglib2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user