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

conrad at svn.xiph.org conrad at svn.xiph.org
Tue Apr 20 01:47:06 PDT 2010


Author: conrad
Date: 2010-04-20 01:47:06 -0700 (Tue, 20 Apr 2010)
New Revision: 17153

Modified:
   branches/lowmem-branch/Tremor/Version_script.in
Log:
Update symbols listed in Version_script.in

There are 3 public symbols in the headers, which are missing in the
linker script and thus marked as private again. This causes issues for
e.g. gstreamer (https://bugzilla.gnome.org/show_bug.cgi?id=616194).

Patch by Stefan Kost

Modified: branches/lowmem-branch/Tremor/Version_script.in
===================================================================
--- branches/lowmem-branch/Tremor/Version_script.in	2010-04-20 08:28:51 UTC (rev 17152)
+++ branches/lowmem-branch/Tremor/Version_script.in	2010-04-20 08:47:06 UTC (rev 17153)
@@ -43,6 +43,9 @@
 		vorbis_comment_query;
 		vorbis_comment_query_count;
 		vorbis_comment_clear;
+		vorbis_block_init;
+		vorbis_block_clear;
+		vorbis_dsp_clear;
 
 	local:
 		*;



More information about the commits mailing list