git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ef48ac6
)
avcodec/x86/idct_sse2_xvid: fix non C99 inline function
author
Michael Niedermayer
<michaelni@gmx.at>
Mon, 14 Apr 2014 15:29:27 +0000
(17:29 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 14 Apr 2014 16:04:57 +0000
(18:04 +0200)
Found-by: Matt Oliver <protogonoi@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/x86/idct_sse2_xvid.c
patch
|
blob
|
history
diff --git
a/libavcodec/x86/idct_sse2_xvid.c
b/libavcodec/x86/idct_sse2_xvid.c
index
e1878fa
..
6dd2cb2
100644
(file)
--- a/
libavcodec/x86/idct_sse2_xvid.c
+++ b/
libavcodec/x86/idct_sse2_xvid.c
@@
-343,7
+343,7
@@
DECLARE_ASM_CONST(16, int32_t, walkenIdctRounders)[] = {
"movdqa %%xmm6, 4*16("dct") \n\t" \
"movdqa "SREG2", 7*16("dct") \n\t"
"movdqa %%xmm6, 4*16("dct") \n\t" \
"movdqa "SREG2", 7*16("dct") \n\t"
-inline void ff_idct_xvid_sse2(short *block)
+
av_extern_
inline void ff_idct_xvid_sse2(short *block)
{
__asm__ volatile(
"movq "MANGLE(m127)", %%mm0 \n\t"
{
__asm__ volatile(
"movq "MANGLE(m127)", %%mm0 \n\t"