gst: add option to disable device provider

This commit is contained in:
Wim Taymans 2020-10-13 12:40:48 +02:00
parent 10bc423819
commit 4b7b2a9a10
5 changed files with 18 additions and 1 deletions

View file

@ -22,6 +22,10 @@ option('gstreamer',
description: 'Build GStreamer plugins',
type: 'boolean',
value: true)
option('gstreamer-device-provider',
description: 'Build GStreamer device provider plugin',
type: 'boolean',
value: true)
option('systemd',
description: 'Enable systemd integration',
type: 'boolean',