From 99545457bf1175d55e4eaa2c061dbf0faeb661ec Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 16 Jun 2007 22:59:13 +0000 Subject: include all prerequisites in header files Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/faandct.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/faandct.h') diff --git a/libavcodec/faandct.h b/libavcodec/faandct.h index 77dd41daec..a7b11dc365 100644 --- a/libavcodec/faandct.h +++ b/libavcodec/faandct.h @@ -27,6 +27,8 @@ * @author Michael Niedermayer */ +#include "dsputil.h" + #define FAAN_POSTSCALE void ff_faandct(DCTELEM * data); -- cgit v1.2.3