[pulseaudio-commits] src/modules
Arun Raghavan
arun at kemper.freedesktop.org
Mon Nov 28 01:47:37 PST 2011
src/modules/echo-cancel/module-echo-cancel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 23fb08179539b6fbb88705dbc653594039ec172d
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date: Mon Nov 28 15:16:55 2011 +0530
echo-cancel: Fix warning for undefined HAVE_WEBRTC
diff --git a/src/modules/echo-cancel/module-echo-cancel.c b/src/modules/echo-cancel/module-echo-cancel.c
index 64e17bf..1fad12a 100644
--- a/src/modules/echo-cancel/module-echo-cancel.c
+++ b/src/modules/echo-cancel/module-echo-cancel.c
@@ -89,7 +89,7 @@ typedef enum {
#endif
} pa_echo_canceller_method_t;
-#if HAVE_WEBRTC
+#ifdef HAVE_WEBRTC
#define DEFAULT_ECHO_CANCELLER "webrtc"
#else
#define DEFAULT_ECHO_CANCELLER "speex"
More information about the pulseaudio-commits
mailing list