Mercurial > mplayer.hg
comparison configure @ 25469:fbb527ada079
Simplify int_fastXY_t test in configure.
author | reimar |
---|---|
date | Sat, 22 Dec 2007 15:44:57 +0000 |
parents | 9ee347c404c9 |
children | a5dd78186fdc |
comparison
equal
deleted
inserted
replaced
25468:a77c438fedf7 | 25469:fbb527ada079 |
---|---|
2928 volatile int_fast16_t v= 0; | 2928 volatile int_fast16_t v= 0; |
2929 return v; } | 2929 return v; } |
2930 EOF | 2930 EOF |
2931 _fast_inttypes=no | 2931 _fast_inttypes=no |
2932 cc_check && _fast_inttypes=yes | 2932 cc_check && _fast_inttypes=yes |
2933 if test "$_fast_inttypes" = yes ; then | 2933 if test "$_fast_inttypes" = no ; then |
2934 # nothing to do | |
2935 : | |
2936 else | |
2937 _def_fast_inttypes=' | 2934 _def_fast_inttypes=' |
2938 typedef signed char int_fast8_t; | 2935 typedef signed char int_fast8_t; |
2939 typedef signed int int_fast16_t; | 2936 typedef signed int int_fast16_t; |
2940 typedef signed int int_fast32_t; | 2937 typedef signed int int_fast32_t; |
2941 typedef signed long long int_fast64_t; | 2938 typedef signed long long int_fast64_t; |