view 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
line wrap: on
line source
/* These stubs are provided so that autoconf can check library
 * versions using C symbols only */

extern void libvampsdk_v_2_4_present(void) { }
extern void libvampsdk_v_2_3_1_present(void) { }
extern void libvampsdk_v_2_3_present(void) { }
extern void libvampsdk_v_2_2_1_present(void) { }
extern void libvampsdk_v_2_2_present(void) { }
extern void libvampsdk_v_2_1_present(void) { }
extern void libvampsdk_v_2_0_present(void) { }