libpjsip: really disable gsm
authorLuca Ceresoli <luca@lucaceresoli.net>
Thu, 17 Mar 2016 12:51:11 +0000 (13:51 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 17 Mar 2016 13:29:30 +0000 (14:29 +0100)
--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>
package/libpjsip/libpjsip.mk

index 49abd744e59d5a6e7b5442fe40f5cb6df6e359c6..56d6f2bb9cc0eb9b92d1e8329b95022853b76781 100644 (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 \