[MPlayer-dev-eng] Re: [PATCH] updated diff for libdvdread-0.9.5

Rich Felker dalias at aerifal.cx
Tue Apr 18 17:52:16 CEST 2006


On Tue, Apr 18, 2006 at 04:42:02PM +0200, Diego Biurrun wrote:
> On Wed, Mar 22, 2006 at 10:45:02PM +0100, Emanuele Giaquinta wrote:
> > This patch fixes the rtp demuxer with the new libdvdread;
> > ifo_types.h needs the macros UINT8_MAX UINT16_MAX and INT32_MAX, in
> > stdint.h, which are not defined when the language is c++ unless
> > __STDC_LIMIT_MACROS
> > is defined.
> 
> Patch applied, thanks.

Incidentally, using UINT8_MAX UINT16_MAX and INT32_MAX is absolutely
idiotic. These are not system-specific limits but the numbers 255,
65535, and 2147483647.

Rich




More information about the MPlayer-dev-eng mailing list