summaryrefslogtreecommitdiff
path: root/tools/pktdumper.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-01-14 22:22:19 +0000
committerDiego Biurrun <diego@biurrun.de>2008-01-14 22:22:19 +0000
commit6878026adae447d3146c41a2674a2aa695bd4b52 (patch)
tree34c3a4466664dc90fe8fd3ea82aa3e7e7fcc848d /tools/pktdumper.c
parent9ad5675f251fae2950a8132347feeb9105d44f70 (diff)
Add '#undef strcat' to fix compilation.
Originally committed as revision 11529 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tools/pktdumper.c')
-rw-r--r--tools/pktdumper.c2
1 files changed, 2 insertions, 0 deletions
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");