summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-11-12 12:49:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-12 08:42:26 +0000
commit35f34a61b33f84bc8f70c73a3270ad0ed531a3ac (patch)
treea0652ad7f63c8b88b2a15ae76a3eb0885e630eb8 /meta/recipes-multimedia
parent3b77e205c07e4dff889a6a7449e8e39616afc09c (diff)
downloadpoky-35f34a61b33f84bc8f70c73a3270ad0ed531a3ac.tar.gz
gstreamer1.0-plugins-bad: fix dependencies for uvch264 PACKAGECONFIG
* ERROR: gstreamer1.0-plugins-bad: gstreamer1.0-plugins-bad-uvch264 package isn't created when building with minimal dependencies? * ERROR: gstreamer1.0-plugins-bad: gstreamer1.0-plugins-bad-uvch264-dev package isn't created when building with minimal dependencies? * it's because it should depend on libgudev not udev: configure: *** for plug-ins: uvch264 *** checking linux/uvcvideo.h usability... yes checking linux/uvcvideo.h presence... yes checking for linux/uvcvideo.h... yes checking for GST_VIDEO... yes checking for G_UDEV... no checking for LIBUSB... yes (From OE-Core rev: 470f5ae7d9a7283a40f9dacdcc86f3b3b36fb572) 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-bad.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index cdedb60b2b..d7aefec4a1 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -20,7 +20,7 @@ PACKAGECONFIG ??= " \
20 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \ 20 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \
21 ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ 21 ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \
22 ${@bb.utils.contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)} \ 22 ${@bb.utils.contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)} \
23 orc curl uvch264 neon sndfile \ 23 orc curl neon sndfile \
24 hls sbc dash bz2 smoothstreaming \ 24 hls sbc dash bz2 smoothstreaming \
25 " 25 "
26 26
@@ -38,7 +38,7 @@ PACKAGECONFIG[opus] = "--enable-opus,--disable-opus,libopus"
38PACKAGECONFIG[flite] = "--enable-flite,--disable-flite,flite-alsa" 38PACKAGECONFIG[flite] = "--enable-flite,--disable-flite,flite-alsa"
39PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv" 39PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv"
40PACKAGECONFIG[wayland] = "--enable-wayland --enable-egl,--disable-wayland --disable-egl,wayland virtual/egl" 40PACKAGECONFIG[wayland] = "--enable-wayland --enable-egl,--disable-wayland --disable-egl,wayland virtual/egl"
41PACKAGECONFIG[uvch264] = "--enable-uvch264,--disable-uvch264,libusb1 udev" 41PACKAGECONFIG[uvch264] = "--enable-uvch264,--disable-uvch264,libusb1 libgudev"
42PACKAGECONFIG[directfb] = "--enable-directfb,--disable-directfb,directfb" 42PACKAGECONFIG[directfb] = "--enable-directfb,--disable-directfb,directfb"
43PACKAGECONFIG[neon] = "--enable-neon,--disable-neon,neon" 43PACKAGECONFIG[neon] = "--enable-neon,--disable-neon,neon"
44PACKAGECONFIG[openal] = "--enable-openal,--disable-openal,openal-soft" 44PACKAGECONFIG[openal] = "--enable-openal,--disable-openal,openal-soft"