Add IPP_VERSION_X100 define

This commit is contained in:
vbystricky
2014-04-08 12:43:57 +04:00
parent 7badc85b60
commit f23134ce01
8 changed files with 16 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ namespace cv
# pragma warning(disable: 4748)
#endif
#if defined HAVE_IPP && IPP_VERSION_MAJOR*100 + IPP_VERSION_MINOR >= 701
#if defined HAVE_IPP && IPP_VERSION_X100 >= 701
#define USE_IPP_DFT 1
#else
#undef USE_IPP_DFT