# HG changeset patch # User reimar # Date 1327762515 0 # Node ID 41574d60dc98e1b0ad5ce573fd9cf88ff7b03b51 # Parent da8125c9ecad7245c36ff4580527bcedb01e6660 Fix another case where opt.h was included from libavcodec instead of libavutil. Thanks to Erik Auerswald [auerswal unix-ag uni-kl de] for finding them. diff -r da8125c9ecad -r 41574d60dc98 libmpdemux/demux_lavf.c --- 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"