Skip to content
Snippets Groups Projects
Commit 8b707e91 authored by Jason Parker's avatar Jason Parker
Browse files

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
parent 3d0314d5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment