Browse Source

fix compilation for with_transcoding=no

Change-Id: Ibb63f51b909052d81ebf1865335a428a421d856e
pull/578/head
Richard Fuchs 8 years ago
parent
commit
d26b11ffb0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      daemon/codec.c

+ 2
- 0
daemon/codec.c View File

@ -520,6 +520,7 @@ static int handler_func_passthrough(struct codec_handler *h, struct media_packet
return 0;
}
#ifdef WITH_TRANSCODING
static int __handler_func_sequencer(struct codec_handler *h, struct media_packet *mp,
struct transcode_packet *packet)
{
@ -699,6 +700,7 @@ static int handler_func_dtmf(struct codec_handler *h, struct media_packet *mp) {
return __handler_func_sequencer(sequencer_h, mp, packet);
}
#endif


Loading…
Cancel
Save