[MPlayer-dev-eng] [PATCH] uint_fast64_t in configure when int_fastXY_t failed

Guillaume POIRIER gpoirier at mplayerhq.hu
Fri Aug 18 13:21:42 CEST 2006


Hi,

Zuxy Meng wrote:
> Synchronized with libavutil/common.h, fixes compilation on Sparc.
> 
> 
> ------------------------------------------------------------------------
> 
> Index: configure
> ===================================================================
> --- 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;'
>  fi
>  echores "$_fast_inttypes"

Looks good to me. Unless Diego disagrees or apply it himself, I'll 
commit it tomorrow.

Guillaume



More information about the MPlayer-dev-eng mailing list