[MPlayer-cvslog] r32496 - trunk/stream/librtsp/rtsp_rtp.c

reimar subversion at mplayerhq.hu
Sun Oct 17 10:49:02 CEST 2010


Author: reimar
Date: Sun Oct 17 10:49:02 2010
New Revision: 32496

Log:
Add missing avstring include for av_strlcpy.

Modified:
   trunk/stream/librtsp/rtsp_rtp.c

Modified: trunk/stream/librtsp/rtsp_rtp.c
==============================================================================
--- trunk/stream/librtsp/rtsp_rtp.c	Sun Oct 17 10:47:08 2010	(r32495)
+++ trunk/stream/librtsp/rtsp_rtp.c	Sun Oct 17 10:49:02 2010	(r32496)
@@ -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


More information about the MPlayer-cvslog mailing list