diff options
Diffstat (limited to 'tools/rbspeex/Makefile')
-rw-r--r-- | tools/rbspeex/Makefile | 2 |
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. |
31 | ifndef STATIC | 31 | ifndef STATIC |
32 | SYS_SPEEX = $(shell pkg-config --silence-errors --libs speex speexdsp) | 32 | SYS_SPEEX ?= $(shell pkg-config --silence-errors --libs speex speexdsp) |
33 | endif | 33 | endif |
34 | 34 | ||
35 | # fall back to our own librbspeex if no suitable found. | 35 | # fall back to our own librbspeex if no suitable found. |