ports/multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_webrtc_meson.build

12 lines
324 B
Text

--- gst-libs/gst/webrtc/meson.build.orig 2025-03-11 20:14:44 UTC
+++ gst-libs/gst/webrtc/meson.build
@@ -1,3 +1,4 @@
+if get_option('webrtc').enabled()
webrtc_sources = files([
'dtlstransport.c',
'ice.c',
@@ -113,3 +114,4 @@ subdir('nice')
meson.override_dependency(pkg_name, gstwebrtc_dep)
subdir('nice')
+endif