* [PATCH] gstreamer-vaapi: add missing build dependencies
@ 2012-10-23 9:43 Ross Burton
2012-10-23 15:52 ` Tom Zanussi
0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2012-10-23 9:43 UTC (permalink / raw)
To: yocto
[YOCTO #3321]
Signed-off-by: Ross Burton <ross.burton@intel.com>
---
common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb b/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
index 27552a2..74fa29a 100644
--- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
+++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
@@ -6,7 +6,7 @@ based plugins for GStreamer and helper libraries: `vaapidecode', \
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
-DEPENDS = "gstreamer libva"
+DEPENDS = "gstreamer gst-plugins-base gst-plugins-bad libva"
# 0.3.8 tag
SRCREV = "6ec4c2252a4aa706cd8631cb1083828485b9df9a"
--
1.7.10
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gstreamer-vaapi: add missing build dependencies
2012-10-23 9:43 [PATCH] gstreamer-vaapi: add missing build dependencies Ross Burton
@ 2012-10-23 15:52 ` Tom Zanussi
0 siblings, 0 replies; 2+ messages in thread
From: Tom Zanussi @ 2012-10-23 15:52 UTC (permalink / raw)
To: Ross Burton; +Cc: yocto
On Tue, 2012-10-23 at 10:43 +0100, Ross Burton wrote:
> [YOCTO #3321]
>
Fixed the problem for me here (sugarbay), thanks.
Pulled into meta-intel/master.
Tom
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
> common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb b/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
> index 27552a2..74fa29a 100644
> --- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
> +++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
> @@ -6,7 +6,7 @@ based plugins for GStreamer and helper libraries: `vaapidecode', \
> LICENSE = "LGPLv2.1+"
> LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
>
> -DEPENDS = "gstreamer libva"
> +DEPENDS = "gstreamer gst-plugins-base gst-plugins-bad libva"
>
> # 0.3.8 tag
> SRCREV = "6ec4c2252a4aa706cd8631cb1083828485b9df9a"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-23 15:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-23 9:43 [PATCH] gstreamer-vaapi: add missing build dependencies Ross Burton
2012-10-23 15:52 ` Tom Zanussi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.