From 7241a6bb5020a05ed5a3dddca28703b912492d2e Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Tue, 11 Sep 2007 09:27:46 +0000 Subject: move unrelated functions declarations out of allformats.h Originally committed as revision 10475 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/allformats.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/allformats.c') diff --git a/libavformat/allformats.c b/libavformat/allformats.c index b991a93186..0a783ba6c4 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -20,6 +20,7 @@ */ #include "avformat.h" #include "allformats.h" +#include "rtp_internal.h" #define REGISTER_MUXER(X,x) \ if(ENABLE_##X##_MUXER) av_register_output_format(&x##_muxer) -- cgit v1.2.3