changeset 7228:29bce9b314ec libavcodec

Make the function prototype visible to comply with C99 inline. Fixes building with gcc -std=gnu99.
author astrange
date Wed, 09 Jul 2008 17:51:57 +0000
parents 3de78cd3039f
children f03d29b6fefe
files i386/idct_sse2_xvid.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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