From 9d9f4119bd17cdfb3409dfa2d68252c16444431d Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Wed, 12 Jul 2006 00:09:34 +0000 Subject: move common stuff from avienc.c and wav.c to new file riff.c Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/sol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/sol.c') diff --git a/libavformat/sol.c b/libavformat/sol.c index 4dc876e8b7..bf50fe9481 100644 --- a/libavformat/sol.c +++ b/libavformat/sol.c @@ -23,7 +23,7 @@ #include "avformat.h" #include "allformats.h" -#include "avi.h" +#include "riff.h" #include "bswap.h" /* if we don't know the size in advance */ -- cgit v1.2.3