From a9012f70f62c58f2311c8d69729d36947daa0ab2 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 14 Jan 2010 14:46:54 +0000 Subject: More #1025 (support for using external third party libraries): - support for using external libspeex and libgsm - replaced --with-pa-path with --with-external-pa git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3062 74dad513-b988-da41-8d7b-12977e46ad98 --- pjmedia/include/pjmedia-codec/config_auto.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pjmedia/include/pjmedia-codec') diff --git a/pjmedia/include/pjmedia-codec/config_auto.h.in b/pjmedia/include/pjmedia-codec/config_auto.h.in index 69b56286..19264270 100644 --- a/pjmedia/include/pjmedia-codec/config_auto.h.in +++ b/pjmedia/include/pjmedia-codec/config_auto.h.in @@ -42,12 +42,14 @@ #undef PJMEDIA_HAS_GSM_CODEC #endif +#undef PJMEDIA_EXTERNAL_GSM_CODEC /* Speex codec */ #ifndef PJMEDIA_HAS_SPEEX_CODEC #undef PJMEDIA_HAS_SPEEX_CODEC #endif +#undef PJMEDIA_EXTERNAL_SPEEX_CODEC /* iLBC codec */ #ifndef PJMEDIA_HAS_ILBC_CODEC -- cgit v1.2.3