Commit f38ebba3 authored by Alexander Smorkalov's avatar Alexander Smorkalov

Build fix for NVIDIA Tegra optimizations integration.

parent ed8a7fa5
...@@ -73,10 +73,6 @@ ...@@ -73,10 +73,6 @@
#undef abs #undef abs
#endif #endif
#ifdef HAVE_TEGRA_OPTIMIZATION
#include "opencv2/imgcodecs/imgcodecs_tegra.hpp"
#endif
#define __BEGIN__ __CV_BEGIN__ #define __BEGIN__ __CV_BEGIN__
#define __END__ __CV_END__ #define __END__ __CV_END__
#define EXIT __CV_EXIT__ #define EXIT __CV_EXIT__
......
...@@ -76,10 +76,6 @@ ...@@ -76,10 +76,6 @@
#undef abs #undef abs
#endif #endif
#ifdef HAVE_TEGRA_OPTIMIZATION
#include "opencv2/videoio/videoio_tegra.hpp"
#endif
#define __BEGIN__ __CV_BEGIN__ #define __BEGIN__ __CV_BEGIN__
#define __END__ __CV_END__ #define __END__ __CV_END__
#define EXIT __CV_EXIT__ #define EXIT __CV_EXIT__
......
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