* [ptxdist] [PATCH] gst-plugins-bad1: fix installation of y4mdec plugin
@ 2019-03-04 9:41 Michael Tretter
0 siblings, 0 replies; only message in thread
From: Michael Tretter @ 2019-03-04 9:41 UTC (permalink / raw)
To: ptxdist; +Cc: Michael Tretter
The variable for plugins that shall be installed is
GST_PLUGINS_BAD1_ENABLEP-y. Due to typo in the variable name, the y4mdec
plugin is built, but not installed into the rootfs.
Fix the typo to fix the installation of this plugin.
Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
rules/gst-plugins-bad1.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/gst-plugins-bad1.make b/rules/gst-plugins-bad1.make
index 4b777ddae..52125348f 100644
--- a/rules/gst-plugins-bad1.make
+++ b/rules/gst-plugins-bad1.make
@@ -108,7 +108,7 @@ GST_PLUGINS_BAD1_ENABLEP-$(PTXCONF_GST_PLUGINS_BAD1_VIDEOPARSERS) += videoparser
GST_PLUGINS_BAD1_ENABLE-$(PTXCONF_GST_PLUGINS_BAD1_VIDEOSIGNAL) += videosignal
GST_PLUGINS_BAD1_ENABLE-$(PTXCONF_GST_PLUGINS_BAD1_VMNC) += vmnc
GST_PLUGINS_BAD1_ENABLEC-$(PTXCONF_GST_PLUGINS_BAD1_Y4M) += y4m
-GST_PLUGINS_BAD1_ENABLED-$(PTXCONF_GST_PLUGINS_BAD1_Y4M) += y4mdec
+GST_PLUGINS_BAD1_ENABLEP-$(PTXCONF_GST_PLUGINS_BAD1_Y4M) += y4mdec
GST_PLUGINS_BAD1_ENABLE-$(PTXCONF_GST_PLUGINS_BAD1_YADIF) += yadif
GST_PLUGINS_BAD1_ENABLE-$(PTXCONF_GST_PLUGINS_BAD1_BLUEZ) += bluez
GST_PLUGINS_BAD1_ENABLE-$(PTXCONF_GST_PLUGINS_BAD1_AVC) += avc
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-03-04 9:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-04 9:41 [ptxdist] [PATCH] gst-plugins-bad1: fix installation of y4mdec plugin Michael Tretter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox