Re: [PATCH] Fix build failure in sub/font_load.c
Reimar Döffinger <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.devel |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ MPlayer-dev-eng mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng