summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiza Sulistyo <riza@teluu.com>2016-05-17 10:03:32 +0000
committerRiza Sulistyo <riza@teluu.com>2016-05-17 10:03:32 +0000
commit99614d0efb96167bb8d391f12f5190f4fe86f63a (patch)
treedc5b48b9c6499d9a8a58df7ef0bdf28eaed07c6f
parent7f59e4d6d01926c2535937463095e8d769be4ad9 (diff)
Re #1917(misc): Update README.txt including the one on third_party folder.
Thanks to Alexander Traud for the report. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5299 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--README.txt8
-rw-r--r--third_party/README.txt3
2 files changed, 6 insertions, 5 deletions
diff --git a/README.txt b/README.txt
index 48415fdf..f28547f5 100644
--- a/README.txt
+++ b/README.txt
@@ -447,9 +447,11 @@ Using Default Settings
...
Notes:
- The default settings build the libraries in "release" mode, with
- default CFLAGS set to "-O2 -DNDEBUG". To change the default CFLAGS,
- we can use the usual "./configure CFLAGS='-g'" construct.
+ The default settings build the libraries in "debug" mode
+ (active assert()), with default CFLAGS set to "-O2". To change
+ the default CFLAGS, we can use the usual "./configure CFLAGS='-g'"
+ construct. To build in "release" mode, and deactivate assert(),
+ we can use "./configure CFLAGS='-DNDEBUG'".
Features Customization
diff --git a/third_party/README.txt b/third_party/README.txt
index d852a799..2a69804a 100644
--- a/third_party/README.txt
+++ b/third_party/README.txt
@@ -12,8 +12,7 @@ using the project files/Makefiles provided by the software.
= Versions =
speex: SVN -r12832
-portaudio: SVN -r1186
gsm: gsm-1.0.12
ilbc: from RFC
resample: lib-resample, I think version 1.7
-srtp libsrtp-1.4.4
+srtp libsrtp-1.5.4