From: Sidraya <[email protected]> The viddec-test-app provides the video decoder test app (tidec_decode) for j7-evm.
Signed-off-by: David Huang <[email protected]> Signed-off-by: Angela Stegmaier <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> Signed-off-by: Sidraya <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../ti-img-encode-decode/viddec-test-app_1.0.0.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb 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 0000000..48a1753 --- /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" -- 2.7.4
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14292): https://lists.yoctoproject.org/g/meta-ti/message/14292 Mute This Topic: https://lists.yoctoproject.org/mt/87753640/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
