Changes between Version 40 and Version 41 of Getting-Started/Android


Ignore:
Timestamp:
Jan 27, 2015 10:11:17 AM (9 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v40 v41  
    5656 - native OpenGL ES 2.0 renderer (requires Android 2.2 (API level 8) or higher). 
    5757 - H.263 codec (via ffmpeg library, see below) 
    58  - H.264 codec (via OpenH264 library, see below) 
     58 - H.264 codec (optional, via OpenH264 library, see below) 
    5959 
    6060=== Requirements === 
    6161 
    62 ==== ffmpeg ==== 
     62==== ffmpeg (required) ==== 
    6363 
    6464       1. Follow the instructions from the web on how to build ffmpeg for android. We followed the instructions provided [http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/ here] and successfully built with Android NDK !r10. 
     
    6868}}} 
    6969 
    70 ==== OpenH264 ==== 
     70==== OpenH264 (optional) ==== 
    7171 
    7272       1. Follow the instructions in ticket #1758