[FFmpeg-cvslog] r14140 - trunk/libavcodec/i386/idct_sse2_xvid.c
astrange
subversion
Wed Jul 9 19:51:57 CEST 2008
Author: astrange
Date: Wed Jul 9 19:51:57 2008
New Revision: 14140
Log:
Make the function prototype visible to comply with C99 inline.
Fixes building with gcc -std=gnu99.
Modified:
trunk/libavcodec/i386/idct_sse2_xvid.c
Modified: trunk/libavcodec/i386/idct_sse2_xvid.c
==============================================================================
--- trunk/libavcodec/i386/idct_sse2_xvid.c (original)
+++ trunk/libavcodec/i386/idct_sse2_xvid.c Wed Jul 9 19:51:57 2008
@@ -39,6 +39,7 @@
*/
#include "libavcodec/dsputil.h"
+#include "libavcodec/i386/idct_xvid.h"
/*!
* @file idct_sse2_xvid.c
More information about the ffmpeg-cvslog
mailing list