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
path: root/win32
diff options
context:
space:
mode:
authorGian-Carlo Pascutto <gcp@sjeng.org>2012-07-12 22:23:56 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-07-13 01:59:26 +0400
commitd2fa2edfd8697dfd15ebf75a7c3ac9dfbc3376ee (patch)
tree80e4abe11c2936f244d84f4079f617859ffef6ff /win32
parentcb4273581368e4185715c96b66029af9608047b8 (diff)
Make compiler settings consistent. Actually produce the libary, remove the opus_demo for now.
Diffstat (limited to 'win32')
-rw-r--r--win32/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/config.h b/win32/config.h
index 38cb441e..9fc49f16 100644
--- a/win32/config.h
+++ b/win32/config.h
@@ -18,4 +18,6 @@
#pragma warning(disable : 4996)/* This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. */
#endif
+#define OPUS_VERSION "0.9.11 win32"
+
#endif CONFIG_H