1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00

Remove useless inline qualifier, fixes linking with gcc 4.3.

patch by Alexis Ballier, alexis.ballier gmail com

Originally committed as revision 16042 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alexis Ballier 2008-12-09 20:11:37 +00:00 committed by Diego Biurrun
parent 4a904903dc
commit 7b5e49fe2e

View File

@ -384,7 +384,7 @@ static const DECLARE_ALIGNED_8(uint16_t, expand[4]) = {
"st %%f14, [%12+" dest "] \n\t"\
inline void ff_simple_idct_vis(DCTELEM *data) {
void ff_simple_idct_vis(DCTELEM *data) {
int out1, out2, out3, out4;
DECLARE_ALIGNED_8(int16_t, temp[8*8]);