Merge pull request #10548 from dhewg/pull/mpd
mpd: fix compilation without AUDIO_SUPPORT
This commit is contained in:
commit
c6414d33d9
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ MESON_ARGS += \
|
||||||
-Dwave_encoder=true \
|
-Dwave_encoder=true \
|
||||||
-Dlibsamplerate=disabled \
|
-Dlibsamplerate=disabled \
|
||||||
-Dsoxr=disabled \
|
-Dsoxr=disabled \
|
||||||
-Dalsa=$(if CONFIG_AUDIO_SUPPORT,enabled,disabled) \
|
-Dalsa=$(if $(CONFIG_AUDIO_SUPPORT),enabled,disabled) \
|
||||||
-Dao=disabled \
|
-Dao=disabled \
|
||||||
-Dhttpd=true \
|
-Dhttpd=true \
|
||||||
-Djack=disabled \
|
-Djack=disabled \
|
||||||
|
|
Loading…
Reference in a new issue