diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 16:41:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-29 13:09:10 +0100 |
commit | 9f734c6e67b3f576d3d688159cb0f34213f7a49f (patch) | |
tree | dab5be944e8b1d63dc2ddb22f4ec512cca094a77 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | |
parent | 396d7c51eddb6808ea8cad3c35678c2a0e9acd74 (diff) | |
download | poky-9f734c6e67b3f576d3d688159cb0f34213f7a49f.tar.gz |
gstreamer1.0-plugins-good: add PACKAGECONFIG for v4l
(From OE-Core rev: 2dafdba357ba90c5cfaa7577734ddcf2f9ad4f14)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc index 3d0f970042..68bc9f11ab 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | |||
@@ -32,7 +32,7 @@ PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex" | |||
32 | PACKAGECONFIG[taglib] = "--enable-taglib,--disable-taglib,taglib" | 32 | PACKAGECONFIG[taglib] = "--enable-taglib,--disable-taglib,taglib" |
33 | PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx" | 33 | PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx" |
34 | PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" | 34 | PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" |
35 | 35 | PACKAGECONFIG[v4l] = "--with-libv4l2,--without-libv4l2,libv4l" | |
36 | 36 | ||
37 | EXTRA_OECONF += " \ | 37 | EXTRA_OECONF += " \ |
38 | --disable-directsound \ | 38 | --disable-directsound \ |