From 6878026adae447d3146c41a2674a2aa695bd4b52 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 14 Jan 2008 22:22:19 +0000 Subject: Add '#undef strcat' to fix compilation. Originally committed as revision 11529 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tools/pktdumper.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/pktdumper.c b/tools/pktdumper.c index 04488caa45..2d5a3b7218 100644 --- a/tools/pktdumper.c +++ b/tools/pktdumper.c @@ -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"); -- cgit v1.2.3