OpenCV is Android port is more cleaner than the use of toolchain that we are using right now. Working with the Cmake toolchain there were some files that Cmake won't ever find, even if they were. With this other approach, this should not happen because you use Cmake to generate the Android Makefiles and let the Ndk toolchain do the trick.
Right now i was working that way, trying to do what OpenCV fellows did in the first Android fork. That's make some Android makefiles for each piece of library, make them compile and so on. Just to be sure. For example i've been very worried by how treat correctly the differences of Pthreads. The Set functions are trivial and i don't think that could cause a very big damage. But pthread_cancel is something different, because i've seen that it's widely used. And we would need a suitable replacement to don't let the thread go on. 2011/1/17 Thomas Hogarth <[email protected]> > Looks like this is a useful read > > http://opencv.willowgarage.com/wiki/Android > <http://opencv.willowgarage.com/wiki/Android> > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

