Added missed macro
authorAndrey Kamaev <no@email>
Tue, 27 Dec 2011 11:32:56 +0000 (11:32 +0000)
committerAndrey Kamaev <no@email>
Tue, 27 Dec 2011 11:32:56 +0000 (11:32 +0000)
modules/imgproc/src/precomp.hpp

index 731addd..40ac883 100644 (file)
@@ -65,6 +65,8 @@
 
 #ifdef HAVE_TEGRA_OPTIMIZATION
 #include "opencv2/imgproc/imgproc_tegra.hpp"
+#else
+#define GET_OPTIMIZED(func) (func)
 #endif
 
 /* helper tables */