Makes OpensSL default audio implementation/device on Android.

BUG=N/A
R=andrew@webrtc.org, fischman@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2198005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4871 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrike@webrtc.org 2013-09-27 22:34:35 +00:00
parent a39b323a7e
commit 34c50c1de1

View File

@ -95,6 +95,7 @@
'mips_arch_variant%': 'mips32r1',
'mips_dsp_rev%': 0,
'mips_fpu%' : 1,
'enable_android_opensl%': 1,
'conditions': [
['build_with_chromium==1', {
@ -128,13 +129,9 @@
['build_with_libjingle==1', {
'include_tests%': 0,
'enable_tracing%': 0,
'enable_android_opensl%': 0,
}, {
'include_tests%': 1,
'enable_tracing%': 1,
# Switch between Android audio device OpenSL ES implementation
# and Java Implementation
'enable_android_opensl%': 0,
}],
['OS=="ios"', {
'build_libjpeg%': 0,