Tutorial4 sample renamed to Tutorial-2-MixedProcessing

This commit is contained in:
Alexander Smorkalov
2013-02-05 13:12:00 +04:00
parent 08cd51df1f
commit 902463b6e9
15 changed files with 16 additions and 16 deletions

View File

@@ -0,0 +1,11 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
include ../../sdk/native/jni/OpenCV.mk
LOCAL_MODULE := mixed_sample
LOCAL_SRC_FILES := jni_part.cpp
LOCAL_LDLIBS += -llog -ldl
include $(BUILD_SHARED_LIBRARY)