diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2015-02-27 18:00:33 +0000 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2015-02-27 10:11:59 -0800 |
commit | 953047b03e182d35005e56d19f684d51f342a524 (patch) | |
tree | 0467560407e23bc9a3b0ff5a458ae4fe9147e6dc | |
parent | 9c4a574e556ed43e75704f28889daa53fa896ba4 (diff) | |
download | meta-intel-953047b03e182d35005e56d19f684d51f342a524.tar.gz |
libva: upgrade to 1.5.0
The NEWS file mainly talks about HEVC and JPEG improvements, but this also fixes
out of tree builds and playback under X11.
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
-rw-r--r-- | common/recipes-multimedia/libva/libva_1.5.0.bb (renamed from common/recipes-multimedia/libva/libva_1.4.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/recipes-multimedia/libva/libva_1.4.1.bb b/common/recipes-multimedia/libva/libva_1.5.0.bb index 0d157da8..85fe4cdb 100644 --- a/common/recipes-multimedia/libva/libva_1.4.1.bb +++ b/common/recipes-multimedia/libva/libva_1.5.0.bb | |||
@@ -18,12 +18,12 @@ LICENSE = "MIT" | |||
18 | LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" | 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" |
19 | 19 | ||
20 | SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/libva/${BP}.tar.bz2" | 20 | SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/libva/${BP}.tar.bz2" |
21 | SRC_URI[md5sum] = "8e3e7096750c14d1f98da807df7c1ba5" | 21 | SRC_URI[md5sum] = "ad0b55794308ec397d249a0a2a6df27a" |
22 | SRC_URI[sha256sum] = "0662af0ecdf1cfd2bb47e86f5bf66009554fe12ce7bf5b9cec6a2cc43f3f4c11" | 22 | SRC_URI[sha256sum] = "e946d4b3110e4e23ec6a588e0c828937e502c67196d1266214441fefc4b83486" |
23 | 23 | ||
24 | DEPENDS = "libdrm virtual/mesa virtual/libgles1 virtual/libgles2 virtual/egl" | 24 | DEPENDS = "libdrm virtual/mesa virtual/libgles1 virtual/libgles2 virtual/egl" |
25 | 25 | ||
26 | inherit autotools-brokensep pkgconfig | 26 | inherit autotools pkgconfig |
27 | 27 | ||
28 | EXTRA_OECONF = "--disable-dummy-driver" | 28 | EXTRA_OECONF = "--disable-dummy-driver" |
29 | 29 | ||