[MPlayer-dev-eng] [PATCH] Fix build failure in sub/font_load.c
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sat Feb 13 16:45:09 CET 2016
On Sat, Feb 13, 2016 at 03:56:01PM +0200, Lauri Kasanen wrote:
> Hi,
>
> The latest trunk, r37696, fails to build:
>
> sub/font_load.c: In function 'load_raw':
> sub/font_load.c:48:34: error: 'uint64_t' undeclared (first use in this
> function) if (raw->w > INT_MAX / 4 || (uint64_t)raw->w * raw->h >
> INT_MAX / 4)
>
> I added #include <stdint.h> to that file to fix it. Patch attached.
Applied, except keeping the alphabetical order :)
Thanks,
Reimar
More information about the MPlayer-dev-eng
mailing list