summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins-bad/files/patch-ext_webrtcdsp_meson.build
blob: a9f29c42b14b37de1214cce939a53fb28227cd49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ext/webrtcdsp/meson.build.orig	2025-03-11 20:14:44 UTC
+++ ext/webrtcdsp/meson.build
@@ -49,7 +49,7 @@ if webrtc_dep.found()
     cpp_args : gst_plugins_bad_args,
     link_args : noseh_link_args,
     include_directories : [configinc],
-    dependencies : [gstbase_dep, gstaudio_dep, gstbadaudio_dep, webrtc_dep],
+    dependencies : [gstbase_dep, gstaudio_dep, dependency('gstreamer-bad-audio-1.0'), webrtc_dep],
     install : true,
     install_dir : plugins_install_dir,
     override_options : [default_cppstd],