summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-10-23 10:43:31 +0100
committerTom Zanussi <tom.zanussi@intel.com>2012-10-23 07:43:46 -0500
commitf502e7493694c487767f60df232055bc7b854e69 (patch)
treeabb0d4b730523058241de5b5d0dde18bc8988748 /common/recipes-multimedia
parent71619f5ef05a3ca3a2a6b19764f6a8a93f011d67 (diff)
downloadmeta-intel-f502e7493694c487767f60df232055bc7b854e69.tar.gz
gstreamer-vaapi: add missing build dependencies
[YOCTO #3321] Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'common/recipes-multimedia')
-rw-r--r--common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb b/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
index 27552a29..74fa29a2 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', \
6LICENSE = "LGPLv2.1+" 6LICENSE = "LGPLv2.1+"
7LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" 7LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
8 8
9DEPENDS = "gstreamer libva" 9DEPENDS = "gstreamer gst-plugins-base gst-plugins-bad libva"
10 10
11# 0.3.8 tag 11# 0.3.8 tag
12SRCREV = "6ec4c2252a4aa706cd8631cb1083828485b9df9a" 12SRCREV = "6ec4c2252a4aa706cd8631cb1083828485b9df9a"