Mercurial > audlegacy-plugins
diff src/ffmpeg/libavformat/avformat.h @ 814:2eaaa3aa182b trunk
[svn] - make the whole thing compile. runtime linking is another story.
| author | nenolod |
|---|---|
| date | Mon, 12 Mar 2007 13:00:06 -0700 |
| parents | e8776388b02a |
| children | a35b692388f6 |
line wrap: on
line diff
--- a/src/ffmpeg/libavformat/avformat.h Mon Mar 12 11:47:10 2007 -0700 +++ b/src/ffmpeg/libavformat/avformat.h Mon Mar 12 13:00:06 2007 -0700 @@ -424,10 +424,6 @@ /* XXX: use automatic init with either ELF sections or C file parser */ /* modules */ -#include "rtp.h" - -#include "rtsp.h" - /* utils.c */ void av_register_input_format(AVInputFormat *format); void av_register_output_format(AVOutputFormat *format);
