Browse Source

fix compilation when spandsp is not present

closes #1008

Change-Id: I9bcad5f04df0f11cc269345e803aa31440600e77
changes/01/40201/6
Richard Fuchs 6 years ago
parent
commit
a0d0733291
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      daemon/codec.c

+ 4
- 4
daemon/codec.c View File

@ -3,10 +3,6 @@
#include <assert.h>
#include <inttypes.h>
#include <sys/types.h>
#include <spandsp/telephony.h>
#include <spandsp/super_tone_rx.h>
#include <spandsp/logging.h>
#include <spandsp/dtmf.h>
#include "call.h"
#include "log.h"
#include "rtplib.h"
@ -57,6 +53,10 @@ static GList *__delete_receiver_codec(struct call_media *receiver, GList *link)
#ifdef WITH_TRANSCODING
#include <spandsp/telephony.h>
#include <spandsp/super_tone_rx.h>
#include <spandsp/logging.h>
#include <spandsp/dtmf.h>
#include "resample.h"
#include "dtmf_rx_fillin.h"


Loading…
Cancel
Save