Mercurial > hg > vamp-plugin-sdk
view src/vamp-hostsdk/acsymbols.c @ 382:656ce0eae135
Fix failure to reset timestamp rewriting when reset() called in buffering adapter (symptom: timestamps appear to continue to ascend from end point on second run after reset)
author | Chris Cannam |
---|---|
date | Fri, 12 Sep 2014 16:50:01 +0100 |
parents | dc40fff9f20b |
children | 4ec736a36546 |
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_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) { }