blob: 39f35380bc5d76f96dbff97780a057c9cb5e1562 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "GstOpenMAX is a GStreamer plug-in that allows communication with OpenMAX IL components"
LICENSE = "LGPLv2"
DEPENDS = "gstreamer libomxil-bellagio"
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/pre/gst-openmax-${PV}.tar.bz2 \
file://check.diff;patch=1 \
"
inherit autotools
do_stage() {
autotools_stage_all
}
FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.*a"
|