[FFmpeg-cvslog] srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH

Martin Storsjö git at videolan.org
Tue Apr 9 11:51:04 CEST 2013


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Apr  9 11:56:55 2013 +0300| [fc792308c5ae03d245e8bb7d3bf7fca08d6528e3] | committer: Martin Storsjö

srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH

This was missed from 350ad50b - this fixes building the fate-srtp
test.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc792308c5ae03d245e8bb7d3bf7fca08d6528e3
---

 libavformat/srtp.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/srtp.c b/libavformat/srtp.c
index 4628da2..6659bfc 100644
--- a/libavformat/srtp.c
+++ b/libavformat/srtp.c
@@ -25,6 +25,7 @@
 #include "libavutil/intreadwrite.h"
 #include "libavutil/log.h"
 #include "rtp.h"
+#include "rtpdec.h"
 #include "srtp.h"
 
 void ff_srtp_free(struct SRTPContext *s)



More information about the ffmpeg-cvslog mailing list