mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
package/mpd: enable support for dsd
Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
1c83e79065
commit
03c929fc47
@ -62,6 +62,12 @@ config BR2_PACKAGE_MPD_AUDIOFILE
|
|||||||
Enable audiofile input/streaming support.
|
Enable audiofile input/streaming support.
|
||||||
Select this if you want to play back WAV files.
|
Select this if you want to play back WAV files.
|
||||||
|
|
||||||
|
config BR2_PACKAGE_MPD_DSD
|
||||||
|
bool "dsd"
|
||||||
|
help
|
||||||
|
Enable Digital Speech Decoder (DSD) support to play audio files encoded
|
||||||
|
in a digital speech format.
|
||||||
|
|
||||||
config BR2_PACKAGE_MPD_FAAD2
|
config BR2_PACKAGE_MPD_FAAD2
|
||||||
bool "faad2"
|
bool "faad2"
|
||||||
select BR2_PACKAGE_FAAD2
|
select BR2_PACKAGE_FAAD2
|
||||||
|
@ -62,6 +62,12 @@ else
|
|||||||
MPD_CONF_OPTS += --disable-curl
|
MPD_CONF_OPTS += --disable-curl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_MPD_DSD),y)
|
||||||
|
MPD_CONF_OPTS += --enable-dsd
|
||||||
|
else
|
||||||
|
MPD_CONF_OPTS += --disable-dsd
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MPD_FAAD2),y)
|
ifeq ($(BR2_PACKAGE_MPD_FAAD2),y)
|
||||||
MPD_DEPENDENCIES += faad2
|
MPD_DEPENDENCIES += faad2
|
||||||
MPD_CONF_OPTS += --enable-aac
|
MPD_CONF_OPTS += --enable-aac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user