Codebase list faad2 / 45557c0
Set the FAAD2_VERSION macro back to the version string Fabian Greffrath 6 years ago
2 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Set the FAAD2_VERSION macro back to the version string.
1 In the next upstream release this macro will read "unknown version" and an API
2 will be provided to retrieve the actual library version at run-time.
3 Author: Fabian Greffrath <fabian@debian.org>
4
5 --- a/include/neaacdec.h
6 +++ b/include/neaacdec.h
7 @@ -73,7 +73,7 @@ extern "C" {
8 #endif
9 #endif
10
11 -#define FAAD2_VERSION PACKAGE_VERSION
12 +#define FAAD2_VERSION "2.8.1"
13
14 /* object types for AAC */
15 #define MAIN 1
0 faad2_version.patch
01 reproducible-build.patch