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

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconrad <conrad@0101bb08-14d6-0310-b084-bc0e0c8e3800>2004-07-16 09:02:58 +0400
committerconrad <conrad@0101bb08-14d6-0310-b084-bc0e0c8e3800>2004-07-16 09:02:58 +0400
commit85e9df91e8eb2dd2d7c9ed667c65c098f528bfdb (patch)
treec4bb8f0ccd792a4b67a3bbef70493bd6db4cc022 /README.symbian
parent0ff08d9d533debecf8721e244376192d9826e603 (diff)
add note about --disable-global-pointers to README.symbian
git-svn-id: http://svn.xiph.org/trunk/speex@7158 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'README.symbian')
-rw-r--r--README.symbian4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.symbian b/README.symbian
index fc13adf..37b27c4 100644
--- a/README.symbian
+++ b/README.symbian
@@ -32,6 +32,10 @@ Additionally, the header file include/speex/speex_noglobals.h should be
installed into the system include directory, along with the other
speex_* headers.
+When building in a GNU environment, this behaviour can be configured by:
+
+ ./configure --disable-global-pointers
+
Developing applications for libspeex modified for Symbian OS
------------------------------------------------------------