aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmax
diff options
context:
space:
mode:
authorLiam Girdwood <lrg@slimlogic.co.uk>2009-12-08 17:49:21 +0000
committerLiam Girdwood <lrg@slimlogic.co.uk>2009-12-08 18:12:58 +0000
commitff16088a34a6de8370cc020a5a5d449dee7611ba (patch)
tree9d44a3df9989994105395e7156ae65c85fd0df7b /recipes/openmax
parent30a9cb7e627411effcb2a84db395d1bb13580edc (diff)
downloadopenembedded-ff16088a34a6de8370cc020a5a5d449dee7611ba.tar.gz
libomx-bellagio: added version 0.9.2
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'recipes/openmax')
-rw-r--r--recipes/openmax/libomxil-bellagio_0.9.2.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/openmax/libomxil-bellagio_0.9.2.bb b/recipes/openmax/libomxil-bellagio_0.9.2.bb
new file mode 100644
index 0000000000..b0564f381e
--- /dev/null
+++ b/recipes/openmax/libomxil-bellagio_0.9.2.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "OpenMAX Integration Layer (IL) is a standard API to access Multimedia Components on mobile platforms. It has been defined by the Khronos group."
+LICENSE = "LGPLv2"
+DEPENDS = "alsa-lib ffmpeg \
+ ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad', d)}"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/${PN}-${PV}.tar.gz"
+
+inherit autotools_stage
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+FILES_${PN} += "${libdir}/bellagio/*.so ${libdir}/bellagio/*.la"
+FILES_${PN}-dev += "${libdir}/bellagio/*.a"
+FILES_${PN}-dbg += "${libdir}/bellagio/.debug"
+
+PARALLEL_MAKE = ""
+