mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
11 lines
522 B
Text
11 lines
522 B
Text
--- 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],
|