annotate src/vamp-sdk/acsymbols.c @ 345:079209375f07

Avoid returning garbage through getCurrentProgram if plugin has no programs
author Chris Cannam
date Sun, 06 Jan 2013 20:45:55 +0000
parents d5c5a52e6c9f
children dc40fff9f20b
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@337 4 extern void libvampsdk_v_2_4_present(void) { }
Chris@332 5 extern void libvampsdk_v_2_3_1_present(void) { }
Chris@332 6 extern void libvampsdk_v_2_3_present(void) { }
Chris@332 7 extern void libvampsdk_v_2_2_1_present(void) { }
Chris@332 8 extern void libvampsdk_v_2_2_present(void) { }
Chris@332 9 extern void libvampsdk_v_2_1_present(void) { }
Chris@332 10 extern void libvampsdk_v_2_0_present(void) { }