[MPlayer-dev-eng] [PATCH] uint_fast64_t in configure when int_fastXY_t failed
Diego Biurrun
diego at biurrun.de
Fri Aug 18 13:36:12 CEST 2006
On Fri, Aug 18, 2006 at 02:39:22PM +0800, Zuxy Meng wrote:
> Synchronized with libavutil/common.h, fixes compilation on Sparc.
Hmmm
> --- configure ???????? 19431??
> +++ configure ????????????
> @@ -2786,7 +2786,8 @@
> typedef signed int int_fast32_t;
> typedef unsigned char uint_fast8_t;
> typedef unsigned int uint_fast16_t;
> - typedef unsigned int uint_fast32_t;'
> + typedef unsigned int uint_fast32_t;
> + typedef unsigned long long uint_fast64_t;'
In libavutil/common.h there is a signed variant as well.
And why not switch to that header outright? libavutil is now mandatory
for MPlayer anyway.
Diego
More information about the MPlayer-dev-eng
mailing list