aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dsplink/gstreamer-ti_svn.bb
blob: c4be68c6b412c59c205e603f7d27cc9447c8b1dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DEPENDS = "codec-engine dmai gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly libid3tag liboil libmad"

SRC_URI = "svn://omapzoom.org/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=https"
SRCREV = "87"

# Again, no '.' in PWD allowed :(
PV = "0+svnr${SRCREV}"

S = "${WORKDIR}/gstreamer_ti/ti_build/ticodecplugin"

inherit autotools

require ti-paths.inc

CPPFLAGS_append = " -DPlatform_${PLATFORM}"

PACKAGE_ARCH = "${MACHINE_ARCH}"