Skip to content

Commit

Permalink
update to opencv 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jevois committed May 12, 2022
1 parent 7682ae6 commit 3f1a949
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildroot/package/gcc/Config.in.host
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ choice
prompt "GCC compiler Version"
default BR2_GCC_VERSION_ARC if BR2_arc
default BR2_GCC_VERSION_OR1K if BR2_or1k
default BR2_GCC_VERSION_7_X
default BR2_GCC_VERSION_8_X
help
Select the version of gcc you wish to use.

Expand Down
2 changes: 1 addition & 1 deletion buildroot/package/opencv3/opencv3.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

OPENCV3_VERSION = 4.4.0
OPENCV3_VERSION = 4.5.4
OPENCV3_SITE = $(call github,opencv,opencv,$(OPENCV3_VERSION))
OPENCV3_INSTALL_STAGING = YES
OPENCV3_LICENSE = BSD-3-Clause
Expand Down
2 changes: 1 addition & 1 deletion buildroot/package/opencv_contrib/opencv_contrib.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

OPENCV_CONTRIB_VERSION = 4.4.0
OPENCV_CONTRIB_VERSION = 4.5.4
OPENCV_CONTRIB_SITE = $(call github,opencv,opencv_contrib,$(OPENCV_CONTRIB_VERSION))
OPENCV_CONTRIB_INSTALL_STAGING = YES
OPENCV_CONTRIB_LICENSE = BSD-3c
Expand Down
2 changes: 1 addition & 1 deletion jevois-sdk-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0
1.17.0

0 comments on commit 3f1a949

Please sign in to comment.