diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb new file mode 100644 index 0000000000..825cccb83c --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DEPENDS = "gstreamer" | ||
2 | RDEPENDS = "libomxil" | ||
3 | |||
4 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/pre/gst-openmax-0.10.0.2.tar.bz2" | ||
5 | |||
6 | inherit autotools | ||
7 | |||
8 | EXTRA_OECONF += "--disable-valgrind" | ||
9 | |||
10 | do_configure_prepend() { | ||
11 | |||
12 | install -d ${S}/m4/ | ||
13 | install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/ | ||
14 | } | ||
15 | |||
16 | FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so" | ||
17 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a" | ||
18 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/" | ||