Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes updates to the OpenCV version and related configurations in the build process. The most important changes include updating the OpenCV version in various files, modifying the
build.sh
script to use the new Emscripten version, and updating submodule commits foropencv
andopencv_contrib
.Updates to OpenCV version:
.github/workflows/build.yml
: Updated OpenCV version from4.7.0
to4.10.0
and Emscripten version from3.1.26
to3.1.38
in the build and release steps.build.sh
: Updated the Emscripten version from3.1.26
to3.1.38
in the version status and build configuration. [1] [2]Submodule updates:
libs/opencv
: Updated submodule commit to71d3237a093b60a27601c20e9ee6c3e52154e8b1
.libs/opencv_contrib
: Updated submodule commit to8f630101f015bf8a3f6dad735e39f9c3fce298b3
.