Skip to content

Commit

Permalink
Added OpenCV 4.9.0 for macArm64
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm4 committed Mar 26, 2024
1 parent 34dd60d commit 96ae4ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/DownloadPrebuilts.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ elseif ("${SYSTEM_NAME_UPPER}" STREQUAL "DARWIN" AND
# OpenCV for MacOS-arm64 #
##########################

set(OpenCV_VERSION "4.7.0")
set(OpenCV_VERSION "4.9.0")
set(OpenCV_PREBUILT_DIR "macArm64_opencv_${OpenCV_VERSION}")
set(OpenCV_DIR "${PREBUILT_PATH}/${OpenCV_PREBUILT_DIR}")
set(OpenCV_INCLUDE_DIR "${OpenCV_DIR}/include")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ cmake \
-DBUILD_TIFF=ON \
-DWITH_WEBP=ON \
-DBUILD_WEBP=ON \
-DWITH_FFMPEG=ON \
-DBUILD_FFMPEG=ON \
-DWITH_OPENEXR=ON \
-DBUILD_OPENEXR=ON \
-DOPENCV_ENABLE_NONFREE=ON \
Expand Down Expand Up @@ -121,6 +123,8 @@ cmake \
-DBUILD_TIFF=ON \
-DWITH_WEBP=ON \
-DBUILD_WEBP=ON \
-DWITH_FFMPEG=ON \
-DBUILD_FFMPEG=ON \
-DWITH_OPENEXR=ON \
-DBUILD_OPENEXR=ON \
-DOPENCV_ENABLE_NONFREE=ON \
Expand Down

0 comments on commit 96ae4ea

Please sign in to comment.