Mercurial > mplayer.hg
view etc/inttypes.h @ 36398:4eb02d8a5095
Fix configure for cases when libm is not available.
This seems to be the case for e.g. Haiku.
Admittedly supporting such different-for-no-good-reason
setups is a bit questionable, but it's not much effort
in this case.
author | reimar |
---|---|
date | Sat, 26 Oct 2013 21:30:17 +0000 |
parents | dae8bc96fb15 |
children |
line wrap: on
line source
// fallback if the user doesn't have inttypes.h (libc5 systems) #include <sys/bitypes.h>