Mercurial > hg > vamp-plugin-sdk
view src/vamp-sdk/acsymbols.c @ 333:ea5d9dbaeaf7
Remove obsolete OpenSolaris builds (sniff)
author | Chris Cannam |
---|---|
date | Thu, 28 Jun 2012 17:47:25 +0100 |
parents | f9e13bc35b3e |
children | d5c5a52e6c9f |
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_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) { }