Browse Source
Merge pull request #10548 from dhewg/pull/mpd
mpd: fix compilation without AUDIO_SUPPORT
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
sound/mpd/Makefile
|
|
@ -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 \
|
|
|
|