mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
435 B
18 lines
435 B
14 years ago
|
changes
|
||
|
added some specific CMakeLists.txt changes see the changes.diff for these
|
||
|
|
||
|
basically see
|
||
|
mbstowcs is not supported - so see had to
|
||
|
#ifndef ANDROID
|
||
|
string fromUtf16(const WString& str)
|
||
|
WString toUtf16(const string& str)
|
||
|
#endif
|
||
|
|
||
|
ANDROID is always defined when building with the ndk
|
||
|
|
||
|
_S is a bad variable name for android...
|
||
|
|
||
|
added the zlib-android - because i couldn't figure out how to configure the
|
||
|
existing zlib in 3rdparty
|
||
|
|