mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Fixed Android build
This commit is contained in:
@@ -18,7 +18,7 @@ using std::tr1::get;
|
||||
typedef TestBaseWithParam<String> stitch;
|
||||
typedef TestBaseWithParam<String> match;
|
||||
|
||||
#if HAVE_OPENCV_NONFREE
|
||||
#ifdef HAVE_OPENCV_NONFREE
|
||||
#define TEST_DETECTORS testing::Values("surf", "orb")
|
||||
#else
|
||||
#define TEST_DETECTORS testing::Values<String>("orb")
|
||||
|
||||
Reference in New Issue
Block a user