Re #1917(misc): Update README.txt including the one on third_party folder.

Thanks to Alexander Traud for the report.



git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@5299 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Riza Sulistyo 2016-05-17 10:03:32 +00:00
parent 7d9c54d2b5
commit a15a59208c
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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