Skip to content

Commit 284944f

Browse files
Merge pull request #10 from elucideye/opencv-3.0.0-p7
Opencv 3.0.0 p7
2 parents d44174a + 5b5f195 commit 284944f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

cmake/Modules/drishti_set_opencv_cmake_args_nix.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ macro(drishti_set_opencv_cmake_args_nix)
1919

2020
### Custom ARGS ###
2121
WITH_PNG=ON # "Include PNG support"
22-
WITH_TIFF=ON # "Include TIFF support"
22+
WITH_TIFF=OFF # "Include TIFF support"
2323
WITH_JASPER=ON # "Include JPEG2K support"
2424
WITH_JPEG=OFF # "Include JPEG support"
2525
WITH_TBB=ON # "Include Intel TBB support"

cmake/Modules/drishti_set_opencv_cmake_args_osx.cmake

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ macro(drishti_set_opencv_cmake_args_osx)
1717

1818
### Custom ARGS ###
1919
WITH_PNG=ON # "Include PNG support"
20-
WITH_TIFF=ON # "Include TIFF support"
20+
WITH_TIFF=OFF # "Include TIFF support"
2121
WITH_JASPER=ON # "Include JPEG2K support"
22-
WITH_JPEG=OFF # "Include JPEG support"
22+
WITH_JPEG=OFF # "Include JPEG support"
2323
BUILD_JPEG=OFF
2424

2525
WITH_OPENCL=NO
@@ -29,6 +29,8 @@ macro(drishti_set_opencv_cmake_args_osx)
2929
HAVE_CUBLAS=NO
3030
HAVE_CUDA=NO
3131

32+
WITH_QTKIT=NO
33+
3234
WITH_PTHREADS_PF=OFF # "Use pthreads-based parallel_for"
3335
WITH_TBB=OFF # "Include Intel TBB support"
3436
WITH_1394=OFF # "Include IEEE1394 support"

cmake/Modules/drishti_set_opencv_cmake_args_windows.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ macro(drishti_set_opencv_cmake_args_windows)
1717

1818
### Custom ARGS ###
1919
WITH_PNG=ON # "Include PNG support"
20-
WITH_TIFF=ON # "Include TIFF support"
20+
WITH_TIFF=OFF # "Include TIFF support"
2121
WITH_JASPER=ON # "Include JPEG2K support"
2222
WITH_JPEG=OFF # "Include JPEG support"
2323
WITH_TBB=ON # "Include Intel TBB support"

0 commit comments

Comments
 (0)