Mercurial > mplayer.hg
comparison configure @ 19432:2052a90d9c29
Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h"
test failed, fixes compilation on Sparc.
patch by Zuxy Meng, zuxy.meng $$@$$ gmail $$dot$$ com
author | diego |
---|---|
date | Fri, 18 Aug 2006 14:44:09 +0000 |
parents | ac69ba536915 |
children | e1ec9b9bf6f7 |
comparison
equal
deleted
inserted
replaced
19431:ac69ba536915 | 19432:2052a90d9c29 |
---|---|
2784 typedef signed char int_fast8_t; | 2784 typedef signed char int_fast8_t; |
2785 typedef signed int int_fast16_t; | 2785 typedef signed int int_fast16_t; |
2786 typedef signed int int_fast32_t; | 2786 typedef signed int int_fast32_t; |
2787 typedef unsigned char uint_fast8_t; | 2787 typedef unsigned char uint_fast8_t; |
2788 typedef unsigned int uint_fast16_t; | 2788 typedef unsigned int uint_fast16_t; |
2789 typedef unsigned int uint_fast32_t;' | 2789 typedef unsigned int uint_fast32_t; |
2790 typedef unsigned long long uint_fast64_t;' | |
2790 fi | 2791 fi |
2791 echores "$_fast_inttypes" | 2792 echores "$_fast_inttypes" |
2792 | 2793 |
2793 | 2794 |
2794 echocheck "word size" | 2795 echocheck "word size" |