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

github.com/mumble-voip/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:47:48 +0400
committerconrad <conrad@0101bb08-14d6-0310-b084-bc0e0c8e3800>2004-07-16 09:47:48 +0400
commite376c08bf7c825fe5ca60f10eaf6584501f490db (patch)
tree9af1ee33794545b0973fa09bf977102bd06b569d /README.symbian
parent38b626726f3577ea6084d422f5c0aa6a92b23ef8 (diff)
added symbian/ directory containing build files for Symbian, and added
note about these to README.symbian git-svn-id: http://svn.xiph.org/trunk/speex@7160 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'README.symbian')
-rw-r--r--README.symbian10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.symbian b/README.symbian
index 37b27c4..7617a21 100644
--- a/README.symbian
+++ b/README.symbian
@@ -13,8 +13,8 @@ are required due to the following limitation imposed on DLLs in Symbian OS:
-- Coding Idioms for Symbian OS, Oct 2002 [1]
-This document outlines how to build libspeex for Symbian OS, and how to
-develop applications using the modified libspeex API.
+This file (README.symbian) outlines how to build libspeex for Symbian OS,
+and how to develop applications using the modified libspeex API.
Note that these modifications have been implemented in a portable manner so
that they may also be used on other platforms with similar restrictions,
@@ -36,6 +36,12 @@ When building in a GNU environment, this behaviour can be configured by:
./configure --disable-global-pointers
+The symbian/ directory contains the following files for Symbian's abuild tool:
+
+ bld.inf Component definition file
+ speex.mmp Project specification file
+ config.h Configuration options for both emulator and device builds
+
Developing applications for libspeex modified for Symbian OS
------------------------------------------------------------