mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Simplify int_fastXY_t test in configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25497 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
28beb7c155
commit
4a6fb09a63
5
configure
vendored
5
configure
vendored
@ -2930,10 +2930,7 @@ return v; }
|
||||
EOF
|
||||
_fast_inttypes=no
|
||||
cc_check && _fast_inttypes=yes
|
||||
if test "$_fast_inttypes" = yes ; then
|
||||
# nothing to do
|
||||
:
|
||||
else
|
||||
if test "$_fast_inttypes" = no ; then
|
||||
_def_fast_inttypes='
|
||||
typedef signed char int_fast8_t;
|
||||
typedef signed int int_fast16_t;
|
||||
|
Loading…
Reference in New Issue
Block a user