search for: flacpp_api_version_current

Displaying 2 results from an estimated 2 matches for "flacpp_api_version_current".

2012 Dec 03
0
[PATCH 5/5] Update library version-info.
...clude/FLAC++/export.h index d3bd136..1cb0214 100644 --- a/include/FLAC++/export.h +++ b/include/FLAC++/export.h @@ -76,9 +76,9 @@ /* These #defines will mirror the libtool-based library version number, see * http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning */ -#define FLACPP_API_VERSION_CURRENT 8 +#define FLACPP_API_VERSION_CURRENT 9 #define FLACPP_API_VERSION_REVISION 0 -#define FLACPP_API_VERSION_AGE 2 +#define FLACPP_API_VERSION_AGE 3 /* \} */ diff --git a/include/FLAC/export.h b/include/FLAC/export.h index 312746d..9af01e9 100644 --- a/include/FLAC/export.h +++ b/include/FLAC/ex...
2012 Dec 03
4
[PATCH 1/5] Remove old GNU-stack sections from nasm files.
They are not needed since the section is defined in nasm.h. --- src/libFLAC/ia32/bitreader_asm.nasm | 4 ---- src/libFLAC/ia32/cpu_asm.nasm | 4 ---- src/libFLAC/ia32/fixed_asm.nasm | 4 ---- src/libFLAC/ia32/lpc_asm.nasm | 4 ---- src/libFLAC/ia32/stream_encoder_asm.nasm | 4 ---- 5 files changed, 20 deletions(-) diff --git