Skip to content

Commit b08d43f

Browse files
Merge pull request #53 from jchw-forks/add-pxtone
Add deadbeef-pxtone
2 parents a159421 + e430e98 commit b08d43f

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
supported_platforms: ['linux','windows'],
3+
source: {
4+
type: "git",
5+
url: "https://github.com/jchv/deadbeef-pxtone.git"
6+
},
7+
make: {
8+
type: "make",
9+
ENV: {
10+
"EXTRA_LDFLAGS": "-lvorbisfile -lvorbis -logg"
11+
},
12+
root: "",
13+
out: [
14+
"pxtone.so"
15+
],
16+
},
17+
metadata: {
18+
"webpage": "https://github.com/jchv/deadbeef-pxtone"
19+
}
20+
}

0 commit comments

Comments
 (0)