diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-04-10 18:56:52 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-04-13 16:32:21 (GMT) |
commit | 87481a04dd37f605b5a96a0d88209d06e5fe2f28 (patch) | |
tree | c40a839d9ca0fb01900bfb8934c30a86975cb62e | |
parent | 61032aa895e5449f5fb4f9b0847ea936cde99cbe (diff) | |
download | meta-intel-87481a04dd37f605b5a96a0d88209d06e5fe2f28.tar.gz |
libva: resurrect 1.0.16 recipe for EMGD based BSPs
EMGD based BSPs are seeing video playback issue with libva v1.1.[01] .
They are hitting a segmentation fault at the end of video playback.
So bringing back the old libva version for the EMGD based BSPs.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r-- | common/recipes-multimedia/libva/libva_1.0.16.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/recipes-multimedia/libva/libva_1.0.16.bb b/common/recipes-multimedia/libva/libva_1.0.16.bb new file mode 100644 index 0000000..7374c70 --- /dev/null +++ b/common/recipes-multimedia/libva/libva_1.0.16.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require libva.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/libva/libva-${PV}.tar.bz2" | ||
6 | |||
7 | SRC_URI[md5sum] = "99343b27cf24e99abc0c5db2d09e30c8" | ||
8 | SRC_URI[sha256sum] = "03e46f8f48f252e6b6112c495745100bc217ddded801fdb393384aab1fafeaa2" | ||