package/mpd: enable support for dsd
authorJörg Krause <jkrause@posteo.de>
Thu, 16 Oct 2014 22:29:02 +0000 (00:29 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 27 Oct 2014 21:53:51 +0000 (22:53 +0100)
Signed-off-by: Jörg Krause <jkrause@posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mpd/Config.in
package/mpd/mpd.mk

index 289b197f2467bf8725ea0d709eb0e0e3e2f5dcdd..98ac2b649ffb1009b71a222af9400af81ada32e0 100644 (file)
@@ -62,6 +62,12 @@ config BR2_PACKAGE_MPD_AUDIOFILE
          Enable audiofile input/streaming support.
          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
        bool "faad2"
        select BR2_PACKAGE_FAAD2
index ef89f3d27501c9aeb6f8bb4a65056acbcac41268..4eca183d1aa1232a897258a8ad662d1b5af5d2f2 100644 (file)
@@ -62,6 +62,12 @@ else
 MPD_CONF_OPTS += --disable-curl
 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)
 MPD_DEPENDENCIES += faad2
 MPD_CONF_OPTS += --enable-aac