use the system libgsm if available (issue #5434, modified to still work with builtin libgsm)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7539 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-12-20 08:16:53 +00:00
parent 1bd64edd17
commit 62084f9736
2 changed files with 16 additions and 1 deletions

View File

@@ -45,7 +45,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/logger.h"
#include "asterisk/channel.h"
#ifdef USE_EXTERNAL_GSM_LIB
#include <gsm/gsm.h>
#else
#include "gsm/inc/gsm.h"
#endif
#include "../formats/msgsm.h"
/* Sample frame data */