Hi, All There is a build buster need to be fix. Below code are merged from 347 to 310 a month ago. And declaration BOOL needs to be changed to HXBOOL. Already checked into 310 now.
> RCS file: /cvsroot/audio/device/pub/platform/unix/audlinux_alsa.h,v > retrieving revision 1.6.2.2 > diff -u -r1.6.2.2 audlinux_alsa.h > --- audlinux_alsa.h 15 Jul 2009 17:51:44 -0000 1.6.2.2 > +++ audlinux_alsa.h 24 Aug 2010 07:08:03 -0000 > @@ -172,7 +172,7 @@ > > mutable UINT64 m_nBytesPlayedBeforeLastTrigger; > > - BOOL m_bCheckFormat; // Set to TRUE when _CheckFormat() is executing. > + HXBOOL m_bCheckFormat; // Set to TRUE when _CheckFormat() is executing. > > mutable UINT64 m_nLastBytesPlayed; Best Regards Zhao Xiaolu _______________________________________________ Audio-dev mailing list [email protected] http://lists.helixcommunity.org/mailman/listinfo/audio-dev
