diff options
author | 2021-12-15 16:10:55 -0500 | |
---|---|---|
committer | 2021-12-15 15:21:36 -0600 | |
commit | 97ac4f77c141b43af87963f614706bca6857048f (patch) | |
tree | 7bcb30daff0bdf638d04db4e66063db8b5717a4d | |
parent | 93754925f67c270dcba3e63ec89e121c38803c29 (diff) | |
download | meta-ti-97ac4f77c141b43af87963f614706bca6857048f.tar.gz meta-ti-97ac4f77c141b43af87963f614706bca6857048f.tar.bz2 meta-ti-97ac4f77c141b43af87963f614706bca6857048f.zip |
viddec-test-app: Add the viddec-test-app recipe
The viddec-test-app provides the video decoder test app
(tidec_decode) for j7-evm.
Signed-off-by: David Huang <d-huang@ti.com>
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Sidraya <sidraya.bj@pathpartnertech.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb b/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb new file mode 100644 index 00000000..48a17537 --- /dev/null +++ b/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "Test applications for TI DEC (v4l2 decoder for IMG D5520)" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://main.c;beginline=1;endline=14;md5=f17e17d664f72942124e4fcf06c178ee" + +DEPENDS = "libdrm ffmpeg" + +inherit autotools pkgconfig + +PR = "r1" +SRCREV = "94a80c8c090dbfdc7fafd4e5bb78c2091e715af2" + +EXTRA_OEMAKE = "CC="${CC}"" +TARGET_CC_ARCH += "${LDFLAGS}" + +BRANCH = "master" +SRC_URI = "git://git.ti.com/jacinto7_multimedia/viddec-test-app.git;protocol=git;branch=${BRANCH}" + +S = "${WORKDIR}/git" |