aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/libomxil/libomxil_0.3.3.bb
blob: 016aed5149f79d64635e4aebd1e21fceacc1c56a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/"