Enable Opus
BUG=webrtc issue 992 TEST=trybots Review URL: https://webrtc-codereview.appspot.com/942004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3012 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
8186534111
commit
6f19b1b651
@ -32,15 +32,7 @@
|
||||
'webrtc_root%': '<(webrtc_root)',
|
||||
|
||||
'webrtc_vp8_dir%': '<(webrtc_root)/modules/video_coding/codecs/vp8',
|
||||
|
||||
# Enable opus for Chrome only right now.
|
||||
'conditions': [
|
||||
['build_with_chromium==1', {
|
||||
'include_opus%': 1,
|
||||
}, {
|
||||
'include_opus%': 0,
|
||||
}],
|
||||
],
|
||||
'include_opus%': 1,
|
||||
},
|
||||
'build_with_chromium%': '<(build_with_chromium)',
|
||||
'webrtc_root%': '<(webrtc_root)',
|
||||
|
@ -120,6 +120,18 @@ LOCAL_SRC_FILES := \
|
||||
$(MY_LIBS_PATH)/webrtc/modules/libisac_neon.a
|
||||
include $(PREBUILT_STATIC_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libopus
|
||||
LOCAL_SRC_FILES := \
|
||||
$(MY_LIBS_PATH)/third_party/opus/libopus.a
|
||||
include $(PREBUILT_STATIC_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libwebrtc_opus
|
||||
LOCAL_SRC_FILES := \
|
||||
$(MY_LIBS_PATH)/webrtc/modules/libwebrtc_opus.a
|
||||
include $(PREBUILT_STATIC_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libvad
|
||||
LOCAL_SRC_FILES := \
|
||||
@ -292,6 +304,8 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
libiLBC \
|
||||
libiSACFix \
|
||||
libisac_neon \
|
||||
libwebrtc_opus \
|
||||
libopus \
|
||||
libvad \
|
||||
libbitrate_controller \
|
||||
libresampler \
|
||||
|
Loading…
x
Reference in New Issue
Block a user