mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
1f97094c8d
commit
c1287003c0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue