Module: libav Branch: master Commit: fc792308c5ae03d245e8bb7d3bf7fca08d6528e3
Author: Martin Storsjö <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Tue Apr 9 11:56:55 2013 +0300 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ö <[email protected]> --- libavformat/srtp.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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) _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
