diff options
author | Karthik Ramanan <a0393906@ti.com> | 2017-07-31 17:13:05 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-07-31 14:18:23 -0400 |
commit | e03184c91b5cc9c926de06df4608cba334c3c524 (patch) | |
tree | 59ca705a3ea876e6fe597763d65d435c01931e06 /recipes-multimedia/libdce/libdce_3.00.13.00.bb | |
parent | 0eff3344ab446bff67fc8892efe51187198ce14c (diff) | |
download | meta-ti-e03184c91b5cc9c926de06df4608cba334c3c524.tar.gz |
libdce: Update PV and SRCREV
Updates to dce_test to print additional
extendedError for VC1 and MPEG2
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-multimedia/libdce/libdce_3.00.13.00.bb')
-rw-r--r-- | recipes-multimedia/libdce/libdce_3.00.13.00.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-multimedia/libdce/libdce_3.00.13.00.bb b/recipes-multimedia/libdce/libdce_3.00.13.00.bb new file mode 100644 index 00000000..08456058 --- /dev/null +++ b/recipes-multimedia/libdce/libdce_3.00.13.00.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD" | ||
2 | LICENSE = "BSD" | ||
3 | LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae" | ||
4 | |||
5 | inherit autotools pkgconfig | ||
6 | |||
7 | DEPENDS = "libdrm ti-ipc" | ||
8 | |||
9 | SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git" | ||
10 | SRCREV = "75810b7bb53d2d076a96c2d1e2f8c61b3c12cb6b" | ||
11 | |||
12 | PR = "r0" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" | ||