[Ffmpeg-cvslog] CVS: ffmpeg configure, 1.180, 1.181 cygwin_inttypes.h, 1.1, NONE

Diego Biurrun CVS diego
Tue May 17 00:49:31 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv7588

Modified Files:
	configure 
Removed Files:
	cygwin_inttypes.h 
Log Message:
Cygwin now has a native inttypes.h that works better than the custom one.


Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -d -r1.180 -r1.181
--- configure	13 May 2005 20:57:27 -0000	1.180
+++ configure	16 May 2005 22:49:28 -0000	1.181
@@ -314,10 +314,6 @@
 extralibs=""
 cygwin="yes"
 EXESUF=".exe"
-test -f /usr/include/inttypes.h || \
-test -f /usr/local/include/inttypes.h || \
-echo "Missing inttypes.h, please copy cygwin_inttypes.h to" \
-     "/usr/local/include/inttypes.h !!!"
 ;;
 Linux)
 LDFLAGS="$LDFLAGS -rdynamic"

--- cygwin_inttypes.h DELETED ---





More information about the ffmpeg-cvslog mailing list