Changes between Version 59 and Version 60 of Getting-Started/Android


Ignore:
Timestamp:
Dec 2, 2015 2:33:41 AM (8 years ago)
Author:
nanang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v59 v60  
    2222#define PJ_CONFIG_ANDROID 1 
    2323#include <pj/config_site_sample.h> 
    24   }}} 
    25   To also enable video, append this into {{{config_site.h}}}: 
    26   {{{ 
    27 #define PJMEDIA_HAS_VIDEO 1 
    2824  }}} 
    2925 
     
    8884=== Configuring === 
    8985 
    90 Sample invocation of ./configure-android: 
     86To enable video, append this into {{{config_site.h}}}: 
     87{{{ 
     88#define PJMEDIA_HAS_VIDEO 1 
     89}}} 
     90 
     91Specify third-party video libraries when invoking {{{./configure-android}}}, e.g: 
    9192{{{ 
    9293$ ./configure-android --with-openh264=/Users/me/openh264-1.0.0/android --with-libyuv=/Users/me/libyuv-android/jni