Changeset b6f6d58


Ignore:
Timestamp:
Apr 30, 2005, 2:56:32 PM (19 years ago)
Author:
Paul Brossier <piem@altern.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:
603fca4
Parents:
dc27a81
Message:

add flags to fix compilation on os x

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rdc27a81 rb6f6d58  
    6464  dnl on macosx, cosf went to -lmx
    6565  LDFLAGS="$LDFLAGS -lmx"
     66  dnl as long double doesn't sit well with -Wall -Werror
     67  CFLAGS="$CLFAGS -Wno-long-double"
    6668  AC_ISC_POSIX
    6769  ;;
  • examples/Makefile.am

    rdc27a81 rb6f6d58  
    1616aubioonset_SOURCES = aubioonset.c utils.c
    1717aubionotes_SOURCES = aubionotes.c utils.c
     18
     19aubioonset_LDADD = @JACK_LIBS@
     20aubionotes_LDADD = @JACK_LIBS@
Note: See TracChangeset for help on using the changeset viewer.