From 1be9d16001c0ef4b6465d5c771afd7c48a517914 Mon Sep 17 00:00:00 2001 From: Conrad Parker Date: Wed, 21 Apr 2010 23:43:50 +0000 Subject: Add entries to Version_script so that ivorbisdec is api compatible with normal vorbisdec. Patch by Stefan Kost git-svn-id: https://svn.xiph.org/trunk/Tremor@17156 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- Version_script.in | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Version_script.in b/Version_script.in index ffbd3a2..e16d322 100644 --- a/Version_script.in +++ b/Version_script.in @@ -45,7 +45,16 @@ vorbis_comment_clear; vorbis_block_init; vorbis_block_clear; - vorbis_dsp_clear; + vorbis_dsp_clear; + vorbis_synthesis_idheader; + vorbis_synthesis_headerin; + vorbis_synthesis_init; + vorbis_synthesis_restart; + vorbis_synthesis; + vorbis_synthesis_blockin; + vorbis_synthesis_pcmout; + vorbis_synthesis_read; + vorbis_packet_blocksize; local: *; -- cgit v1.2.1