Skip to content

Commit

Permalink
audio/pulseaudio: fix typo in SPEEX option handling
Browse files Browse the repository at this point in the history
b1ecad5 introduced a small typo:
MESONP_ENABLED vs MESON_ENABLED.
This lead to the speex-option not being able to turned off.

Reported by:	mord0d@firemail.cc
PR:		273100
  • Loading branch information
tcberner committed Aug 14, 2023
1 parent a9d4d85 commit e5ff16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/pulseaudio/Makefile
Expand Up @@ -64,7 +64,7 @@ JACK_LIB_DEPENDS= libjack.so:audio/jack
SOXR_MESON_ENABLED= soxr
SOXR_LIB_DEPENDS= libsoxr.so:audio/libsoxr
SPEEX_DESC= Speex resampler and AEC support
SPEEX_MESONP_ENABLED= speex
SPEEX_MESON_ENABLED= speex
SPEEX_LIB_DEPENDS= libspeexdsp.so:audio/speexdsp
WEBRTC_AEC_DESC= WebRTC-based echo canceller
WEBRTC_AEC_LIB_DEPENDS= libwebrtc_audio_processing.so:audio/webrtc-audio-processing0
Expand Down

0 comments on commit e5ff16c

Please sign in to comment.