aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmax
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-11-25 11:51:01 +0100
committerKoen Kooi <koen@openembedded.org>2010-11-25 14:02:10 +0100
commit77195e32400dd86facc038f61190139d38f14b31 (patch)
tree7c351d8787151cb0ed43037256a8750c0ab08005 /recipes/openmax
parentc8c3aca9e37f105f8bd280a3371638d50bc82a20 (diff)
downloadopenembedded-77195e32400dd86facc038f61190139d38f14b31.tar.gz
libomxil: update to 0.9.2.1
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/openmax')
-rw-r--r--recipes/openmax/libomxil-bellagio_0.9.2.1.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/openmax/libomxil-bellagio_0.9.2.1.bb b/recipes/openmax/libomxil-bellagio_0.9.2.1.bb
new file mode 100644
index 0000000000..c91a2fb645
--- /dev/null
+++ b/recipes/openmax/libomxil-bellagio_0.9.2.1.bb
@@ -0,0 +1,19 @@
+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"
+SRC_URI[md5sum] = "323049db668ab260870fd7ecd2ec4156"
+SRC_URI[sha256sum] = "75cf8d3b5cac2764420ae2cc7846b9bb12a47d2ca04c96e5821309b0124ddc72"
+
+inherit autotools
+
+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 = ""
+