Moved ALOGE and android_errorWriteLog calls under #ifdef __ANDROID__
Also added shared library liblog to test\decoder.mk Change-Id: If7793f849522dd3f93a5177bab91f4ea5ada41ad
This commit is contained in:
parent
dbcbd3567f
commit
c59cd5d2be
2 changed files with 5 additions and 2 deletions
|
|
@ -9,5 +9,5 @@ LOCAL_CFLAGS := -DPROFILE_ENABLE -DARM -DMD5_DISABLE -fPIC
|
|||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../decoder $(LOCAL_PATH)/../common $(LOCAL_PATH)/decoder/
|
||||
LOCAL_SRC_FILES := decoder/main.c
|
||||
LOCAL_STATIC_LIBRARIES := libavcdec
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := liblog
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue