diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-04-10 17:02:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-04-10 17:02:14 +0000 |
commit | 7d4c674f19b690f5e75a3f517f8758bf7121f033 (patch) | |
tree | a9d36bbc88fcee84f1f4e258830a43225492fde5 | |
parent | 93c3f85bd8b1313f9cc4cdaf1cd4bd6d9dbdc91e (diff) | |
parent | 4e15d1427c0a6967c015696d7cda05f9388dda9b (diff) |
Merge "gstreamer: add libv4l2 support"
-rw-r--r-- | meta-agl/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend b/meta-agl/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend new file mode 100644 index 000000000..86a181fbb --- /dev/null +++ b/meta-agl/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend @@ -0,0 +1,2 @@ +# libv4l2 is useful for making more efficient use of cameras via v4l2src. +PACKAGECONFIG_append = " libv4l2" |