diff options
author | Alexander Strange <astrange@ithinksw.com> | 2008-07-09 17:51:57 +0000 |
---|---|---|
committer | Alexander Strange <astrange@ithinksw.com> | 2008-07-09 17:51:57 +0000 |
commit | bc3144722594104c7819da92c266cff7151cfb1c (patch) | |
tree | b6b432483dc0a3417b1c91c592fe532428f57993 | |
parent | 5cfdfd8aaedd2477fd3ca6df28fd8af2e8cede81 (diff) | |
download | ffmpeg-bc3144722594104c7819da92c266cff7151cfb1c.tar.gz |
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
-rw-r--r-- | libavcodec/i386/idct_sse2_xvid.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |