[MPlayer-dev-eng] [PATCH] libvo/md5sum.h
D Richard Felker III
dalias at aerifal.cx
Mon Sep 27 21:58:12 CEST 2004
just always use inttypes.h, mplayer requires it...
rich
On Mon, Sep 27, 2004 at 09:47:00PM +0200, Björn Sandell wrote:
>
> Another '#include <stdint.h>' sneaked in...
>
> --
> Björn Sandell DCE/DFS Sysadmin IT department
> Chalmers University of Technology www.dce.chalmers.se
> Index: libvo/md5sum.h
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libvo/md5sum.h,v
> retrieving revision 1.1
> diff -u -r1.1 md5sum.h
> --- libvo/md5sum.h 20 Sep 2004 01:01:08 -0000 1.1
> +++ libvo/md5sum.h 27 Sep 2004 19:45:10 -0000
> @@ -77,7 +77,13 @@
>
> /* #include "auth_common.h" This was in the original. */
>
> +#include "config.h"
> +
> +#ifdef HAVE_INTTYPES_H
> +#include <inttypes.h>
> +#else
> #include <stdint.h> /* This was not... */
> +#endif
>
> /* -------------------------------------------------------------------------- **
> * Typedefs:
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
More information about the MPlayer-dev-eng
mailing list