Enable protobuf for Android

Review URL: http://webrtc-codereview.appspot.com/91012

git-svn-id: http://webrtc.googlecode.com/svn/trunk@298 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
leozwang@google.com 2011-08-03 23:34:31 +00:00
parent 094434fd33
commit ce9bfbb33d

View File

@ -25,7 +25,11 @@
#include "processing_component.h"
#include "splitting_filter.h"
#include "voice_detection_impl.h"
#ifdef WEBRTC_ANDROID
#include "external/webrtc/src/modules/audio_processing/main/source/debug.pb.h"
#else
#include "webrtc/audio_processing/debug.pb.h"
#endif
namespace webrtc {
AudioProcessing* AudioProcessing::Create(int id) {