Commit 2abfd50a authored by Samuel Martin's avatar Samuel Martin Committed by Thomas Petazzoni
Browse files

opencv: disable OpenMP support



Since there is currently no easy way to know if the current Buildroot
configuration has a toolchain supporting OpenMP (especially for external
toolchains), then just disable it.

Signed-off-by: default avatarSamuel Martin <s.martin49@gmail.com>
Acked-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 9401953c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -154,6 +154,7 @@ OPENCV_CONF_OPT += \
	-DWITH_OPENCL=OFF  \
	-DWITH_OPENEXR=OFF \
	-DWITH_OPENGL=OFF  \
	-DWITH_OPENMP=OFF  \
	-DWITH_OPENNI=OFF  \
	-DWITH_UNICAP=OFF  \
	-DWITH_XINE=OFF