Changes between Version 13 and Version 14 of Getting-Started/Autoconf


Ignore:
Timestamp:
May 17, 2012 10:11:24 AM (12 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Autoconf

    v13 v14  
    1919=== Tools and development libraries === 
    2020 
    21 In order to use PJ's GNU build system, these typical GNU tools are needed: 
     21In order to use PJSIP's GNU build system, these typical GNU tools are needed: 
    2222 
    2323    * GNU make (other make will not work), 
     
    8484==== Configure with Video Support ==== 
    8585 
     86Add this to your {{{config_site.h}}}: 
     87 
     88{{{ 
     89#define PJMEDIA_HAS_VIDEO       1 
     90}}} 
     91 
    8692Video requirements will be detected by the {{{configure}}} script. Pay attention to the following output (the sample below was taken on a Mac): 
    8793