diff configure @ 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 68582488a5d6
children 4f43e3452b36
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.