mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
gst: add option to disable device provider
This commit is contained in:
parent
10bc423819
commit
4b7b2a9a10
5 changed files with 18 additions and 1 deletions
|
|
@ -296,6 +296,12 @@ if get_option('bluez5')
|
|||
endif
|
||||
endif
|
||||
|
||||
if get_option('gstreamer')
|
||||
if get_option('gstreamer-device-provider')
|
||||
cdata.set('HAVE_GSTREAMER_DEVICE_PROVIDER', 1)
|
||||
endif
|
||||
endif
|
||||
|
||||
configure_file(input : 'config.h.meson',
|
||||
output : 'config.h',
|
||||
configuration : cdata)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue