Remove defined(HAVE_IPP)

This commit is contained in:
vbystricky
2014-04-08 13:05:23 +04:00
parent f23134ce01
commit 9828cd6086
5 changed files with 8 additions and 8 deletions

View File

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