summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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