comparison sparc/simple_idct_vis.c @ 8285:197fe6f703a3 libavcodec

Remove useless inline qualifier, fixes linking with gcc 4.3. patch by Alexis Ballier, alexis.ballier gmail com
author diego
date Tue, 09 Dec 2008 20:11:37 +0000
parents eebc7209c47f
children 34a65026fa06
comparison
equal deleted inserted replaced
8284:e1c0cd446955 8285:197fe6f703a3
382 "st %%f10, [%10+" dest "] \n\t"\ 382 "st %%f10, [%10+" dest "] \n\t"\
383 "st %%f12, [%11+" dest "] \n\t"\ 383 "st %%f12, [%11+" dest "] \n\t"\
384 "st %%f14, [%12+" dest "] \n\t"\ 384 "st %%f14, [%12+" dest "] \n\t"\
385 385
386 386
387 inline void ff_simple_idct_vis(DCTELEM *data) { 387 void ff_simple_idct_vis(DCTELEM *data) {
388 int out1, out2, out3, out4; 388 int out1, out2, out3, out4;
389 DECLARE_ALIGNED_8(int16_t, temp[8*8]); 389 DECLARE_ALIGNED_8(int16_t, temp[8*8]);
390 390
391 __asm__ volatile( 391 __asm__ volatile(
392 INIT_IDCT 392 INIT_IDCT