File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 18
18
cmake_minimum_required (VERSION 3.5 )
19
19
20
20
project (libilbc
21
- VERSION 3.0.1
21
+ VERSION 3.0.2
22
22
DESCRIPTION "WebRTC's implementation of the Internet Low Bitrate Codec (iLBC)"
23
23
HOMEPAGE_URL "https://github.com/TimothyGu/libilbc"
24
24
LANGUAGES C CXX )
Original file line number Diff line number Diff line change
1
+ Changes in 3.0.2 (2020-12-18)
2
+ -----------------------------
3
+
4
+ Fixed installation from out-of-tree builds. ([ #28 ] ) Thanks to Daniel Bermond
5
+
6
+
1
7
Changes in 3.0.1 (2020-12-18)
2
8
-----------------------------
3
9
@@ -115,3 +121,5 @@ Changes in 2.0.0 (2014-11-17)
115
121
corrected.
116
122
- Git metadata for merging from upstream is added for easier merging.
117
123
- Travis CI support is added.
124
+
125
+ [ #28 ] : https://github.com/TimothyGu/libilbc/issues/28
Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ void WebRtcIlbcfix_EncodeImpl(
470
470
// Version macros
471
471
#define LIBILBC_VERSION_MAJOR 3
472
472
#define LIBILBC_VERSION_MINOR 0
473
- #define LIBILBC_VERSION_PATCH 1
473
+ #define LIBILBC_VERSION_PATCH 2
474
474
475
475
// Old type names:
476
476
typedef ILBC_DEPRECATED IlbcEncoderInstance iLBC_encinst_t ;
You can’t perform that action at this time.
0 commit comments