Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Dec 3, 2023
1 parent e264264 commit fc01eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ https://github.com/nihui/opencv-mobile/releases/latest
[opencv4-yuzuki-lizard-url]: https://github.com/nihui/opencv-mobile/releases/latest/download/opencv-mobile-4.8.1-yuzuki-lizard.zip
[opencv4-purple-pi-url]: https://github.com/nihui/opencv-mobile/releases/latest/download/opencv-mobile-4.8.1-purple-pi.zip

* Android package build with ndk r25c and android api 24
* Android package build with ndk r26b and android api 21
* iOS / iOS-Simulator / MacOS / Mac-Catalyst package build with Xcode 13.4.1
* ARM Linux package build with cross-compiler on Ubuntu-22.04
* WebAssembly package build with Emscripten 3.1.28
Expand Down
2 changes: 1 addition & 1 deletion highgui/src/v4l2_capture_rk_aiq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,7 @@ v4l2_capture_rk_aiq::~v4l2_capture_rk_aiq()
{
}

int v4l2_capture_rk_aiq::open(int width, int height, int fps)
int v4l2_capture_rk_aiq::open(int width, int height, float fps)
{
return -1;
}
Expand Down

0 comments on commit fc01eab

Please sign in to comment.