966cc97496
There's no requirement to work with the Intel NDK. The NDK build files don't even need to create any cpufeatures subdirectory since all of the cpufeatures library is handled within the normal build system. Finally, the encoder makefile tried to create a directory for "welsdecdemo", not anything for "welsencdemo". Thus, if this really was necessary, it would already have been noticed that it missed an entry for "welsencdemo". Therefore, remove this hack/workaround.
11 lines
225 B
Makefile
11 lines
225 B
Makefile
## yongzxu: refine mk files for android platform
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
MY_LOCAL_PATH := $(LOCAL_PATH)
|
|
|
|
# Step3
|
|
#Generate the libwelsdecdemo.so file
|
|
include $(LOCAL_PATH)/welsencdemo.mk
|
|
LOCAL_PATH := $(MY_LOCAL_PATH)
|
|
|