annotate src/vamp-sdk/acsymbols.c @ 410:5628c5ec4000 vamp-plugin-sdk-v2.6

Naturally, I forgot to update the version in the headers. Argh. Sorry
author Chris Cannam
date Mon, 22 Jun 2015 09:28:58 +0100
parents 0d9d6a7d6ca8
children abdf03252c8a
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@396 4 extern void libvampsdk_v_2_6_present(void) { }
Chris@349 5 extern void libvampsdk_v_2_5_present(void) { }
Chris@337 6 extern void libvampsdk_v_2_4_present(void) { }
Chris@332 7 extern void libvampsdk_v_2_3_1_present(void) { }
Chris@332 8 extern void libvampsdk_v_2_3_present(void) { }
Chris@332 9 extern void libvampsdk_v_2_2_1_present(void) { }
Chris@332 10 extern void libvampsdk_v_2_2_present(void) { }
Chris@332 11 extern void libvampsdk_v_2_1_present(void) { }
Chris@332 12 extern void libvampsdk_v_2_0_present(void) { }