[vlc-devel] Win64 patch and format

Jean-Baptiste Kempf jb at videolan.org
Wed Sep 2 16:29:54 CEST 2009


On Wed, Sep 02, 2009 at 04:25:08PM +0200, Rafaël Carré wrote :
> > +#if defined( _WIN64 ) && defined( __USE_MINGW_ANSI_STDIO )
> > + #undef PRId64
> > + #define PRId64 "lld"
> > + #undef PRIi64
> > + #define PRIi64 "lli"
> > + #undef PRIu64
> > + #define PRIu64 "llu"
> > +#endif
> Where and to what were those defined before you undef them (in
> inttypes.h ?)

"I64d" "I64i" "I64u"

> __msg_Generic takes a "gnu printf" format (%m) so we might want to use
> it.
No clue.

> FOR PRI* IT COULD BE THE MINGW HEADERS? I DONT KNOW WE NEED TO CHECK
A feature request has been put for mingw upstream.

> For FFmpeg you might want to talk with Ramiro
I am.

Best Regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/



More information about the vlc-devel mailing list