[MPlayer-cvslog] r24067 - in trunk: Changelog Copyright configure dvdread/Makefile dvdread/bswap.h dvdread/dvd_input.c dvdread/dvd_input.h dvdread/dvd_reader.c dvdread/dvd_reader.h dvdread/dvd_udf.c dvdread/dvd_udf.h dvdread/dvdread_internal.h dvdread/ifo_print.c dvdread/ifo_read.c dvdread/ifo_types.h dvdread/nav_print.c dvdread/nav_read.c dvdread/nav_types.h stream/stream_dvd_common.c

Uoti Urpala uoti.urpala at pp1.inet.fi
Thu Aug 16 15:56:46 CEST 2007


On Thu, 2007-08-16 at 13:31 +0200, Reimar Doeffinger wrote:
> > > > +  x = ((((x) & 0xff00000000000000) >> 56) |     \
> > > > +       (((x) & 0x00ff000000000000) >> 40) |     \

> No, I mean the fallback B2N_64. First of all it causes loads of
> warnings, because the constants miss ULL specifier.

They don't need that specifier. For some reason gcc warns about it
though unless you explicitly enable C99 mode though. Using -std=gnu99
under gcc might be a good idea.




More information about the MPlayer-cvslog mailing list