Changes between Version 13 and Version 14 of Getting-Started/Autoconf
- Timestamp:
- May 17, 2012 10:11:24 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Autoconf
v13 v14 19 19 === Tools and development libraries === 20 20 21 In order to use PJ 's GNU build system, these typical GNU tools are needed:21 In order to use PJSIP's GNU build system, these typical GNU tools are needed: 22 22 23 23 * GNU make (other make will not work), … … 84 84 ==== Configure with Video Support ==== 85 85 86 Add this to your {{{config_site.h}}}: 87 88 {{{ 89 #define PJMEDIA_HAS_VIDEO 1 90 }}} 91 86 92 Video requirements will be detected by the {{{configure}}} script. Pay attention to the following output (the sample below was taken on a Mac): 87 93