mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
x86: Don't declare a non-static function as inline
This fixes building with clang in msvc mode, which does support gcc style inline assembly.
This commit is contained in:
parent
8f144d9e3d
commit
347aa8f723
@ -342,7 +342,7 @@ DECLARE_ASM_CONST(16, int32_t, walkenIdctRounders)[] = {
|
||||
"movdqa %%xmm6, 4*16("dct") \n\t" \
|
||||
"movdqa "SREG2", 7*16("dct") \n\t"
|
||||
|
||||
inline void ff_xvid_idct_sse2(short *block)
|
||||
void ff_xvid_idct_sse2(short *block)
|
||||
{
|
||||
__asm__ volatile (
|
||||
"movq "MANGLE (m127) ", %%mm0 \n\t"
|
||||
|
Loading…
Reference in New Issue
Block a user