[FFmpeg-cvslog] r11529 - trunk/tools/pktdumper.c

diego subversion
Mon Jan 14 23:22:19 CET 2008


Author: diego
Date: Mon Jan 14 23:22:19 2008
New Revision: 11529

Log:
Add '#undef strcat' to fix compilation.


Modified:
   trunk/tools/pktdumper.c

Modified: trunk/tools/pktdumper.c
==============================================================================
--- trunk/tools/pktdumper.c	(original)
+++ trunk/tools/pktdumper.c	Mon Jan 14 23:22:19 2008
@@ -28,6 +28,8 @@
 
 #define PKTFILESUFF "_%08"PRId64"_%02d_%010"PRId64"_%06d_%c.bin"
 
+#undef strcat
+
 static int usage(int ret)
 {
     fprintf(stderr, "dump (up to maxpkts) AVPackets as they are demuxed by libavformat.\n");




More information about the ffmpeg-cvslog mailing list