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");