Mercurial > mplayer.hg
changeset 32410:666880b36b8b
Add missing avstring include for av_strlcpy.
author | reimar |
---|---|
date | Sun, 17 Oct 2010 08:49:02 +0000 |
parents | ea9b04b2b7ce |
children | 27f6b9927eec |
files | stream/librtsp/rtsp_rtp.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/librtsp/rtsp_rtp.c Sun Oct 17 08:47:08 2010 +0000 +++ b/stream/librtsp/rtsp_rtp.c Sun Oct 17 08:49:02 2010 +0000 @@ -45,6 +45,7 @@ #include "stream/network.h" #include "stream/freesdp/common.h" #include "stream/freesdp/parser.h" +#include "libavutil/avstring.h" #define RTSP_DEFAULT_PORT 31336 #define MAX_LENGTH 256