summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@asymptotic.io>2020-10-20 17:29:55 -0400
committerArun Raghavan <arun@asymptotic.io>2023-05-25 18:41:19 -0400
commit84c53066c65439deb42d29bba8c6899a4fa0e318 (patch)
tree65c4e7c12368a12a1b0fbb76d4cfc8db8b443ba7
parent22bbb5b3ba0d28d630b10944fe19d7f9eee3a00f (diff)
build-sys: Bump webrtc-audio-processing dependency
The package name and versioning are changing upstream, so prepare for that. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/395>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b678bb531..a1652e4d3 100644
--- a/meson.build
+++ b/meson.build
@@ -728,7 +728,7 @@ if get_option('daemon')
cdata.set('HAVE_SOXR', 1)
endif
- webrtc_dep = dependency('webrtc-audio-processing', version : '>= 0.2', required : get_option('webrtc-aec'))
+ webrtc_dep = dependency('webrtc-audio-processing-1', version : '>= 1.0', required : get_option('webrtc-aec'))
if webrtc_dep.found()
cdata.set('HAVE_WEBRTC', 1)
endif