Skip to content

Commit 46919f7

Browse files
committed
adaptation rockchip image
1 parent 1d50296 commit 46919f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMake/FindROCKCHIP.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ if(DEFINED ENV{ROCKCHIP_PATH})
33

44
message(STATUS "DEFINED ${HINTS_ROCKCHIP_PATH}")
55
else()
6-
set(HINTS_ROCKCHIP_PATH "/opt/rockchip")
6+
set(HINTS_ROCKCHIP_PATH "/usr/local/rockchip")
77

8-
message(STATUS "set default search path: /opt/rockchip")
8+
message(STATUS "set default search path: /usr/local/rockchip")
99
endif()
1010

1111
find_path(ROCKCHIP_RGA_INCLUDE NAMES im2d.h rga.h

0 commit comments

Comments
 (0)