[MPlayer-cvslog] r31019 - trunk/stream/stream_vcd.c
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Mon Apr 5 21:33:01 CEST 2010
On Mon, Apr 05, 2010 at 08:44:48PM +0200, Benoît Amiaux wrote:
> On 05/04/10 18:40, reimar wrote:
> >Author: reimar
> >+ if (!vcd)
> >+ break;
> >+ *(unsigned int *)arg = vcd->tochdr.cdth_trk1;
> >+ return STREAM_OK;
>
> This commit broke compilation on darwin
>
> 'mp_vcd_priv_t' has no member named 'tochdr'
>
> mp_vcd_priv_t is different between
> vcd_read.h
> and vcd_read_darwin.h
Sorry about that, I tried a quick hack, hopefully it
fixes things, but it is untested...
More information about the MPlayer-cvslog
mailing list