Changes between Version 1 and Version 4 of Ticket #1463


Ignore:
Timestamp:
Mar 22, 2012 10:06:25 AM (12 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1463 – Description

    v1 v4  
    3232  }}} 
    3333  instead of just '''{{{make}}}''' or '''{{{make all}}}'''. This is because most samples will no longer build due to missing media in PJSUA-LIB, hence normal {{{make}}} will fail on these apps. The {{{make lib}}} command only builds the libraries and unit tests for the libraries. 
    34  1. Go to directory '''{{{pjsip-apps/src/third_party}}}'''. This is a sample application with hook points to integrate third party media library. Fill in the media implementation in the alt_pjsua_xxx.c files, following the "TODO" notes. Run {{{make}}} to build the application. Once it's built, run ''alt_pjsua'' just as you run the usual ''pjsua'' application (it's essentially the same app!). 
     34 1. Go to directory '''{{{pjsip-apps/src/3rdparty_media_sample}}}'''. This is a sample application with hook points to integrate third party media library. Fill in the media implementation in the alt_pjsua_xxx.c files, following the "TODO" notes. Run {{{make}}} to build the application. Once it's built, run ''alt_pjsua'' just as you run the usual ''pjsua'' application (it's essentially the same app!).