Merge pull request #10548 from dhewg/pull/mpd

mpd: fix compilation without AUDIO_SUPPORT
This commit is contained in:
Rosen Penev
2019-11-14 10:00:45 -08:00
committed by GitHub
+1 -1
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 \