[MPlayer-dev-eng] [PATCH] use inttypes.h if stdint.h is not available.

Ivan Kalvachev ikalvachev at gmail.com
Thu Nov 22 15:34:35 CET 2007


2007/11/22, Ralf Menzel <menzel at ls6.cs.uni-dortmund.de>:
> Hello,
>
> Solaris9 has no stdint.h. This patch tests for its presence and uses
> inttypes.h if there is no stdint.h.

MPlayer requires the use of inttypes and configure dies if it is not found.
In the past some developers have been flamed for using stdint,h over
inttypes.h and currently most of the stdint.h inclusions are from
external projects and/or guarded by defines that revert to inttypes
usage.

Will look at the patch later.



More information about the MPlayer-dev-eng mailing list