changeset 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 3649dd60d2b1
children ef49ec7b71be
files src/vamp-hostsdk/PluginInputDomainAdapter.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/vamp-hostsdk/PluginInputDomainAdapter.cpp	Wed May 08 09:31:35 2013 +0100
+++ b/src/vamp-hostsdk/PluginInputDomainAdapter.cpp	Wed May 08 10:36:02 2013 +0100
@@ -69,6 +69,7 @@
  */
 #ifdef HAVE_FFTW3
 #include <fftw3.h>
+#warning "Compiling with FFTW3 support will result in a GPL binary"
 #else
 #include "../vamp-sdk/FFTimpl.cpp"
 #endif