Changes between Version 62 and Version 63 of Getting-Started/Android
- Timestamp:
- Jun 29, 2016 4:12:59 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Android
v62 v63 67 67 68 68 ==== libyuv (recommended) ==== 69 Provides format conversion and video manipulation, alternatively you can use ffmpeg. 69 Provides 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: 70 70 1. Follow the instructions in ticket #1776 71 71 1. Copy all library .so files into your Android application project directory, for example: … … 103 103 ... 104 104 }}} 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. 105 107 106 108 === Adding Video Capture Device to Your Application ===