Ignore:
Timestamp:
Jan 9, 2010, 3:49:40 PM (15 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:
066433d
Parents:
4c01c0f (diff), f650860 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

pull from master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/Makefile.am

    r4c01c0f r8212692  
    1111
    1212noinst_PROGRAMS = \
     13        aubiopitch
    1314        aubioquiet
    1415
     
    2021aubionotes_SOURCES = aubionotes.c $(COMMON_SOURCE_FILES)
    2122aubiotrack_SOURCES = aubiotrack.c $(COMMON_SOURCE_FILES)
     23aubiopitch_SOURCES = aubiopitch.c $(COMMON_SOURCE_FILES)
    2224aubioquiet_SOURCES = aubioquiet.c $(COMMON_SOURCE_FILES)
    2325aubiomfcc_SOURCES = aubiomfcc.c $(COMMON_SOURCE_FILES)
     
    2628aubionotes_LDADD = @SNDFILE_LIBS@ @JACK_LIBS@
    2729aubiotrack_LDADD = @SNDFILE_LIBS@ @JACK_LIBS@
     30aubiopitch_LDADD = @SNDFILE_LIBS@ @JACK_LIBS@
    2831aubioquiet_LDADD = @SNDFILE_LIBS@ @JACK_LIBS@
    2932aubiomfcc_LDADD = @SNDFILE_LIBS@ @JACK_LIBS@
Note: See TracChangeset for help on using the changeset viewer.