summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2022-10-20 15:38:50 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2023-07-25 13:13:18 +0200
commit200b24f5cc1700e1e8161cda12939bbc6f6e9f2b (patch)
treeffcf8cc51781d713c1a6be370fd09e83087a1e4a
parente4b2438b5c1147ad7775609dc6ba31ac28b1a64c (diff)
gstreamer1.0-plugins-bad: build v4l2codecs as well
Make sure them gstreamer1.0-plugins-bad are built with v4l2codecs as well which are needed for Hantro VPUs as e.g. found on the i.MX 8M Mini. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.%.bbappend
new file mode 100644
index 0000000..122a2d6
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.%.bbappend
@@ -0,0 +1 @@
+PACKAGECONFIG:append = " v4l2codecs"