mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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:
@@ -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/"
|
||||||
Reference in New Issue
Block a user