From fc96e423db8deadfe61c1f8ddefc7eda78ad2394 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 31 Dec 2010 00:12:53 -0800 Subject: [PATCH] dtmf: Fix build failure caused by previous commit --- gst/dtmf/tone_detect.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst/dtmf/tone_detect.c b/gst/dtmf/tone_detect.c index 8c1b5ad..73a73ee 100644 --- a/gst/dtmf/tone_detect.c +++ b/gst/dtmf/tone_detect.c @@ -38,8 +38,12 @@ #include #include "tone_detect.h" +#ifndef FALSE #define FALSE 0 +#endif +#ifndef TRUE #define TRUE (!FALSE) +#endif //#define USE_3DNOW -- 2.7.4