giving the android jni a start up function OnLoad

This commit is contained in:
Ethan Rublee
2010-09-26 18:12:42 +00:00
parent 91b5c97d8d
commit 50df762c4e
4 changed files with 14 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ using namespace cv;
extern "C" {
#endif
JNIEXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved);
//
//JNIEXPORT jobject JNICALL Java_com_opencv_jni_opencvJNI_getBitmapBuffer(
// JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_);