comparison src/vamp-hostsdk/PluginInputDomainAdapter.cpp @ 263:4454843ff384

* OK, we're going to have to place the host stuff in its own namespace too. Otherwise our new SV build on OSX fails to load old plugins because they pull in the host namespace PluginBase and thus report the wrong Vamp version... *sigh*
author cannam
date Thu, 20 Nov 2008 15:01:30 +0000
parents 521734d2b498
children 6c9f10b8a53a
comparison
equal deleted inserted replaced
262:4a0e998a1afd 263:4454843ff384
67 */ 67 */
68 #ifdef HAVE_FFTW3 68 #ifdef HAVE_FFTW3
69 #include <fftw3.h> 69 #include <fftw3.h>
70 #endif 70 #endif
71 71
72
73 _VAMP_SDK_HOSTSPACE_BEGIN(PluginInputDomainAdapter.cpp)
72 74
73 namespace Vamp { 75 namespace Vamp {
74 76
75 namespace HostExt { 77 namespace HostExt {
76 78
574 576
575 } 577 }
576 578
577 } 579 }
578 580
581 _VAMP_SDK_HOSTSPACE_END(PluginInputDomainAdapter.cpp)
582