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 267ef8d6d7..2fb1c4dc00 100644
--- a/tools/rbspeex/Makefile
+++ b/tools/rbspeex/Makefile
@@ -29,7 +29,7 @@ endif
29 29
30# don't try to use the systems libspeex when building a static binary. 30# don't try to use the systems libspeex when building a static binary.
31ifndef STATIC 31ifndef STATIC
32SYS_SPEEX = $(shell pkg-config --silence-errors --libs speex speexdsp) 32SYS_SPEEX ?= $(shell pkg-config --silence-errors --libs speex speexdsp)
33endif 33endif
34 34
35# fall back to our own librbspeex if no suitable found. 35# fall back to our own librbspeex if no suitable found.