Loading package/mpd/Config.in +6 −0 Original line number Diff line number Diff line Loading @@ -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 Loading package/mpd/mpd.mk +6 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
package/mpd/Config.in +6 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
package/mpd/mpd.mk +6 −0 Original line number Diff line number Diff line Loading @@ -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 Loading