fix compilation for with_transcoding=no

Change-Id: Ibb63f51b909052d81ebf1865335a428a421d856e
pull/578/head
Richard Fuchs 8 years ago
parent be9c3146f4
commit d26b11ffb0

@ -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