Mercurial > hg > vamp-plugin-sdk
view src/vamp-sdk/acsymbols.c @ 384:364e4653fe20
Non-power-of-two is not an issue if we're built with fftw
author | Chris Cannam |
---|---|
date | Thu, 16 Oct 2014 10:50:12 +0100 |
parents | dc40fff9f20b |
children | 0d9d6a7d6ca8 |
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_5_present(void) { } 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) { }