Mercurial > hg > vamp-plugin-sdk
view src/vamp-hostsdk/acsymbols.c @ 451:b4addbeab790 vampipe
Puzzlingly, this seems to produce the wrong results if assigned directly when compiled using Emscripten. I wonder what I'm missing
author | Chris Cannam |
---|---|
date | Tue, 06 Sep 2016 19:13:48 +0100 |
parents | abdf03252c8a |
children | 2dbb3f920abc |
line wrap: on
line source
/* These stubs are provided so that autoconf can check library * versions using C symbols only */ extern void libvamphostsdk_v_2_7_present(void) { } extern void libvamphostsdk_v_2_6_present(void) { } extern void libvamphostsdk_v_2_5_present(void) { } extern void libvamphostsdk_v_2_4_present(void) { } extern void libvamphostsdk_v_2_3_1_present(void) { } extern void libvamphostsdk_v_2_3_present(void) { } extern void libvamphostsdk_v_2_2_1_present(void) { } extern void libvamphostsdk_v_2_2_present(void) { } extern void libvamphostsdk_v_2_1_present(void) { } extern void libvamphostsdk_v_2_0_present(void) { }