Re: [flac-dev] Update ogg.m4

2013-04-06 Thread Erik de Castro Lopo
LRN wrote: > Please update m4/ogg.m4 > Namely, new version should support --with-ogg=yes or --with-ogg=no > (this enables ogg stuff, but does not add -L to OGG_LIBS, that is > crucial to keep .pc files clean). > > ogg.m4 from libogg-1.3.0 will be sufficient. Done, thanks! Erik -- -

[flac-dev] [PATCH] Overlinking issues

2013-04-06 Thread Ulrich Klauer
Hi, please find attached two patches (against current git master) that fix overlinking issues in the pkg-config files and "locally", respectively. The first patch is originally due to Brad Smith, see the commit message for details. Here is some general information regarding overlinking in

[flac-dev] Circular preprocessor define with MSVC

2013-04-06 Thread Ulrich Klauer
Hi, in include/share/alloc.h there is this section: #ifndef SIZE_MAX # ifndef SIZE_T_MAX # ifdef _MSC_VER # define SIZE_T_MAX SIZE_MAX # else # error # endif # endif # define SIZE_MAX SIZE_T_MAX #endif So, if we are on MSVC and have neither SIZE_MAX nor SIZE_T_MAX, we'll define SIZE_T_MA

[flac-dev] Re: [PATCH] Overlinking issues

2013-04-06 Thread Ulrich Klauer
> please find attached two patches (against current git master) that > fix overlinking issues in the pkg-config files and "locally", > respectively. I forgot to mention that I did two successful test builds, one for my Linux system with shared objects and a static mingw cross-build. Ulrich

Re: [flac-dev] [PATCH] Overlinking issues

2013-04-06 Thread Erik de Castro Lopo
Ulrich Klauer wrote: > Hi, > please find attached two patches (against current git master) that fix > overlinking issues in the pkg-config files and "locally", > respectively. The first patch is originally due to Brad Smith, see the > commit message for details. > > Here is some general inf

Re: [flac-dev] flac 1.3.0pre3 pre-release

2013-04-06 Thread Erik de Castro Lopo
Dagobert Michelsen wrote: > There compilation on Solaris 10 Sparc with Sun Studio 12 gives the following > compile errors: > > > CC bitreader.lo > > "bitreader.c", line 494: warning: implicit function declaration: MIN > > CC bitwriter.lo > > "bitwriter.c", line 273: reference to stat

Re: [flac-dev] flac 1.3.0pre3 pre-release

2013-04-06 Thread Erik de Castro Lopo
Janne Hyvärinen wrote: > These patches change the UTF-8 mode into a runtime choice. The larger > patch removes the now obsolete "Release (UTF8)" configuration options > from the project files. The smaller patch makes the utf-8 library use > ANSI codepage by default. When frontends call the "get

Re: [flac-dev] flac 1.3.0pre3 pre-release

2013-04-06 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: > > > decode.c: In function ‘write_callback’: > > > decode.c:965:28: warning: cast increases required alignment of target > > > type [-Wcast-align] > > > decode.c:966:28: warning: cast increases required alignment of target > > > type [-Wcast-align] > > > decode.c:967: