diff src/vamp-sdk/acsymbols.c @ 337:d5c5a52e6c9f

Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.4
author Chris Cannam
date Thu, 12 Jul 2012 11:37:31 +0100
parents f9e13bc35b3e
children dc40fff9f20b
line wrap: on
line diff
--- a/src/vamp-sdk/acsymbols.c	Mon Jul 09 22:36:06 2012 +0100
+++ b/src/vamp-sdk/acsymbols.c	Thu Jul 12 11:37:31 2012 +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_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) { }