diff options
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb new file mode 100644 index 00000000..9fb473b7 --- /dev/null +++ b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "Test applications for TI DEC (v4l2 decoder for IMG D5520)" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://main.c;beginline=1;endline=14;md5=f17e17d664f72942124e4fcf06c178ee" | ||
4 | |||
5 | DEPENDS = "libdrm ffmpeg" | ||
6 | |||
7 | inherit autotools pkgconfig | ||
8 | |||
9 | COMPATIBLE_MACHINE = "j7" | ||
10 | |||
11 | PR = "r1" | ||
12 | SRCREV = "94a80c8c090dbfdc7fafd4e5bb78c2091e715af2" | ||
13 | |||
14 | EXTRA_OEMAKE = "CC="${CC}"" | ||
15 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
16 | |||
17 | BRANCH = "master" | ||
18 | SRC_URI = "git://git.ti.com/jacinto7_multimedia/viddec-test-app.git;protocol=git;branch=${BRANCH}" | ||
19 | |||
20 | S = "${WORKDIR}/git" | ||