blob: 3f806eb8aaf5200327466b07ad8fc196498b8ef8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "GStreamer elements to use the multimedia accelerators available on some TI parts"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
require gstreamer1.0-plugins-ti.inc
PR = "${INC_PR}.24"
SRCREV = "e797c1d832cc8ee1dd66d1683991cb6d7316ed63"
BRANCH ?= "master"
SRC_URI = "git://git.ti.com/glsdk/gst-plugin-ducati.git;protocol=git;branch=${BRANCH} \
"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|