Browse Source

mpd: fix compilation without AUDIO_SUPPORT

Fixes #10541

Signed-off-by: Andre Heider <a.heider@gmail.com>
lilik-openwrt-22.03
Andre Heider 5 years ago
parent
commit
556ba181cc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sound/mpd/Makefile

+ 1
- 1
sound/mpd/Makefile View File

@ -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 \


Loading…
Cancel
Save