Skip to content

Instantly share code, notes, and snippets.

@wanewang
Created August 24, 2011 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wanewang/1167551 to your computer and use it in GitHub Desktop.
Save wanewang/1167551 to your computer and use it in GitHub Desktop.
opencv with jni in Android.mk
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
include OpenCV-2.3.1/share/OpenCV/OpenCV.mk
LOCAL_MODULE := imagefea
LOCAL_SRC_FILES := image.cpp
LOCAL_LDLIBS += -llog -ldl
include $(BUILD_SHARED_LIBRARY)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment