Change libaries path because of recent file structure changes
Description: 1. Changed file path. 2. Because of optimization code changes, a new neon library is created, add it to finial build. BUG=None TEST=local build Review URL: https://webrtc-codereview.appspot.com/731005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2586 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
490fdc5ffc
commit
b20916e336
@ -106,6 +106,12 @@ LOCAL_SRC_FILES := \
|
||||
$(MY_LIBS_PATH)/src/modules/libiSACFix.a
|
||||
include $(PREBUILT_STATIC_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libisac_neon
|
||||
LOCAL_SRC_FILES := \
|
||||
$(MY_LIBS_PATH)/src/modules/libisac_neon.a
|
||||
include $(PREBUILT_STATIC_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libvad
|
||||
LOCAL_SRC_FILES := \
|
||||
@ -247,7 +253,7 @@ include $(PREBUILT_STATIC_LIBRARY)
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libwebrtc_vp8
|
||||
LOCAL_SRC_FILES := \
|
||||
$(MY_LIBS_PATH)/src/modules/video_coding/codecs/vp8/main/source/libwebrtc_vp8.a
|
||||
$(MY_LIBS_PATH)/src/modules/video_coding/codecs/vp8/libwebrtc_vp8.a
|
||||
include $(PREBUILT_STATIC_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
@ -318,6 +324,7 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
libG711 \
|
||||
libiLBC \
|
||||
libiSACFix \
|
||||
libisac_neon \
|
||||
libvad \
|
||||
libns_fix \
|
||||
libns_neon \
|
||||
|
Loading…
x
Reference in New Issue
Block a user