[xiph-commits] r17156 - trunk/Tremor

conrad at svn.xiph.org conrad at svn.xiph.org
Wed Apr 21 16:43:50 PDT 2010


Author: conrad
Date: 2010-04-21 16:43:50 -0700 (Wed, 21 Apr 2010)
New Revision: 17156

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

Patch by Stefan Kost

Modified: trunk/Tremor/Version_script.in
===================================================================
--- trunk/Tremor/Version_script.in	2010-04-20 08:56:46 UTC (rev 17155)
+++ trunk/Tremor/Version_script.in	2010-04-21 23:43:50 UTC (rev 17156)
@@ -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