Applying fix described in ticket #910. sift was not being built for arm...
This commit is contained in:
parent
ca803e12fd
commit
6c2cdb6772
@ -48,14 +48,15 @@
|
|||||||
|
|
||||||
#include "precomp.hpp"
|
#include "precomp.hpp"
|
||||||
|
|
||||||
#ifdef __arm__
|
//#ifdef __arm__
|
||||||
#define ARM_NO_SIFT
|
//#define ARM_NO_SIFT
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
#ifdef ANDROID
|
//#ifdef ANDROID
|
||||||
#undef ARM_NO_SIFT
|
//#undef ARM_NO_SIFT
|
||||||
#endif //ANDROID
|
//#endif //ANDROID
|
||||||
|
|
||||||
|
#undef ARM_NO_SIFT
|
||||||
#ifdef ARM_NO_SIFT
|
#ifdef ARM_NO_SIFT
|
||||||
|
|
||||||
static inline void throw_nosift() { CV_Error(CV_StsBadFunc, "The library is compiled under ARM without SIFT support"); }
|
static inline void throw_nosift() { CV_Error(CV_StsBadFunc, "The library is compiled under ARM without SIFT support"); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user