Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-hostsdk/PluginInputDomainAdapter.cpp @ 356:92b1fbb1cc87 vamp-plugin-sdk-v2.5
Emit warning when compiling with FFTW support (about the licence implications)
author | Chris Cannam |
---|---|
date | Wed, 08 May 2013 10:36:02 +0100 |
parents | d5c5a52e6c9f |
children | 364e4653fe20 |
comparison
equal
deleted
inserted
replaced
355:3649dd60d2b1 | 356:92b1fbb1cc87 |
---|---|
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 |