diff options
author | Karthik Ramanan <a0393906@ti.com> | 2016-12-16 20:46:23 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-12-16 12:44:28 -0500 |
commit | 413146be21307805c67d982f77ceeb3f760b38ad (patch) | |
tree | 1996031449d728887de5577989141cba8f6101e7 /recipes-multimedia/libdce | |
parent | 7ea352966bc132535d5be50bded8f4d00d5753fd (diff) | |
download | meta-ti-413146be21307805c67d982f77ceeb3f760b38ad.tar.gz |
libdce: Update SRCREV add MJPEG Encoder support
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-multimedia/libdce')
-rw-r--r-- | recipes-multimedia/libdce/libdce_3.00.12.00.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-multimedia/libdce/libdce_3.00.12.00.bb b/recipes-multimedia/libdce/libdce_3.00.12.00.bb index 32f12b4f..b1bbeab3 100644 --- a/recipes-multimedia/libdce/libdce_3.00.12.00.bb +++ b/recipes-multimedia/libdce/libdce_3.00.12.00.bb | |||
@@ -7,7 +7,9 @@ inherit autotools pkgconfig | |||
7 | DEPENDS = "libdrm ti-ipc" | 7 | DEPENDS = "libdrm ti-ipc" |
8 | 8 | ||
9 | SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git" | 9 | SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git" |
10 | SRCREV = "1b1b5a2e5e995f607c22651579b49aa98d08610a" | 10 | SRCREV = "c51f144b079836afb868bff44afe7308248a0217" |
11 | |||
12 | PR = "r1" | ||
11 | 13 | ||
12 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
13 | EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" | 15 | EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" |