annotate src/vamp-sdk/acsymbols.c @ 501:90571dcc371a vamp-kiss-naming

Extensively rename things in the KissFFT headers to use a Vamp prefix. The motivation is not to change anything about the Vamp SDK library builds, but to avoid confusion in case any other code (for example that pulls in the Vamp SDK as part of a wider project definition) accidentally includes these headers instead of, or as well as, some other copy of KissFFT.
author Chris Cannam
date Tue, 30 Jan 2018 09:56:46 +0000
parents 2dbb3f920abc
children df32b473b9b6
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@495 4 extern void libvampsdk_v_2_7_1_present(void) { }
Chris@424 5 extern void libvampsdk_v_2_7_present(void) { }
Chris@396 6 extern void libvampsdk_v_2_6_present(void) { }
Chris@349 7 extern void libvampsdk_v_2_5_present(void) { }
Chris@337 8 extern void libvampsdk_v_2_4_present(void) { }
Chris@332 9 extern void libvampsdk_v_2_3_1_present(void) { }
Chris@332 10 extern void libvampsdk_v_2_3_present(void) { }
Chris@332 11 extern void libvampsdk_v_2_2_1_present(void) { }
Chris@332 12 extern void libvampsdk_v_2_2_present(void) { }
Chris@332 13 extern void libvampsdk_v_2_1_present(void) { }
Chris@332 14 extern void libvampsdk_v_2_0_present(void) { }