comparison src/vamp-hostsdk/PluginInputDomainAdapter.cpp @ 360:2741e4323d1d

Merge
author Chris Cannam
date Fri, 28 Mar 2014 13:13:08 +0000
parents 92b1fbb1cc87
children 364e4653fe20
comparison
equal deleted inserted replaced
359:b4e9da4c2c69 360:2741e4323d1d
67 * its first invocation unless the host has saved and restored FFTW 67 * its first invocation unless the host has saved and restored FFTW
68 * wisdom (see the FFTW documentation). 68 * wisdom (see the FFTW documentation).
69 */ 69 */
70 #ifdef HAVE_FFTW3 70 #ifdef HAVE_FFTW3
71 #include <fftw3.h> 71 #include <fftw3.h>
72 #warning "Compiling with FFTW3 support will result in a GPL binary"
72 #else 73 #else
73 #include "../vamp-sdk/FFTimpl.cpp" 74 #include "../vamp-sdk/FFTimpl.cpp"
74 #endif 75 #endif
75 76
76 77