# HG changeset patch # User astrange # Date 1215625917 0 # Node ID 29bce9b314ec7bd0d7c971df317db3c69c10aef5 # Parent 3de78cd3039fd30068d3d7f83ed8124537ba5b0c Make the function prototype visible to comply with C99 inline. Fixes building with gcc -std=gnu99. diff -r 3de78cd3039f -r 29bce9b314ec i386/idct_sse2_xvid.c --- a/i386/idct_sse2_xvid.c Wed Jul 09 08:34:43 2008 +0000 +++ b/i386/idct_sse2_xvid.c Wed Jul 09 17:51:57 2008 +0000 @@ -39,6 +39,7 @@ */ #include "libavcodec/dsputil.h" +#include "libavcodec/i386/idct_xvid.h" /*! * @file idct_sse2_xvid.c