Changeset b3130e2


Ignore:
Timestamp:
Dec 25, 2009, 4:51:28 AM (14 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
6c50245
Parents:
7d9ec37
Message:

setup.py: add aubioproxy.c, remove py-fvec.c and py-fmat.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • interfaces/python/setup.py

    r7d9ec37 rb3130e2  
    1010        Extension("_aubio",
    1111            ["aubiomodule.c",
    12             "py-fvec.c",
    13             "py-fmat.c",
     12            "aubioproxy.c",
    1413            "py-cvec.c",
     14            # example without macro
    1515            "py-filter.c",
    16             # macroised 
     16            # macroised
    1717            "py-filterbank.c",
    1818            "py-fft.c",
Note: See TracChangeset for help on using the changeset viewer.