Changes between Version 3 and Version 4 of Ticket #1758
- Timestamp:
- Apr 10, 2014 8:41:33 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1758 – Description
v3 v4 14 14 15 15 For 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.: 17 18 {{{ 18 ./configure --with-openh264=/home/user/ src/openh264-trunk19 ./configure --with-openh264=/home/user/opt 19 20 }}} 20 21 1. Add this to your {{{config_site.h}}}: