summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2011-11-08 18:34:34 +0000
committerChristian Pointner <equinox@mur.at>2011-11-08 18:34:34 +0000
commitf3b193aa44b035692093790b6e520f03112b196d (patch)
tree4b191ea3f352c62e824b11be4b32b9fd8856f99e /tools
parentincoming dtmf commands (diff)
renamed dtmftest
git-svn-id: https://svn.spreadspace.org/mur.sat@184 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'tools')
-rw-r--r--tools/dtmf/Makefile4
-rw-r--r--tools/dtmf/gst-dtmf.c (renamed from tools/dtmf/dtmftest.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/dtmf/Makefile b/tools/dtmf/Makefile
index e3490d8..c85dae8 100644
--- a/tools/dtmf/Makefile
+++ b/tools/dtmf/Makefile
@@ -36,9 +36,9 @@ CFLAGS := -g -O2 $(GST_CFLAGS)
LDFLAGS := -g -Wall -O2 $(GST_LDFLAGS)
STRIP := strip
-EXECUTABLE := dtmftest
+EXECUTABLE := gst-dtmf
-C_OBJS := dtmftest.o
+C_OBJS := gst-dtmf.o
C_SRCS := $(C_OBJS:%.o=%.c)
diff --git a/tools/dtmf/dtmftest.c b/tools/dtmf/gst-dtmf.c
index 11ff679..11ff679 100644
--- a/tools/dtmf/dtmftest.c
+++ b/tools/dtmf/gst-dtmf.c