libomxil: added 0.3.3

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3472 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-01-11 17:04:47 +00:00
parent 34492aa368
commit 4fc27a3a21
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
DESCRIPTION = "Bellagio OpenMAX Integration Layer"
HOMEPAGE = "http://omxil.sourceforge.net/"
LICENSE = "LGPL"
DEPENDS = "libvorbis libogg alsa-lib libmad"
SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/libomxil-B-${PV}.tar.gz"
S = "${WORKDIR}/${PN}-B-${PV}"
inherit autotools
EXTRA_OECONF += "--disable-ffmpegcomponents"
FILES_${PN} += "${libdir}/omxilcomponents/*.so*"
FILES_${PN}-dev += "${libdir}/omxilcomponents/*.*a"
FILES_${PN}-dbg += "${libdir}/omxilcomponents/.debug/"