Re: [flac-dev] Flac HiRes decoding problems

2012-02-27 Thread Erik de Castro Lopo
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

Re: [flac-dev] Testing needed

2012-02-27 Thread LRN
-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\

Re: [flac-dev] Testing needed

2012-02-27 Thread Erik de Castro Lopo
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

Re: [flac-dev] Testing needed

2012-02-27 Thread Dave Yeo
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

Re: [flac-dev] Testing needed

2012-02-27 Thread Dave Yeo
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