From: Andrey Kamaev Date: Mon, 21 Nov 2011 13:07:17 +0000 (+0000) Subject: Fixed Android build problem X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~5818 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00be2cf17f3fa22120318b784f7d048b01579a43;p=platform%2Fupstream%2Fopencv.git Fixed Android build problem --- diff --git a/modules/java/gen_java.py b/modules/java/gen_java.py index 4d71941..bec1a99 100644 --- a/modules/java/gen_java.py +++ b/modules/java/gen_java.py @@ -91,6 +91,8 @@ const_ignore_list = ( "CV_TM_.+", "CV_FLOODFILL_.+", "CV_ADAPTIVE_THRESH_.+", + "WINDOW_.+", + "WND_PROP_.+", ) const_private_list = ( @@ -553,6 +555,7 @@ JNIEXPORT jlong JNICALL Java_org_opencv_ml_CvDTreeParams_n_1newObj //javadoc:CvEMParams::CvEMParams() public CvEMParams() { nativeObj = n_newObj(); + } """, 'jn_code' : 'private static native long n_newObj();',