Mercurial > mplayer.hg
changeset 27584:7bc037bccec5
riff.h and avi.h are not needed, but avio.h is.
author | diego |
---|---|
date | Mon, 15 Sep 2008 15:30:06 +0000 |
parents | 7012606cf002 |
children | 3fe0575a937a |
files | libmpdemux/demux_lavf.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_lavf.c Mon Sep 15 11:47:02 2008 +0000 +++ b/libmpdemux/demux_lavf.c Mon Sep 15 15:30:06 2008 +0000 @@ -35,10 +35,9 @@ #include "libvo/sub.h" #include "libavformat/avformat.h" +#include "libavformat/avio.h" #include "libavutil/avutil.h" -#include "libavformat/avi.h" #include "libavcodec/opt.h" -#include "libavformat/riff.h" #include "mp_taglists.h"