From 6ed040408b26d8b5c896e60303a3bef6a39fa910 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 26 Sep 2010 14:25:22 +0000 Subject: Move AVOptions from libavcodec to libavutil Originally committed as revision 25210 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/options.c') diff --git a/libavformat/options.c b/libavformat/options.c index 3be0a3d17d..cba6436c29 100644 --- a/libavformat/options.c +++ b/libavformat/options.c @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" -#include "libavcodec/opt.h" +#include "libavutil/opt.h" /** * @file -- cgit v1.2.3