annotate src/vamp-hostsdk/acsymbols.c @ 434:e979a9c4ffb6 vampipe

Switch from Cross FFT with option of FFTW build, to KissFFT only (code bundled). This is much faster than the default build and simpler than managing two options.
author Chris Cannam
date Tue, 16 Aug 2016 16:04:09 +0100
parents abdf03252c8a
children 2dbb3f920abc
rev   line source
Chris@332 1 /* These stubs are provided so that autoconf can check library
Chris@332 2 * versions using C symbols only */
Chris@332 3
Chris@424 4 extern void libvamphostsdk_v_2_7_present(void) { }
Chris@388 5 extern void libvamphostsdk_v_2_6_present(void) { }
Chris@349 6 extern void libvamphostsdk_v_2_5_present(void) { }
Chris@337 7 extern void libvamphostsdk_v_2_4_present(void) { }
Chris@332 8 extern void libvamphostsdk_v_2_3_1_present(void) { }
Chris@332 9 extern void libvamphostsdk_v_2_3_present(void) { }
Chris@332 10 extern void libvamphostsdk_v_2_2_1_present(void) { }
Chris@332 11 extern void libvamphostsdk_v_2_2_present(void) { }
Chris@332 12 extern void libvamphostsdk_v_2_1_present(void) { }
Chris@332 13 extern void libvamphostsdk_v_2_0_present(void) { }