aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmax
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-22 11:18:38 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-22 11:18:38 +0200
commit57b4d3a2eee773286c4f12a581fbf4a58f396877 (patch)
treefd69131bc6d676c705e5a6ff306e3d9ce1573c08 /recipes/openmax
parent11f327a4705f281e32b44ebb401f6e6d5ad0211c (diff)
downloadopenembedded-57b4d3a2eee773286c4f12a581fbf4a58f396877.tar.gz
libomxil: add 0.9.1
Diffstat (limited to 'recipes/openmax')
-rw-r--r--recipes/openmax/libomxil-bellagio_0.9.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/openmax/libomxil-bellagio_0.9.1.bb b/recipes/openmax/libomxil-bellagio_0.9.1.bb
new file mode 100644
index 0000000000..2934da7d87
--- /dev/null
+++ b/recipes/openmax/libomxil-bellagio_0.9.1.bb
@@ -0,0 +1,15 @@
+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"
+