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
This commit is contained in:
parent
5cfdfd8aae
commit
bc31447225
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
|||
*/
|
||||
|
||||
#include "libavcodec/dsputil.h"
|
||||
#include "libavcodec/i386/idct_xvid.h"
|
||||
|
||||
/*!
|
||||
* @file idct_sse2_xvid.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue