Hi Klaus,
I'm not really sure where to start with this one.
Klaus Schulz wrote:
> My first post over here.
>
> While working on a music server optimzation (which ususally goes hand in
> hand with running pretty low buffers on realtime
> streams)
>
> I figured that certain HiRez flacs were caus
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 27.02.2012 10:58, Erik de Castro Lopo wrote:
> LRN wrote:
>
>> f:/src/mingw-flac/flac-1.2.2-rc1/src/share/utf8/iconvert.c:175:5:
>>
>>
warning: passing argument 2 of 'libiconv' from incompatible pointer
>> type [enabled by default]
>> f:\mingw02\
Dave Yeo wrote:
> I also see that static builds are now broken,
> alloc.c:37 (../../src/share/grabbag/.libs/grabbag.a(alloc.o)):
> Definition of symbol _safe_malloc_mul_2op_ (multiply defined)
> memory.c:224 (../../src/libFLAC/.libs/FLAC.a(memory.o)): Definition of
> symbol _safe_malloc_mul_2o
On 02/26/12 10:37 pm, Erik de Castro Lopo wrote:
> Dave Yeo wrote:
>
>> Couple of simple patches attached.
>
> Patches applied. Thanks.
I also see that static builds are now broken,
alloc.c:37 (../../src/share/grabbag/.libs/grabbag.a(alloc.o)):
Definition of symbol _safe_malloc_mul_2op_ (mul
On 02/26/12 10:58 pm, Erik de Castro Lopo wrote:
> If you're interested in pursuing this please try changing line 175
> of src/share/utf8/iconvert.c from:
>
> k = iconv(cd2, 0, 0, &ob, &obl);
>
> to:
>
> k = iconv(cd2, 0, 0, (const char**) &ob, &obl);
>
> and seeing if there is a warning with t