Skip to content

Commit 74e12c4

Browse files
authored
Update __init__.py
opencv==4.5.1 builld faild with ndk-r25b opencv == 4.7.0 build done with ndk-r25b
1 parent 5330267 commit 74e12c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/opencv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class OpenCVRecipe(NDKRecipe):
1515
build of most of the libraries of the opencv's package, so we can
1616
process images, videos, objects, photos...
1717
'''
18-
version = '4.5.1'
18+
version = '4.7.0'
1919
url = 'https://github.com/opencv/opencv/archive/{version}.zip'
2020
depends = ['numpy']
2121
patches = ['patches/p4a_build.patch']

0 commit comments

Comments
 (0)