projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
272086b
)
dtmf: Fix build failure caused by previous commit
author
David Schleef
<ds@schleef.org>
Fri, 31 Dec 2010 08:12:53 +0000
(
00:12
-0800)
committer
David Schleef
<ds@schleef.org>
Fri, 31 Dec 2010 08:37:30 +0000
(
00:37
-0800)
gst/dtmf/tone_detect.c
patch
|
blob
|
history
diff --git
a/gst/dtmf/tone_detect.c
b/gst/dtmf/tone_detect.c
index 8c1b5ad9562e9052d0e36e358b4338e2ee93591e..73a73ee98b769588a7f915bafb6beb5f1000af68 100644
(file)
--- a/
gst/dtmf/tone_detect.c
+++ b/
gst/dtmf/tone_detect.c
@@
-38,8
+38,12
@@
#include <fcntl.h>
#include "tone_detect.h"
+#ifndef FALSE
#define FALSE 0
+#endif
+#ifndef TRUE
#define TRUE (!FALSE)
+#endif
//#define USE_3DNOW