diff src/vamp-sdk/acsymbols.c @ 532:569fc23fa37a

Merge from branch c++11-mutex
author Chris Cannam
date Tue, 22 Oct 2019 12:23:53 +0100
parents db2cd87cef6f
children 15a89a89aa9b
line wrap: on
line diff
--- a/src/vamp-sdk/acsymbols.c	Wed Aug 14 14:58:04 2019 +0100
+++ b/src/vamp-sdk/acsymbols.c	Tue Oct 22 12:23:53 2019 +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_9_present(void) { }
 extern void libvampsdk_v_2_8_present(void) { }
 extern void libvampsdk_v_2_7_1_present(void) { }
 extern void libvampsdk_v_2_7_present(void) { }