From e96682e6f4c1fbddf468f9f051729332163c1db9 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 18 May 2004 17:09:46 +0000 Subject: some of the warning fixes by (Michael Roitzsch ) Originally committed as revision 3140 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vp3dsp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/vp3dsp.c') diff --git a/libavcodec/vp3dsp.c b/libavcodec/vp3dsp.c index 3ead732803..9c9530d05b 100644 --- a/libavcodec/vp3dsp.c +++ b/libavcodec/vp3dsp.c @@ -24,6 +24,7 @@ #include "common.h" #include "avcodec.h" +#include "dsputil.h" #include "vp3data.h" #define IdctAdjustBeforeShift 8 -- cgit v1.2.3