annotate src/vamp-hostsdk/acsymbols.c @ 466:a94ab90dfd53
vampipe
Remove RequestResponse, PluginConfiguration and PluginStaticData again. I don't think they are proving general enough to be worth adding to this SDK at this point. Will try them out in piper-cpp instead.
author |
Chris Cannam |
date |
Thu, 13 Oct 2016 17:06:53 +0100 |
parents |
abdf03252c8a |
children |
2dbb3f920abc |
rev |
line source |
Chris@332
|
1 /* These stubs are provided so that autoconf can check library
|
Chris@332
|
2 * versions using C symbols only */
|
Chris@332
|
3
|
Chris@424
|
4 extern void libvamphostsdk_v_2_7_present(void) { }
|
Chris@388
|
5 extern void libvamphostsdk_v_2_6_present(void) { }
|
Chris@349
|
6 extern void libvamphostsdk_v_2_5_present(void) { }
|
Chris@337
|
7 extern void libvamphostsdk_v_2_4_present(void) { }
|
Chris@332
|
8 extern void libvamphostsdk_v_2_3_1_present(void) { }
|
Chris@332
|
9 extern void libvamphostsdk_v_2_3_present(void) { }
|
Chris@332
|
10 extern void libvamphostsdk_v_2_2_1_present(void) { }
|
Chris@332
|
11 extern void libvamphostsdk_v_2_2_present(void) { }
|
Chris@332
|
12 extern void libvamphostsdk_v_2_1_present(void) { }
|
Chris@332
|
13 extern void libvamphostsdk_v_2_0_present(void) { }
|