Re: [Musicpd-dev-team] [PATCH] Add tag support to DSD decoders

2012-10-06 Thread Max Kellermann
On 2012/10/05 09:10, Jurgen Kramer gtmkra...@xs4all.nl wrote: If added these checks to dsdlib_tag_id3(): + /* Prevent broken files causing problems */ + if (is-offset = is-size) + return; + + count = is-size - is-offset; + /* ID3 tag cannot be larger then complete file */ + if

Re: [Musicpd-dev-team] [PATCH] Add tag support to DSD decoders

2012-10-06 Thread Jurgen Kramer
On Sat, 2012-10-06 at 17:27 +0200, Max Kellermann wrote: On 2012/10/05 09:10, Jurgen Kramer gtmkra...@xs4all.nl wrote: If added these checks to dsdlib_tag_id3(): + /* Prevent broken files causing problems */ + if (is-offset = is-size) + return; + + count = is-size - is-offset; +

Re: [Musicpd-dev-team] MPD builds for Windows

2012-10-06 Thread aaron mcewan
On Wed, 03 Oct 2012 19:08:31 +0100 Hugo Rodrigues corr...@hugorodrigues.com wrote: I'm trying to do the same in linux too. I guess the process will be the same, but i have no clue how to do it. like a statically linked binary? ive done it before for a tigervnc windows binary mostly using

Re: [Musicpd-dev-team] MPD builds for Windows

2012-10-06 Thread Hugo Rodrigues
Hi, Yes, something like that. The official MPD window build already does that. A folder with mpd binary and the dependent dll's Do you think it is possible to that in windows and mac? Best Regards, HR On 06/10/12 22:37, aaron mcewan wrote: On Wed, 03 Oct 2012 19:08:31 +0100 Hugo Rodrigues