[xiph-commits] r17149 - trunk/Tremor
conrad at svn.xiph.org
conrad at svn.xiph.org
Tue Apr 20 00:06:29 PDT 2010
Author: conrad
Date: 2010-04-20 00:06:28 -0700 (Tue, 20 Apr 2010)
New Revision: 17149
Modified:
trunk/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).
Modified: trunk/Tremor/Version_script.in
===================================================================
--- trunk/Tremor/Version_script.in 2010-04-17 16:50:15 UTC (rev 17148)
+++ trunk/Tremor/Version_script.in 2010-04-20 07:06:28 UTC (rev 17149)
@@ -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