Changeset 162fd27
- Timestamp:
- Aug 21, 2005, 6:58:48 PM (19 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:
- 1aeac4c
- Parents:
- 66834b6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r66834b6 r162fd27 66 66 67 67 case "${host_os}" in 68 mingw*)68 *mingw*) 69 69 mingw32_support="yes" 70 70 AC_CHECK_HEADER(windows.h) 71 71 ;; 72 darwin*)72 *darwin*) 73 73 dnl on macosx, cosf went to -lmx 74 74 LDFLAGS="$LDFLAGS -lmx" … … 197 197 #if PYTHONFOUND 198 198 case "${host_os}" in 199 darwin*)199 *darwin*) 200 200 SWCFLAGS="-Wno-long-double" 201 201 SWLDFLAGS="-bundle -framework python -L${prefix}/lib/python${PYTHON_VERSION}/config -lpython${PYTHON_VERSION}" -
examples/Makefile.am
r66834b6 r162fd27 4 4 5 5 # global flags 6 AM_CFLAGS = -DAUBIO_PREFIX=\"$(prefix)\" -I$(srcdir)/../src -I$(srcdir)/../ext @LADCCA_CFLAGS@ 6 AM_CFLAGS = -DAUBIO_PREFIX=\"$(prefix)\" -I$(srcdir)/../src -I$(srcdir)/../ext @LADCCA_CFLAGS@ @FFTWLIB_CFLAGS@ 7 7 AM_LDFLAGS = -L../src -L../ext @LADCCA_LIBS@ -laubioext -laubio 8 8 #AM_SOURCES = utils.c
Note: See TracChangeset
for help on using the changeset viewer.