mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 10:31:21 +08:00
mpd-full: enable soxr
Enable soxr resampler library. "internal" resampler is really poor quality and libsamplerate library is too heavy for tiny system. Signed-off-by: Kazuhiro Ito <kzhr@d1.dion.ne.jp>
This commit is contained in:
parent
79f5800631
commit
4935653b4b
@ -48,7 +48,7 @@ define Package/mpd-full
|
|||||||
$(call Package/mpd/Default)
|
$(call Package/mpd/Default)
|
||||||
TITLE+= (full)
|
TITLE+= (full)
|
||||||
DEPENDS+= +AUDIO_SUPPORT:pulseaudio-daemon +libvorbis +libmms +libnpupnp +libshout +yajl \
|
DEPENDS+= +AUDIO_SUPPORT:pulseaudio-daemon +libvorbis +libmms +libnpupnp +libshout +yajl \
|
||||||
+libffmpeg +lame-lib +!BUILD_PATENTED:libmad
|
+libffmpeg +lame-lib +libsoxr +!BUILD_PATENTED:libmad
|
||||||
PROVIDES:=mpd
|
PROVIDES:=mpd
|
||||||
VARIANT:=full
|
VARIANT:=full
|
||||||
endef
|
endef
|
||||||
@ -155,7 +155,6 @@ MESON_ARGS += \
|
|||||||
-Dshine=disabled \
|
-Dshine=disabled \
|
||||||
-Dwave_encoder=true \
|
-Dwave_encoder=true \
|
||||||
-Dlibsamplerate=disabled \
|
-Dlibsamplerate=disabled \
|
||||||
-Dsoxr=disabled \
|
|
||||||
-Dalsa=$(if $(CONFIG_AUDIO_SUPPORT),en,dis)abled \
|
-Dalsa=$(if $(CONFIG_AUDIO_SUPPORT),en,dis)abled \
|
||||||
-Dao=disabled \
|
-Dao=disabled \
|
||||||
-Dhttpd=true \
|
-Dhttpd=true \
|
||||||
@ -192,7 +191,8 @@ ifeq ($(BUILD_VARIANT),full)
|
|||||||
-Dshout=enabled \
|
-Dshout=enabled \
|
||||||
-Dyajl=enabled \
|
-Dyajl=enabled \
|
||||||
-Dvorbisenc=enabled \
|
-Dvorbisenc=enabled \
|
||||||
-Dlame=enabled
|
-Dlame=enabled \
|
||||||
|
-Dsoxr=enabled
|
||||||
|
|
||||||
ifeq ($(CONFIG_AUDIO_SUPPORT),y)
|
ifeq ($(CONFIG_AUDIO_SUPPORT),y)
|
||||||
TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib/pulseaudio
|
TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib/pulseaudio
|
||||||
@ -215,7 +215,8 @@ ifeq ($(BUILD_VARIANT),mini)
|
|||||||
-Dpulse=disabled \
|
-Dpulse=disabled \
|
||||||
-Drecorder=false \
|
-Drecorder=false \
|
||||||
-Dshout=disabled \
|
-Dshout=disabled \
|
||||||
-Dyajl=disabled
|
-Dyajl=disabled \
|
||||||
|
-Dsoxr=disabled
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/mpd/install
|
define Package/mpd/install
|
||||||
|
Loading…
Reference in New Issue
Block a user