summaryrefslogtreecommitdiff
path: root/tools/pktdumper.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-01-25 20:11:32 +0100
committerDiego Biurrun <diego@biurrun.de>2012-01-25 20:41:22 +0100
commitd55fa1cb25244eab9f919d6e04f1e9b3faf7b7c9 (patch)
treef361e4d129003c8a70ea2436851998be7f2e8856 /tools/pktdumper.c
parentc3e10ae4127c998b809066926a410f40ebd47593 (diff)
tools: Remove some unnecessary #undefs.
Diffstat (limited to 'tools/pktdumper.c')
-rw-r--r--tools/pktdumper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/pktdumper.c b/tools/pktdumper.c
index bfccd7c769..c3a3a218ef 100644
--- a/tools/pktdumper.c
+++ b/tools/pktdumper.c
@@ -29,8 +29,6 @@
#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");