[flac-dev] [PATCH 4/5] Hide symbols with nasm.

2012-12-03 Thread Miroslav Lichvar
Hide all cglobal symbols with nasm = 2. --- src/libFLAC/ia32/nasm.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/libFLAC/ia32/nasm.h b/src/libFLAC/ia32/nasm.h index 8455772..e58b744 100644 --- a/src/libFLAC/ia32/nasm.h +++ b/src/libFLAC/ia32/nasm.h @@ -57,7 +57,11

[flac-dev] [PATCH 3/5] Hide symbols with gcc.

2012-12-03 Thread Miroslav Lichvar
With gcc = 4 and ELF, set default visibility to hidden and make visible only the symbols with FLAC_API or FLACPP_API. A convenience libFLAC-static.la is created for test_libFLAC as it depends on the hidden symbols. --- configure.ac | 8 +++- include/FLAC++/export.h | 13

[flac-dev] [PATCH 2/5] Don't override user-specified CFLAGS.

2012-12-03 Thread Miroslav Lichvar
--- configure.ac | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2db9035..f4a31e4 100644 --- a/configure.ac +++ b/configure.ac @@ -25,6 +25,8 @@ AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign -Wall tar-pax no-dist-gzip dist-xz

[flac-dev] [PATCH 1/5] Remove old GNU-stack sections from nasm files.

2012-12-03 Thread Miroslav Lichvar
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

Re: [flac-dev] [PATCHv2] Add missing options to flac man page.

2012-12-03 Thread Erik de Castro Lopo
Miroslav Lichvar wrote: --- man/flac.1| 4 man/flac.sgml | 2 ++ 2 files changed, 6 insertions(+) Applied thanks. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/

Re: [flac-dev] Status of flac; new release?

2012-12-03 Thread Erik de Castro Lopo
Miroslav Lichvar wrote: Looking at the changes in the include directory since 1.2.1, it seems the C API was extended by one function and the C++ API by ~18 new methods. Are you planning to update the version-info? I see the C++ version-info was changed to 8:0:3, but I think it should actually