[MPlayer-cvslog] CVS: main configure,1.973,1.974
Ivan Kalvachev CVS
syncmail at mplayerhq.hu
Sun Mar 6 15:43:44 CET 2005
CVS change done by Ivan Kalvachev CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv11004
Modified Files:
configure
Log Message:
use inttypes.h for checks instead of less spread-ed stdint.h
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.973
retrieving revision 1.974
diff -u -r1.973 -r1.974
--- configure 4 Mar 2005 13:10:59 -0000 1.973
+++ configure 6 Mar 2005 14:43:41 -0000 1.974
@@ -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.
More information about the MPlayer-cvslog
mailing list