summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-11-12 13:07:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-12 08:42:26 +0000
commitf0d87fea69bc93fae76747226812fc4a9eeed9cf (patch)
treed78217e62ddb5fa3f900e034cb448471b17529a5 /meta/recipes-multimedia
parent35f34a61b33f84bc8f70c73a3270ad0ed531a3ac (diff)
downloadpoky-f0d87fea69bc93fae76747226812fc4a9eeed9cf.tar.gz
gstreamer1.0-plugins-good: fix PACKAGECONFIG for gudev and add one for v4l2 and libv4l2
* WARN: gstreamer1.0-plugins-good: gstreamer1.0-plugins-good-video4linux2 rdepends on libcap, but it isn't a build dependency? WARN: gstreamer1.0-plugins-good: gstreamer1.0-plugins-good-video4linux2 rdepends on libgudev, but it isn't a build dependency? WARN: gstreamer1.0-plugins-good: gstreamer1.0-plugins-good-video4linux2 rdepends on libudev, but it isn't a build dependency? WARN: gstreamer1.0-plugins-good: gstreamer1.0-plugins-good-video4linux2 rdepends on zlib, but it isn't a build dependency? (From OE-Core rev: 66e32244aed8d33f1b49fbe78179f2442545c730) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
index 0ce4b8ff1c..edaafe842f 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
@@ -11,7 +11,7 @@ inherit gettext
11PACKAGECONFIG ??= " \ 11PACKAGECONFIG ??= " \
12 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ 12 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
13 ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ 13 ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
14 orc cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib \ 14 orc cairo flac gdk-pixbuf jpeg libpng soup speex taglib v4l2\
15 " 15 "
16 16
17X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" 17X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage"
@@ -22,7 +22,8 @@ PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio"
22PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo" 22PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo"
23PACKAGECONFIG[flac] = "--enable-flac,--disable-flac,flac" 23PACKAGECONFIG[flac] = "--enable-flac,--disable-flac,flac"
24PACKAGECONFIG[gdk-pixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf" 24PACKAGECONFIG[gdk-pixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf"
25PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,udev" 25PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,libgudev"
26PACKAGECONFIG[libv4l2] = "--with-libv4l2,--without-libv4l2,libv4l2"
26PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" 27PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
27PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" 28PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg"
28PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng" 29PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng"
@@ -32,11 +33,10 @@ PACKAGECONFIG[taglib] = "--enable-taglib,--disable-taglib,taglib"
32PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx" 33PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx"
33PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" 34PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack"
34PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libraw1394 libiec61883 libavc1394" 35PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libraw1394 libiec61883 libavc1394"
36PACKAGECONFIG[v4l2] = "--enable-gst_v4l2,--disable-gst_v4l2"
35 37
36EXTRA_OECONF += " \ 38EXTRA_OECONF += " \
37 --enable-oss \ 39 --enable-oss \
38 --enable-gst_v4l2 \
39 --without-libv4l2 \
40 --disable-directsound \ 40 --disable-directsound \
41 --disable-waveform \ 41 --disable-waveform \
42 --disable-oss4 \ 42 --disable-oss4 \