Changes between Version 11 and Version 16 of Ticket #1758


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1758

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #1758 – Description

    v11 v16  
    4444 1. Include {{{libopenh264.a}}} and iOS-SDK's {{{libstdc++.dylib}}} to application project in XCode. 
    4545 1. Better remove/rename {{{libopenh264.dylib}}} from the OpenH264 installation directory, as somehow it may cause crash on runtime (failed in loading dynamic lib). 
     46 
     47For Android: 
     48 1. Build the OpenH264 library according to the instructions provided in README.md at the OpenH264 directory. Modify the Makefile to install it to different location (modify the "prefix") and run "make install".   
     49 1. Copy {{{libopenh264.so}}} to your Android application library directory (such as libs/armeabi).