summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
index 5eb7e425c1..776ed1cc1c 100644
--- a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
@@ -4,13 +4,15 @@ LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ 4LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
5 file://util/sem.h;beginline=1;endline=20;md5=accce5550d5583b839b441a0623f09fc" 5 file://util/sem.h;beginline=1;endline=20;md5=accce5550d5583b839b441a0623f09fc"
6 6
7SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-${PV}.tar.bz2" 7SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-${PV}.tar.bz2 \
8 file://gcc_4.6.patch \
9 "
8 10
9inherit autotools 11inherit autotools
10 12
11EXTRA_OECONF += "--disable-valgrind" 13EXTRA_OECONF += "--disable-valgrind"
12 14
13PR = "r1" 15PR = "r2"
14 16
15FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so" 17FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so"
16FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a" 18FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a"