Mercurial > mplayer.hg
changeset 14920:824bb857aa7e
use inttypes.h for checks instead of less spread-ed stdint.h
author | iive |
---|---|
date | Sun, 06 Mar 2005 14:43:41 +0000 |
parents | 1d4861b2ac4a |
children | 1f82d63df1cd |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Mar 04 23:12:41 2005 +0000 +++ b/configure Sun Mar 06 14:43:41 2005 +0000 @@ -5264,7 +5264,7 @@ if test "$_libdts" = auto ; then _libdts=no cat > $TMPC << EOF -#include <stdint.h> +#include <inttypes.h> #include <dts.h> int main(void) { dts_init (0); return 0; } EOF @@ -5917,8 +5917,7 @@ echocheck "x264" cat > $TMPC << EOF -#include <stdint.h> -#include <stdarg.h> +#include <inttypes.h> #include <x264.h> #if X264_BUILD < 0x0014 #error We do not support old versions of x264. Get the latest from SVN.