summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Parker <conrad@xiph.org>2010-04-21 23:43:50 +0000
committerConrad Parker <conrad@xiph.org>2010-04-21 23:43:50 +0000
commit1be9d16001c0ef4b6465d5c771afd7c48a517914 (patch)
tree7c0da653024f01baae97dbc1631fb6c9cef8423b
parenta24ad169c564f8d8cb935b72e7cc5578c628ea93 (diff)
downloadtremor-1be9d16001c0ef4b6465d5c771afd7c48a517914.tar.gz
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
-rw-r--r--Version_script.in11
1 files changed, 10 insertions, 1 deletions
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:
*;