projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d9ec37
)
setup.py: add aubioproxy.c, remove py-fvec.c and py-fmat.c
author
Paul Brossier
<piem@piem.org>
Fri, 25 Dec 2009 03:51:28 +0000
(
04:51
+0100)
committer
Paul Brossier
<piem@piem.org>
Fri, 25 Dec 2009 03:51:28 +0000
(
04:51
+0100)
interfaces/python/setup.py
patch
|
blob
|
history
diff --git
a/interfaces/python/setup.py
b/interfaces/python/setup.py
index a1d9081759002951ee8057b676ac79956cf4f43e..81155a8b661d79a316f6dca955162d0ca2904efc 100644
(file)
--- a/
interfaces/python/setup.py
+++ b/
interfaces/python/setup.py
@@
-9,11
+9,11
@@
setup(name="_aubio", version="1.0",
ext_modules = [
Extension("_aubio",
["aubiomodule.c",
- "py-fvec.c",
- "py-fmat.c",
+ "aubioproxy.c",
"py-cvec.c",
+ # example without macro
"py-filter.c",
- # macroised
+ # macroised
"py-filterbank.c",
"py-fft.c",
"py-phasevoc.c",