Changeset b6f6d58
- Timestamp:
- Apr 30, 2005, 2:56:32 PM (20 years ago)
- 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:
- 603fca4
- Parents:
- dc27a81
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rdc27a81 rb6f6d58 64 64 dnl on macosx, cosf went to -lmx 65 65 LDFLAGS="$LDFLAGS -lmx" 66 dnl as long double doesn't sit well with -Wall -Werror 67 CFLAGS="$CLFAGS -Wno-long-double" 66 68 AC_ISC_POSIX 67 69 ;; -
examples/Makefile.am
rdc27a81 rb6f6d58 16 16 aubioonset_SOURCES = aubioonset.c utils.c 17 17 aubionotes_SOURCES = aubionotes.c utils.c 18 19 aubioonset_LDADD = @JACK_LIBS@ 20 aubionotes_LDADD = @JACK_LIBS@
Note: See TracChangeset
for help on using the changeset viewer.