File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,17 @@ normalisation.
77All source code is licensed under the MIT license. See COPYING file for
88details.
99
10+ See also [ loudness-scanner tool] ( https://github.com/jiixyj/loudness-scanner ) .
11+
1012News
1113----
1214
13- The loudness scanning tool has moved to its own repository at
14- https://github.com/jiixyj/loudness-scanner
15+ v1.0.3 Released:
16+
17+ * Fix build with recent speexdsp
18+ * Correct license file name
19+ * CMake option to disable static library
20+ * minimal-example.c: do not hard code program name in usage
1521
1622Features
1723--------
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ endif()
2222
2323
2424set (EBUR128_VERSION_MAJOR 1)
25- set (EBUR128_VERSION 1.0.1 )
25+ set (EBUR128_VERSION 1.0.3 )
2626
2727#### static
2828if (BUILD_STATIC_LIBS)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ extern "C" {
1414
1515#define EBUR128_VERSION_MAJOR 1
1616#define EBUR128_VERSION_MINOR 0
17- #define EBUR128_VERSION_PATCH 1
17+ #define EBUR128_VERSION_PATCH 3
1818
1919#include <stddef.h> /* for size_t */
2020
You can’t perform that action at this time.
0 commit comments