]> git.pld-linux.org Git - packages/opencv.git/commitdiff
- fixed build with OpenCL/without AMDBLAS/AMDFFT
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 19 Jul 2013 18:32:08 +0000 (20:32 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 19 Jul 2013 18:32:08 +0000 (20:32 +0200)
opencv.spec

index 7828b76af970e3bd3bd8b8fe96c6d2185d072c6b..51ce088cdad1ded026523729f23e9900484fc20b 100644 (file)
@@ -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} \
This page took 0.066528 seconds and 4 git commands to generate.