Loading package/mpd/Config.in +7 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,13 @@ config BR2_PACKAGE_MPD_LIBSAMPLERATE Enable libsamplerate input support. Select this for software sample rate conversion. config BR2_PACKAGE_MPD_LIBSOXR bool "libsoxr" select BR2_PACKAGE_LIBSOXR help Enable libsoxr resampler support. The SoX Resampler library performs software sample-rate conversion. comment "Decoder plugins" config BR2_PACKAGE_MPD_AUDIOFILE Loading package/mpd/mpd.mk +7 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,13 @@ else MPD_CONF_OPTS += --disable-sndfile endif ifeq ($(BR2_PACKAGE_MPD_LIBSOXR),y) MPD_DEPENDENCIES += libsoxr MPD_CONF_OPTS += --enable-soxr else MPD_CONF_OPTS += --disable-soxr endif ifeq ($(BR2_PACKAGE_MPD_MAD),y) MPD_DEPENDENCIES += libid3tag libmad MPD_CONF_OPTS += --enable-mad Loading Loading
package/mpd/Config.in +7 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,13 @@ config BR2_PACKAGE_MPD_LIBSAMPLERATE Enable libsamplerate input support. Select this for software sample rate conversion. config BR2_PACKAGE_MPD_LIBSOXR bool "libsoxr" select BR2_PACKAGE_LIBSOXR help Enable libsoxr resampler support. The SoX Resampler library performs software sample-rate conversion. comment "Decoder plugins" config BR2_PACKAGE_MPD_AUDIOFILE Loading
package/mpd/mpd.mk +7 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,13 @@ else MPD_CONF_OPTS += --disable-sndfile endif ifeq ($(BR2_PACKAGE_MPD_LIBSOXR),y) MPD_DEPENDENCIES += libsoxr MPD_CONF_OPTS += --enable-soxr else MPD_CONF_OPTS += --disable-soxr endif ifeq ($(BR2_PACKAGE_MPD_MAD),y) MPD_DEPENDENCIES += libid3tag libmad MPD_CONF_OPTS += --enable-mad Loading