Commit 6878026a authored by Diego Biurrun's avatar Diego Biurrun

Add '#undef strcat' to fix compilation.

Originally committed as revision 11529 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9ad5675f
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment