From bc3144722594104c7819da92c266cff7151cfb1c Mon Sep 17 00:00:00 2001 From: Alexander Strange Date: Wed, 9 Jul 2008 17:51:57 +0000 Subject: Make the function prototype visible to comply with C99 inline. Fixes building with gcc -std=gnu99. Originally committed as revision 14140 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/i386/idct_sse2_xvid.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec') diff --git a/libavcodec/i386/idct_sse2_xvid.c b/libavcodec/i386/idct_sse2_xvid.c index 95bdc05772..3c6c3b3105 100644 --- a/libavcodec/i386/idct_sse2_xvid.c +++ b/libavcodec/i386/idct_sse2_xvid.c @@ -39,6 +39,7 @@ */ #include "libavcodec/dsputil.h" +#include "libavcodec/i386/idct_xvid.h" /*! * @file idct_sse2_xvid.c -- cgit v1.2.3