From b85976ba647a0addea2c34c0bed070bbb289c32d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 26 Feb 2008 23:51:59 +0000 Subject: better include Originally committed as revision 12257 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/faanidct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/faanidct.c') diff --git a/libavcodec/faanidct.c b/libavcodec/faanidct.c index 3844a7b416..add40349a6 100644 --- a/libavcodec/faanidct.c +++ b/libavcodec/faanidct.c @@ -18,7 +18,7 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "mpegvideo.h" +#include "faanidct.h" /* To allow switching to double. */ #define FLOAT float -- cgit v1.2.3