Skip to content

Commit

Permalink
mpd: fix compilation without AUDIO_SUPPORT
Browse files Browse the repository at this point in the history
Fixes openwrt#10541

Signed-off-by: Andre Heider <[email protected]>
  • Loading branch information
dhewg committed Nov 14, 2019
1 parent 94e0c78 commit 556ba18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/mpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ MESON_ARGS += \
-Dwave_encoder=true \
-Dlibsamplerate=disabled \
-Dsoxr=disabled \
-Dalsa=$(if CONFIG_AUDIO_SUPPORT,enabled,disabled) \
-Dalsa=$(if $(CONFIG_AUDIO_SUPPORT),enabled,disabled) \
-Dao=disabled \
-Dhttpd=true \
-Djack=disabled \
Expand Down

0 comments on commit 556ba18

Please sign in to comment.