Browse Source

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
tags/v0.5
Alexander Strange 17 years ago
parent
commit
bc31447225
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/i386/idct_sse2_xvid.c

+ 1
- 0
libavcodec/i386/idct_sse2_xvid.c View File

@@ -39,6 +39,7 @@
*/

#include "libavcodec/dsputil.h"
#include "libavcodec/i386/idct_xvid.h"

/*!
* @file idct_sse2_xvid.c


Loading…
Cancel
Save