mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
dtmf: Fix build failure caused by previous commit
This commit is contained in:
parent
272086b121
commit
68493aadab
1 changed files with 4 additions and 0 deletions
|
@ -38,8 +38,12 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include "tone_detect.h"
|
#include "tone_detect.h"
|
||||||
|
|
||||||
|
#ifndef FALSE
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
|
#endif
|
||||||
|
#ifndef TRUE
|
||||||
#define TRUE (!FALSE)
|
#define TRUE (!FALSE)
|
||||||
|
#endif
|
||||||
|
|
||||||
//#define USE_3DNOW
|
//#define USE_3DNOW
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue