[xiph-commits] r17158 - branches/lowmem-branch/Tremor

conrad at svn.xiph.org conrad at svn.xiph.org
Wed Apr 21 16:46:40 PDT 2010


Author: conrad
Date: 2010-04-21 16:46:40 -0700 (Wed, 21 Apr 2010)
New Revision: 17158

Modified:
   branches/lowmem-branch/Tremor/Version_script.in
Log:
Add entries to Version_script so that ivorbisdec is api compatible with
normal vorbisdec.

Ported from trunk r17156, Patch by Stefan Kost

Modified: branches/lowmem-branch/Tremor/Version_script.in
===================================================================
--- branches/lowmem-branch/Tremor/Version_script.in	2010-04-21 23:43:57 UTC (rev 17157)
+++ branches/lowmem-branch/Tremor/Version_script.in	2010-04-21 23:46:40 UTC (rev 17158)
@@ -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:
 		*;



More information about the commits mailing list