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 8c1b5ad9562e9052d0e36e358b4338e2ee93591e..73a73ee98b769588a7f915bafb6beb5f1000af68 100644 (file)
 #include <fcntl.h>
 #include "tone_detect.h"
 
+#ifndef FALSE
 #define FALSE   0
+#endif
+#ifndef TRUE
 #define TRUE    (!FALSE)
+#endif
 
 //#define USE_3DNOW