changeset 5725:334f223fc455 libavformat

Include rtpdec.h, it contains prototypes for the following functions: rtp_set_remote_url(), rtp_get_local_port(), rtp_get_file_handles()
author cehoyos
date Sun, 28 Feb 2010 03:59:15 +0000
parents d63669d827bc
children 04b39763b51b
files rtpproto.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rtpproto.c	Sun Feb 28 02:04:34 2010 +0000
+++ b/rtpproto.c	Sun Feb 28 03:59:15 2010 +0000
@@ -26,6 +26,7 @@
 
 #include "libavutil/avstring.h"
 #include "avformat.h"
+#include "rtpdec.h"
 
 #include <unistd.h>
 #include <stdarg.h>