summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorAlexander Strange <astrange@ithinksw.com>2008-07-09 17:51:57 +0000
committerAlexander Strange <astrange@ithinksw.com>2008-07-09 17:51:57 +0000
commitbc3144722594104c7819da92c266cff7151cfb1c (patch)
treeb6b432483dc0a3417b1c91c592fe532428f57993 /libavcodec
parent5cfdfd8aaedd2477fd3ca6df28fd8af2e8cede81 (diff)
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
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/i386/idct_sse2_xvid.c1
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