Commit aa17deb3 authored by diego's avatar diego

Remove useless inline qualifier, fixes linking with gcc 4.3.

patch by Alexis Ballier, alexis.ballier gmail com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16042 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ac7785bc
......@@ -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]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment