summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Parker <conrad@xiph.org>2010-04-20 08:47:06 +0000
committerConrad Parker <conrad@xiph.org>2010-04-20 08:47:06 +0000
commit7ed233e53d8042e31b1829484fb09d304ded2bda (patch)
tree96b2f18630ccb7be6fb0fa140f16ad1d7790ae43
parent9869c9f2dca31e2bd397de4d9fd1fbf9ea5cc34b (diff)
downloadtremor-7ed233e53d8042e31b1829484fb09d304ded2bda.tar.gz
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 git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@17153 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--Version_script.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Version_script.in b/Version_script.in
index 2eb1d87..ffbd3a2 100644
--- a/Version_script.in
+++ b/Version_script.in
@@ -43,6 +43,9 @@
vorbis_comment_query;
vorbis_comment_query_count;
vorbis_comment_clear;
+ vorbis_block_init;
+ vorbis_block_clear;
+ vorbis_dsp_clear;
local:
*;