90125a6fcb
libupnp18 is supported since
cc96edeb70
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
616 B
Plaintext
17 lines
616 B
Plaintext
config BR2_PACKAGE_GMRENDER_RESURRECT
|
|
bool "gmrender-resurrect"
|
|
depends on BR2_USE_WCHAR # gstreamer1 -> libglib2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # gstreamer1 -> libglib2, libupnp
|
|
depends on BR2_USE_MMU # gstreamer1
|
|
select BR2_PACKAGE_GSTREAMER1
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE # run-time only
|
|
select BR2_PACKAGE_LIBUPNP18 if !BR2_PACKAGE_LIBUPNP
|
|
help
|
|
UPnP (DLNA) media renderer based on gstreamer
|
|
|
|
https://github.com/hzeller/gmrender-resurrect
|
|
|
|
comment "gmrender-resurrect needs a toolchain w/ wchar, threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|