blob: 4ef8b0adf351442eadd5e9b156dbe05588225e4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "WAV file plugin"
SECTION = "opie/codecs"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "opie-mediaplayer1-core"
RDEPENDS_${PN} = "opie-mediaplayer1-core"
APPNAME = "wavplugin"
S = "${WORKDIR}/opieplayer/${APPNAME}"
inherit opie
# FILES plugins/codecs/libwavplugin*
|