From 08a8ff496e97b10b8aff018c56e79348a9c943d0 Mon Sep 17 00:00:00 2001 From: "leozwang@webrtc.org" Date: Tue, 11 Sep 2012 22:08:14 +0000 Subject: [PATCH] Change macro define This is correctionof r2720, should use HAVE_WEBRTC_VOICE when build 3rd party library BUG=None TEST=local test Review URL: https://webrtc-codereview.appspot.com/781006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2752 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/modules/audio_device/main/interface/audio_device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/audio_device/main/interface/audio_device.h b/src/modules/audio_device/main/interface/audio_device.h index 3be59b012..dde9834df 100644 --- a/src/modules/audio_device/main/interface/audio_device.h +++ b/src/modules/audio_device/main/interface/audio_device.h @@ -11,7 +11,7 @@ #ifndef MODULES_AUDIO_DEVICE_MAIN_INTERFACE_AUDIO_DEVICE_H_ #define MODULES_AUDIO_DEVICE_MAIN_INTERFACE_AUDIO_DEVICE_H_ -#ifdef WEBRTC_ANDROID +#ifdef HAVE_WEBRTC_VOICE // TODO(leozwang): It's a temporal workaround for binary delivery, // remove the following two lines once we can build from source // on Android.