WebRTC now compiles for enable_android_opensl=1.
Default is enable_android_opensl=0 but we should build for OpenSL as well. BUG=4293 R=perkj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/40719004 Cr-Commit-Position: refs/heads/master@{#8360} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8360 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -30,7 +30,7 @@ class OpenSlRunnerTemplate {
|
||||
public:
|
||||
OpenSlRunnerTemplate()
|
||||
: output_(0),
|
||||
input_(0, &output_) {
|
||||
input_() {
|
||||
output_.AttachAudioBuffer(&audio_buffer_);
|
||||
if (output_.Init() != 0) {
|
||||
assert(false);
|
||||
|
||||
Reference in New Issue
Block a user