mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user