summaryrefslogtreecommitdiff
path: root/tools/rbspeex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rbspeex/Makefile')
-rw-r--r--tools/rbspeex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile
index 86f00a1847..9f3f348a69 100644
--- a/tools/rbspeex/Makefile
+++ b/tools/rbspeex/Makefile
@@ -16,7 +16,7 @@ SPEEXSRC = ../../apps/codecs/libspeex
16INCLUDES = -I $(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
20 20
21#build standalone win32 executables on cygwin 21#build standalone win32 executables on cygwin
22ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN) 22ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN)