Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions sound/snapcast/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,12 @@ define Package/snapserver/config
Adds a dependency on libopus.

config SNAPCAST_SOXR
bool "SOXR resampling support (server)"
bool "SOXR resampling support (server + client)"
default y
help
Adds a dependency on libsoxr.
High-quality SoX resampling, compiled into
both binaries (build-wide -DBUILD_WITH_SOXR).
Adds a dependency on libsoxr to each.

config SNAPCAST_SSL
bool "SSL / TLS support"
Expand Down Expand Up @@ -174,6 +176,7 @@ define Package/snapclient
$(call Package/snapcast/Default)
TITLE+= (client)
DEPENDS+= \
+SNAPCAST_SOXR:libsoxr \
+SNAPCAST_VORBIS:libvorbisidec
endef

Expand Down
Loading