]> git.pld-linux.org Git - packages/asterisk.git/blob - asterisk-ilbc.patch
Disable bcg729 in bundled pjproject
[packages/asterisk.git] / asterisk-ilbc.patch
1 --- asterisk-13.4.0/codecs/codec_ilbc.c.orig    2015-06-04 15:20:51.000000000 +0200
2 +++ asterisk-13.4.0/codecs/codec_ilbc.c 2015-08-01 21:55:41.236727967 +0200
3 @@ -40,8 +40,8 @@
4  
5  #ifdef ILBC_WEBRTC
6  #include <ilbc.h>
7 -typedef WebRtc_UWord16 ilbc_bytes;
8 -typedef WebRtc_Word16  ilbc_block;
9 +typedef uint16_t ilbc_bytes;
10 +typedef int16_t  ilbc_block;
11  #define BUF_TYPE i16
12  #else
13  #include "ilbc/iLBC_encode.h"
This page took 0.023762 seconds and 3 git commands to generate.