libpjsip: really disable gsm

--disable-gsm does not exist, the option is called --disable-gsm-codec.

Fixes:
  http://autobuild.buildroot.org/results/f8c/f8c41f35ab56fac86f2877b09a60924256f57028/

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Luca Ceresoli 2016-03-17 13:51:11 +01:00 committed by Peter Korsgaard
parent 3eeeb03e89
commit 43895e97ad

View File

@ -18,7 +18,7 @@ LIBPJSIP_CONF_ENV = \
LIBPJSIP_CONF_OPTS = \
--disable-sound \
--disable-gsm \
--disable-gsm-codec \
--disable-speex-codec \
--disable-speex-aec \
--disable-resample \