Changes between Version 62 and Version 63 of Getting-Started/Android


Ignore:
Timestamp:
Jun 29, 2016 4:12:59 AM (8 years ago)
Author:
nanang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v62 v63  
    6767 
    6868==== libyuv (recommended) ==== 
    69 Provides format conversion and video manipulation, alternatively you can use ffmpeg. 
     69Provides format conversion and video manipulation, alternatively you can use ffmpeg. If you are using 2.5.5 or newer, libyuv should be built and enabled automatically, see ticket #1937 for more info. If you are using 2.5.1 or older: 
    7070       1. Follow the instructions in ticket #1776 
    7171       1. Copy all library .so files into your Android application project directory, for example: 
     
    103103... 
    104104}}} 
     105 
     106'''Update''': since PJSIP 2.5.5, libyuv is included in the PJSIP package and configure script param {{{--with-libyuv}}} is removed, check ticket #1937 for more info. 
    105107 
    106108=== Adding Video Capture Device to Your Application ===