codecs: Add support for WebRTC iLBC 2.0.

When the latest version of that library was installed, Asterisk did not build.

ASTERISK-27669
Reported by: Николай Михо

Change-Id: I27e09bb875fdd56423bd9fae1be85fddb428eb96
pull/9/head
Alexander Traud 7 years ago
parent e132f22a2e
commit 97f45d5816

@ -42,8 +42,8 @@
#ifdef ILBC_WEBRTC
#include <ilbc.h>
typedef WebRtc_UWord16 ilbc_bytes;
typedef WebRtc_Word16 ilbc_block;
typedef uint16_t ilbc_bytes;
typedef int16_t ilbc_block;
#define BUF_TYPE i16
#else
#include "ilbc/iLBC_encode.h"

Loading…
Cancel
Save