gst-openmax: added 0.10.0.2

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3473 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-01-11 17:05:43 +00:00
parent 4fc27a3a21
commit 46d32b9ed0
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
DEPENDS = "gstreamer"
RDEPENDS = "libomxil"
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/pre/gst-openmax-0.10.0.2.tar.bz2"
inherit autotools
EXTRA_OECONF += "--disable-valgrind"
do_configure_prepend() {
install -d ${S}/m4/
install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/
}
FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so"
FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a"
FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/"