Add libbitrate_controller which is introduced recently
BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/571007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2202 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
e6575050a9
commit
9f49af9cea
@ -142,6 +142,12 @@ LOCAL_SRC_FILES := \
|
||||
$(MY_LIBS_PATH)/src/modules/libaecm.a
|
||||
include $(PREBUILT_STATIC_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libbitrate_controller
|
||||
LOCAL_SRC_FILES := \
|
||||
$(MY_LIBS_PATH)/src/modules/libbitrate_controller.a
|
||||
include $(PREBUILT_STATIC_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libresampler
|
||||
LOCAL_SRC_FILES := \
|
||||
@ -306,6 +312,7 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
libagc \
|
||||
libaec \
|
||||
libaecm \
|
||||
libbitrate_controller \
|
||||
libresampler \
|
||||
libsignal_processing \
|
||||
libapm_util \
|
||||
|
Loading…
x
Reference in New Issue
Block a user