On 2008/12/08 18:20, Gilles Filippini <[EMAIL PROTECTED]> wrote:
> OK. Here is what I've got so far:
> The breakpoint at oggvorbis_decode() isn't triggered. So I've tried a
> breakpoint at decoder_stream_decode(). This one was catched. And
> stepping further it seems mpd tries to use the oggflac plugin which has
> been disabled during the configure step (the ogg decoder should be
> tremor):
Wait - you disabled oggflac, but the oggflac code was included in the
MPD binary? That shouldn't happen, I'll check that. Please send me
your config.log and config.h.
> (gdb) step
> oggflac_decode (decoder=0x419e2d40, inStream=0x419e2dac) at
> /root/mpd-0.14~beta2/./src/decoder/flac_plugin.c:443
> 443 {
> (gdb)
The "oggflac" plugin attempts to decode all .ogg files, but will see
that it it does not contain a FLAC stream, and quit.
But before that, the oggvorbis plugin should have taken over this
file. I assume the oggvorbis plugin got disabled on your machine,
maybe because we broke tremor support.
Gilles or Decklin: any chance that I can get shell access to an armel
machine? That way, I could eliminate all build problems very fast.
Max
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]