7bf659ab11
[Peter: license is GPLv2, fix license file, drop unneeded standard include] Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
22 lines
677 B
Plaintext
22 lines
677 B
Plaintext
config BR2_PACKAGE_MINIDLNA
|
|
bool "minidlna"
|
|
depends on BR2_LARGEFILE # ffmpeg
|
|
depends on BR2_INET_IPV6 # ffmpeg
|
|
depends on BR2_USE_MMU # fork
|
|
select BR2_PACKAGE_FFMPEG
|
|
select BR2_PACKAGE_FLAC
|
|
select BR2_PACKAGE_LIBVORBIS # selects libogg
|
|
select BR2_PACKAGE_LIBOGG
|
|
select BR2_PACKAGE_LIBID3TAG # selects zlib
|
|
select BR2_PACKAGE_LIBEXIF
|
|
select BR2_PACKAGE_LIBJPEG
|
|
select BR2_PACKAGE_SQLITE
|
|
help
|
|
MiniDLNA (aka ReadyDLNA) is server software with the aim of being
|
|
fully compliant with DLNA/UPnP-AV clients.
|
|
|
|
http://minidlna.sourceforge.net/
|
|
|
|
comment "minidlna requires a toolchain with LARGEFILE and IPV6 support"
|
|
depends on !(BR2_LARGEFILE && BR2_INET_IPV6)
|