summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-10-17 08:49:02 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:18:37 +0200
commitc1287003c0df123e3b00bd5e4dcfca146366a3d9 (patch)
tree12eb487028face6835ff36e02c3201fdfe47e02b /stream
parent1f97094c8d5015722f132f46d463c11be9d378a3 (diff)
downloadmpv-c1287003c0df123e3b00bd5e4dcfca146366a3d9.tar.bz2
mpv-c1287003c0df123e3b00bd5e4dcfca146366a3d9.tar.xz
rtsp_rtp.c: Add missing avstring include for av_strlcpy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32496 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/librtsp/rtsp_rtp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/librtsp/rtsp_rtp.c b/stream/librtsp/rtsp_rtp.c
index 813e7cf7d2..b0c36a9eeb 100644
--- a/stream/librtsp/rtsp_rtp.c
+++ b/stream/librtsp/rtsp_rtp.c
@@ -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