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 Benoît