blob: 858f8b3040cacf62aea0c95c0235896bdb061eeb (
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 = "opie-mediaplayer1-core"
APPNAME = "wavplugin"
S = "${WORKDIR}/opieplayer/${APPNAME}"
inherit opie
# FILES plugins/codecs/libwavplugin*
|