summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Parker <conrad@xiph.org>2010-04-20 07:06:28 +0000
committerConrad Parker <conrad@xiph.org>2010-04-20 07:06:28 +0000
commit74d98f42bee21d11919e571987c91020b1d92003 (patch)
tree548497872a159da49f1af37c7777457ded022d70
parent6a72ecb89a2df9aaa33f7c35b64e1ebde0dba383 (diff)
downloadtremor-74d98f42bee21d11919e571987c91020b1d92003.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). git-svn-id: https://svn.xiph.org/trunk/Tremor@17149 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:
*;