mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
package/squeezelite: add optional lirc-tools dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
791ea4513c
commit
a53b5bfdc0
@ -27,6 +27,14 @@ config BR2_PACKAGE_SQUEEZELITE_FFMPEG
|
|||||||
config BR2_PACKAGE_SQUEEZELITE_DSD
|
config BR2_PACKAGE_SQUEEZELITE_DSD
|
||||||
bool "Enable DSD decoding"
|
bool "Enable DSD decoding"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_SQUEEZELITE_LIRC
|
||||||
|
bool "Enable lirc support"
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
select BR2_PACKAGE_LIRC_TOOLS
|
||||||
|
|
||||||
|
comment "lirc support needs a toolchain with C++"
|
||||||
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
|
||||||
config BR2_PACKAGE_SQUEEZELITE_RESAMPLE
|
config BR2_PACKAGE_SQUEEZELITE_RESAMPLE
|
||||||
bool "Enable resampling support"
|
bool "Enable resampling support"
|
||||||
select BR2_PACKAGE_LIBSOXR
|
select BR2_PACKAGE_LIBSOXR
|
||||||
|
@ -20,6 +20,11 @@ ifeq ($(BR2_PACKAGE_SQUEEZELITE_DSD),y)
|
|||||||
SQUEEZELITE_MAKE_OPTS += -DDSD
|
SQUEEZELITE_MAKE_OPTS += -DDSD
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_SQUEEZELITE_LIRC),y)
|
||||||
|
SQUEEZELITE_DEPENDENCIES += lirc-tools
|
||||||
|
SQUEEZELITE_MAKE_OPTS += -DIR
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_SQUEEZELITE_RESAMPLE),y)
|
ifeq ($(BR2_PACKAGE_SQUEEZELITE_RESAMPLE),y)
|
||||||
SQUEEZELITE_DEPENDENCIES += libsoxr
|
SQUEEZELITE_DEPENDENCIES += libsoxr
|
||||||
SQUEEZELITE_MAKE_OPTS += -DRESAMPLE
|
SQUEEZELITE_MAKE_OPTS += -DRESAMPLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user