Changeset 162fd27


Ignore:
Timestamp:
Aug 21, 2005, 6:58:48 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:
1aeac4c
Parents:
66834b6
Message:

added FFTWLIB_CFLAGS to examples/Makefile.am, added host_os to configure.ac

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r66834b6 r162fd27  
    6666
    6767case "${host_os}" in
    68 mingw*)
     68*mingw*)
    6969  mingw32_support="yes"
    7070  AC_CHECK_HEADER(windows.h)
    7171  ;;
    72 darwin*)
     72*darwin*)
    7373  dnl on macosx, cosf went to -lmx
    7474  LDFLAGS="$LDFLAGS -lmx"
     
    197197#if PYTHONFOUND
    198198case "${host_os}" in
    199 darwin*)
     199*darwin*)
    200200  SWCFLAGS="-Wno-long-double"
    201201  SWLDFLAGS="-bundle -framework python -L${prefix}/lib/python${PYTHON_VERSION}/config -lpython${PYTHON_VERSION}"
  • examples/Makefile.am

    r66834b6 r162fd27  
    44
    55# global flags
    6 AM_CFLAGS = -DAUBIO_PREFIX=\"$(prefix)\" -I$(srcdir)/../src -I$(srcdir)/../ext @LADCCA_CFLAGS@
     6AM_CFLAGS = -DAUBIO_PREFIX=\"$(prefix)\" -I$(srcdir)/../src -I$(srcdir)/../ext @LADCCA_CFLAGS@ @FFTWLIB_CFLAGS@
    77AM_LDFLAGS = -L../src -L../ext @LADCCA_LIBS@ -laubioext -laubio
    88#AM_SOURCES = utils.c
Note: See TracChangeset for help on using the changeset viewer.