Changes between Version 17 and Version 18 of Getting-Started/Autoconf
- Timestamp:
- Aug 8, 2012 12:57:09 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Autoconf
v17 v18 137 137 --disable-speex-codec Exclude Speex codecs in the build 138 138 --disable-ilbc-codec Exclude iLBC codec in the build 139 --disable- tlsForce excluding TLS support (default is autodetected based on OpenSSL availability)139 --disable-ssl Force excluding TLS support (default is autodetected based on OpenSSL availability) 140 140 --disable-sdl Disable SDL (default: not disabled) 141 141 --disable-ffmpeg Disable ffmpeg (default: not disabled) … … 161 161 By default, TLS support is configured based on the availability of OpenSSL header files and libraries. If OpenSSL is available at the default include and library path locations, TLS will be enabled by the configure script. 162 162 163 You can explicitly disable TLS support by giving the configure script --disable- tlsoption.163 You can explicitly disable TLS support by giving the configure script --disable-ssl option. 164 164 165 165 == Cross Compilation ==