diff rtpproto.c @ 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 b34d9614b887
children 0f9c0db923e5
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>