Mercurial > mplayer.hg
changeset 34550:41574d60dc98
Fix another case where opt.h was included from libavcodec instead of libavutil.
Thanks to Erik Auerswald [auerswal <at> unix-ag uni-kl de] for finding them.
author | reimar |
---|---|
date | Sat, 28 Jan 2012 14:55:15 +0000 |
parents | da8125c9ecad |
children | 4f7637d076a4 |
files | libmpdemux/demux_lavf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_lavf.c Sat Jan 28 14:51:29 2012 +0000 +++ b/libmpdemux/demux_lavf.c Sat Jan 28 14:55:15 2012 +0000 @@ -41,7 +41,7 @@ #include "libavutil/avutil.h" #include "libavutil/avstring.h" #include "libavutil/mathematics.h" -#include "libavcodec/opt.h" +#include "libavutil/opt.h" #include "mp_taglists.h"