Changes between Version 3 and Version 4 of Ticket #1758


Ignore:
Timestamp:
Apr 10, 2014 8:41:33 AM (10 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1758 – Description

    v3 v4  
    1414 
    1515For GNU targets: 
    16  1. Run {{{configure}}} with {{{--with-openh264}}} option specifying the directory of OpenH264 source files. E.g.: 
     16 1. Build the OpenH264 library and install it to a directory (with "make install"). By default it installs to {{{/usr/local}}}. You need to modify the Makefile to install it to different location (=prefix). 
     17 1. Run PJSIP's {{{configure}}}. If you specify alternate location (prefix) to OpenH264 installation, specify the location with {{{--with-openh264}}} option. E.g.: 
    1718 {{{ 
    18 ./configure --with-openh264=/home/user/src/openh264-trunk 
     19./configure --with-openh264=/home/user/opt 
    1920 }}} 
    2021 1. Add this to your {{{config_site.h}}}: