summaryrefslogtreecommitdiff
path: root/tools/rbspeex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rbspeex/Makefile')
-rw-r--r--tools/rbspeex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile
index 079d06dcc7..a4e8d53d35 100644
--- a/tools/rbspeex/Makefile
+++ b/tools/rbspeex/Makefile
@@ -13,7 +13,7 @@ endif
13 13
14SPEEXSRC = ../../apps/codecs/libspeex 14SPEEXSRC = ../../apps/codecs/libspeex
15 15
16INCLUDES = -I $(SPEEXSRC) -iquote $(SPEEXSRC) 16INCLUDES = -I $(SPEEXSRC)
17SPEEXOPTS = -DHAVE_CONFIG_H -DROCKBOX_VOICE_ENCODER 17SPEEXOPTS = -DHAVE_CONFIG_H -DROCKBOX_VOICE_ENCODER
18 18
19CFLAGS = $(SPEEXOPTS) $(INCLUDES) -O3 -fomit-frame-pointer -Wno-unused-parameter 19CFLAGS = $(SPEEXOPTS) $(INCLUDES) -O3 -fomit-frame-pointer -Wno-unused-parameter
@@ -45,7 +45,7 @@ $(DEPFILE): $(SOURCES)
45 echo "oo" > /dev/null ) 45 echo "oo" > /dev/null )
46 46
47../rbspeexenc: $(OBJS) $(DEPFILE) 47../rbspeexenc: $(OBJS) $(DEPFILE)
48 gcc -o ../rbspeexenc $(OBJS) -lm 48 $(CC) -o ../rbspeexenc $(OBJS) -lm
49 49
50%.o: 50%.o:
51 $(CC) $(CFLAGS) -c $< -o $@ 51 $(CC) $(CFLAGS) -c $< -o $@