Changes between Version 11 and Version 16 of Ticket #1758
- Timestamp:
- Jan 27, 2015 10:06:52 AM (10 years ago)
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 44 44 1. Include {{{libopenh264.a}}} and iOS-SDK's {{{libstdc++.dylib}}} to application project in XCode. 45 45 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 47 For 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).