Mercurial > hg > vamp-plugin-sdk
diff src/vamp-sdk/acsymbols.c @ 424:abdf03252c8a vampipe
Next version from this branch (if any) will be 2.7
author | Chris Cannam |
---|---|
date | Thu, 12 May 2016 12:29:54 +0100 |
parents | 0d9d6a7d6ca8 |
children | 2dbb3f920abc |
line wrap: on
line diff
--- a/src/vamp-sdk/acsymbols.c Thu May 12 12:22:02 2016 +0100 +++ b/src/vamp-sdk/acsymbols.c Thu May 12 12:29:54 2016 +0100 @@ -1,6 +1,7 @@ /* These stubs are provided so that autoconf can check library * versions using C symbols only */ +extern void libvampsdk_v_2_7_present(void) { } extern void libvampsdk_v_2_6_present(void) { } extern void libvampsdk_v_2_5_present(void) { } extern void libvampsdk_v_2_4_present(void) { }