Changes between Version 2 and Version 3 of Ticket #1776
- Timestamp:
- Jul 15, 2014 2:16:08 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1776 – Description
v2 v3 21 21 ./configure-iphone --with-libyuv=/home/user/src/libyuv 22 22 }}} 23 1. Include {{{libyuv.a}}} to application project in XCode. 23 1. Include {{{libyuv.a}}} to application project in XCode. For {{{armv7}}} architecture, include {{{libyuv_neon.a}}} to the application project. 24 24 25 25 Notes for iOS targets: 26 - armv7sit is still not supported because of the limitation from chromium build tools.26 - {{{armv7s}}} it is still not supported because of the limitation from chromium build tools. 27 27 28 28 For Visual Studio: