summaryrefslogtreecommitdiffstats
path: root/rules/gst-bayer2rgb-neon.in
diff options
context:
space:
mode:
authorMarian Cichy <m.cichy@pengutronix.de>2020-06-06 16:47:03 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-06-12 10:52:57 +0200
commit568856a7c2f31eb79f4ba984b107634b6d822736 (patch)
tree8a916643aa6b0a6335ece264ed7f37f7fd68895d /rules/gst-bayer2rgb-neon.in
parente51ece25b0ea07cb1e0488dfabe7ace47c7c1080 (diff)
downloadptxdist-568856a7c2f31eb79f4ba984b107634b6d822736.tar.gz
ptxdist-568856a7c2f31eb79f4ba984b107634b6d822736.tar.xz
gst-bayer2rgb-neon: add package
Signed-off-by: Marian Cichy <m.cichy@pengutronix.de> Message-Id: <20200606144703.11450-3-m.cichy@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-bayer2rgb-neon.in')
-rw-r--r--rules/gst-bayer2rgb-neon.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/gst-bayer2rgb-neon.in b/rules/gst-bayer2rgb-neon.in
new file mode 100644
index 000000000..1f4feeb8b
--- /dev/null
+++ b/rules/gst-bayer2rgb-neon.in
@@ -0,0 +1,11 @@
+## SECTION=multimedia_gstreamer1
+
+config GST_BAYER2RGB_NEON
+ tristate
+ prompt "gst-bayer2rgb-neon"
+ select BAYER2RGB3
+ select GSTREAMER1
+ select GST_PLUGINS_BASE1
+ help
+ Inofficial Gstreamer-plugin that utilizes
+ NEON-extension to convert video/x-bayer to RGB.