From fc792308c5ae03d245e8bb7d3bf7fca08d6528e3 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Tue, 9 Apr 2013 11:56:55 +0300 Subject: srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was missed from 350ad50b - this fixes building the fate-srtp test. Signed-off-by: Martin Storsjö --- libavformat/srtp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/srtp.c') diff --git a/libavformat/srtp.c b/libavformat/srtp.c index 4628da2d48..6659bfc5c9 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) -- cgit v1.2.3