summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Krause <bst@pengutronix.de>2022-03-24 16:51:37 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-03-25 09:48:10 +0100
commit2f2a77e99e76a5722a66b872c05f6cb860a4cb2c (patch)
treef56cb0b9397dfc965383f50e1868de8d0eca9757
parentf2afdd541d3dc1cbac965ddaf899009780de2aae (diff)
downloadptxdist-2f2a77e99e76a5722a66b872c05f6cb860a4cb2c.tar.gz
ptxdist-2f2a77e99e76a5722a66b872c05f6cb860a4cb2c.tar.xz
gst-plugins-good1: select SYSTEMD_UDEV_PERSISTENT_V4L for systemd/v4l2 use case
Without SYSTEMD_UDEV_PERSISTENT_V4L v4l2deviceprovider (and gst-device-monitor-1.0) will not find any v4l2 devices. Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20220324155137.4161708-1-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/gst-plugins-good1.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/gst-plugins-good1.in b/rules/gst-plugins-good1.in
index aeac2cbc8..ab1d382ac 100644
--- a/rules/gst-plugins-good1.in
+++ b/rules/gst-plugins-good1.in
@@ -27,6 +27,8 @@ menuconfig GST_PLUGINS_GOOD1
select QT5_MODULE_QTDECLARATIVE if GST_PLUGINS_GOOD1_QT5
select LIBSHOUT if GST_PLUGINS_GOOD1_SHOUT2
select LIBSOUP if GST_PLUGINS_GOOD1_SOUP
+ select SYSTEMD if GST_PLUGINS_GOOD1_V4L2 && GST_PLUGINS_GOOD1_SYSTEMD && RUNTIME
+ select SYSTEMD_UDEV_PERSISTENT_V4L if GST_PLUGINS_GOOD1_V4L2 && GST_PLUGINS_GOOD1_SYSTEMD && RUNTIME
select SPEEX if GST_PLUGINS_GOOD1_SPEEX
select TWOLAME if GST_PLUGINS_GOOD1_TWOLAME
select LIBGUDEV if GST_PLUGINS_GOOD1_V4L2
@@ -356,6 +358,10 @@ config GST_PLUGINS_GOOD1_SPEEX
help
Speex audio codec plugin
+config GST_PLUGINS_GOOD1_SYSTEMD
+ bool
+ default INITMETHOD_SYSTEMD
+
config GST_PLUGINS_GOOD1_TAGLIB
bool
# needs libtag