Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-07-02 02:22:15 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-07-13 22:50:36 +0400
commit7d99c2ff0002c14af0b52af3e4be64ca7e32ac46 (patch)
tree399c2bbc31d4b71965cf716bc7c3375bc2f08df9
parent9265e2837010f4df2f91c015f9799fb0fccc1e1a (diff)
Add exp_wip5 tag to version string.
-rw-r--r--celt/celt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/celt/celt.c b/celt/celt.c
index f0621011..1d339bf0 100644
--- a/celt/celt.c
+++ b/celt/celt.c
@@ -3029,6 +3029,7 @@ const char *opus_strerror(int error)
const char *opus_get_version_string(void)
{
return "libopus " OPUS_VERSION
+ "-exp_wip5-"
#ifdef FIXED_POINT
"-fixed"
#endif