mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
Fix build without zaptel (bug #3901)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5320 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1282,11 +1282,11 @@ struct ast_frame *ast_read(struct ast_channel *chan)
|
|||||||
{
|
{
|
||||||
struct ast_frame *f = NULL;
|
struct ast_frame *f = NULL;
|
||||||
int blah;
|
int blah;
|
||||||
|
int prestate;
|
||||||
#ifdef ZAPTEL_OPTIMIZATIONS
|
#ifdef ZAPTEL_OPTIMIZATIONS
|
||||||
int (*func)(void *);
|
int (*func)(void *);
|
||||||
void *data;
|
void *data;
|
||||||
int res;
|
int res;
|
||||||
int prestate;
|
|
||||||
#endif
|
#endif
|
||||||
static struct ast_frame null_frame =
|
static struct ast_frame null_frame =
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user