Commit 6c2cdb67 authored by Ethan Rublee's avatar Ethan Rublee

Applying fix described in ticket #910. sift was not being built for arm...

parent ca803e12
......@@ -48,14 +48,15 @@
#include "precomp.hpp"
#ifdef __arm__
#define ARM_NO_SIFT
#endif
//#ifdef __arm__
//#define ARM_NO_SIFT
//#endif
#ifdef ANDROID
#undef ARM_NO_SIFT
#endif //ANDROID
//#ifdef ANDROID
//#undef ARM_NO_SIFT
//#endif //ANDROID
#undef 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"); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment