dtmf: Fix build failure caused by previous commit
authorDavid Schleef <ds@schleef.org>
Fri, 31 Dec 2010 08:12:53 +0000 (00:12 -0800)
committerDavid Schleef <ds@schleef.org>
Fri, 31 Dec 2010 08:37:30 +0000 (00:37 -0800)
gst/dtmf/tone_detect.c

index 8c1b5ad..73a73ee 100644 (file)
 #include <fcntl.h>
 #include "tone_detect.h"
 
+#ifndef FALSE
 #define FALSE   0
+#endif
+#ifndef TRUE
 #define TRUE    (!FALSE)
+#endif
 
 //#define USE_3DNOW