summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Parker <conrad@xiph.org>2010-04-21 23:46:40 +0000
committerConrad Parker <conrad@xiph.org>2010-04-21 23:46:40 +0000
commit2e7439409ff4efa042f6b2e05cffba7f0ab64bf3 (patch)
treedc1a3ab1d22e700a4c0f2cd1e21fadbede795e93
parentd8bd2ae687193f64b8d7af584d39d86567be1cb5 (diff)
downloadtremor-2e7439409ff4efa042f6b2e05cffba7f0ab64bf3.tar.gz
Add entries to Version_script so that ivorbisdec is api compatible with
normal vorbisdec. Ported from trunk r17156, Patch by Stefan Kost git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@17158 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:
*;