blob: 2ae44086ee048d7e55736929e1d24a63bcb62968 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
SUMMARY = "Library for remotely invoking HW accelerated codecs on IVA-HD"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae"
inherit autotools pkgconfig
DEPENDS = "libdrm ti-ipc"
SRC_URI = "git://git.ti.com/git/omapzoom/libdce.git;protocol=https;branch=master"
SRCREV = "182aea18596eb2b3a82cffc536a6404f5000fb30"
EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
COMPATIBLE_HOST ?= "null"
COMPATIBLE_HOST:ti-soc = "(.*)"
|