commit faf80a1c1465b097470a12632f1ffcfa582ae393
Author: Jakub Bogusz <[email protected]>
Date: Fri Jul 19 20:32:08 2013 +0200
- fixed build with OpenCL/without AMDBLAS/AMDFFT
opencv.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/opencv.spec b/opencv.spec
index 7828b76..51ce088 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -208,8 +208,8 @@ cd build
%{?with_ffmpeg:-DWITH_FFMPEG=ON} \
%{!?with_gstreamer:-DWITH_GSTREAMER=OFF} \
%{?with_opencl:-DWITH_OPENCL=ON} \
- %{?with_opencl_amdblas:-DWITH_OPENCLAMDBLAS=ON} \
- %{?with_opencl_amdfft:-DWITH_OPENCLAMDFFT=ON} \
+ %{!?with_opencl_amdblas:-DWITH_OPENCLAMDBLAS=OFF} \
+ %{!?with_opencl_amdfft:-DWITH_OPENCLAMDFFT=OFF} \
%{?with_opengl:-DWITH_OPENGL=ON} \
%{?with_openni:-DWITH_OPENNI=ON} \
%{?with_pvapi:-DPVAPI_LIBRARY=%{_libdir}/libPvAPI.so}%{!?with_pvapi:-DWITH_PVAPI=OFF}
\
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/opencv.git/commitdiff/faf80a1c1465b097470a12632f1ffcfa582ae393
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit