mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Fix compile when certain G711 menuselect options are enabled.
(closes issue #15697) Reported by: slavon git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@213179 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||||
|
|
||||||
#include "asterisk/alaw.h"
|
#include "asterisk/alaw.h"
|
||||||
|
#include "asterisk/logger.h"
|
||||||
|
|
||||||
#ifndef G711_NEW_ALGORITHM
|
#ifndef G711_NEW_ALGORITHM
|
||||||
#define AMI_MASK 0x55
|
#define AMI_MASK 0x55
|
||||||
|
@@ -28,6 +28,7 @@
|
|||||||
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||||
|
|
||||||
#include "asterisk/ulaw.h"
|
#include "asterisk/ulaw.h"
|
||||||
|
#include "asterisk/logger.h"
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
/* ZEROTRAP is the military recommendation to improve the encryption
|
/* ZEROTRAP is the military recommendation to improve the encryption
|
||||||
|
Reference in New Issue
Block a user