diff options
Diffstat (limited to 'bs/deps-input.mk')
-rw-r--r-- | bs/deps-input.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bs/deps-input.mk b/bs/deps-input.mk index b9f13b471..c45a788b6 100644 --- a/bs/deps-input.mk +++ b/bs/deps-input.mk @@ -41,5 +41,6 @@ ifeq ($(HAVE_OGGVORBIS),1) endif endif - - +ifeq ($(HAVE_WAVPACK),1) + mpd_LDFLAGS += -lwavpack +endif |