Skip to content

Commit

Permalink
Merge pull request #10 from elucideye/opencv-3.0.0-p7
Browse files Browse the repository at this point in the history
Opencv 3.0.0 p7
  • Loading branch information
headupinclouds authored Oct 29, 2016
2 parents d44174a + 5b5f195 commit 284944f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake/Modules/drishti_set_opencv_cmake_args_nix.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ macro(drishti_set_opencv_cmake_args_nix)

### Custom ARGS ###
WITH_PNG=ON # "Include PNG support"
WITH_TIFF=ON # "Include TIFF support"
WITH_TIFF=OFF # "Include TIFF support"
WITH_JASPER=ON # "Include JPEG2K support"
WITH_JPEG=OFF # "Include JPEG support"
WITH_TBB=ON # "Include Intel TBB support"
Expand Down
6 changes: 4 additions & 2 deletions cmake/Modules/drishti_set_opencv_cmake_args_osx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ macro(drishti_set_opencv_cmake_args_osx)

### Custom ARGS ###
WITH_PNG=ON # "Include PNG support"
WITH_TIFF=ON # "Include TIFF support"
WITH_TIFF=OFF # "Include TIFF support"
WITH_JASPER=ON # "Include JPEG2K support"
WITH_JPEG=OFF # "Include JPEG support"
WITH_JPEG=OFF # "Include JPEG support"
BUILD_JPEG=OFF

WITH_OPENCL=NO
Expand All @@ -29,6 +29,8 @@ macro(drishti_set_opencv_cmake_args_osx)
HAVE_CUBLAS=NO
HAVE_CUDA=NO

WITH_QTKIT=NO

WITH_PTHREADS_PF=OFF # "Use pthreads-based parallel_for"
WITH_TBB=OFF # "Include Intel TBB support"
WITH_1394=OFF # "Include IEEE1394 support"
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/drishti_set_opencv_cmake_args_windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ macro(drishti_set_opencv_cmake_args_windows)

### Custom ARGS ###
WITH_PNG=ON # "Include PNG support"
WITH_TIFF=ON # "Include TIFF support"
WITH_TIFF=OFF # "Include TIFF support"
WITH_JASPER=ON # "Include JPEG2K support"
WITH_JPEG=OFF # "Include JPEG support"
WITH_TBB=ON # "Include Intel TBB support"
Expand Down

0 comments on commit 284944f

Please sign in to comment.