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
certified/1.8.6
Jason Parker 16 years ago
parent 3d0314d5c0
commit 8b707e913b

@ -28,6 +28,7 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/alaw.h"
#include "asterisk/logger.h"
#ifndef G711_NEW_ALGORITHM
#define AMI_MASK 0x55

@ -28,6 +28,7 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/ulaw.h"
#include "asterisk/logger.h"
#if 0
/* ZEROTRAP is the military recommendation to improve the encryption

Loading…
Cancel
Save