Skip to content
Snippets Groups Projects
Commit 262667e2 authored by j's avatar j
Browse files
 http://www.gnu.org/software/binutils/manual/ld-2.9.1/html_node/ld_25.html 
the version number in Version_script is not the one defined in configure.ac

this commit exports
 * old functions as libtheora.1.0 (as done in alpha7)
 * and functions added after alpha7 as libtheora.2.0


svn path=/trunk/theora/; revision=13869
parent 6b699914
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
# applications linking to libtheora.
#
@PACKAGE@.so.@TH_LIB_CURRENT@.@TH_LIB_REVISION@.@TH_LIB_AGE@
@PACKAGE@.so.1.0
{
global:
theora_version_string;
......@@ -44,6 +44,13 @@
theora_comment_query_count;
theora_comment_clear;
local:
*;
};
@PACKAGE@.so.2.0
{
global:
th_version_string;
th_version_number;
......@@ -73,4 +80,4 @@
local:
*;
};
} @PACKAGE@.so.1.0;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment