Sophie

Sophie

distrib > Arklinux > devel > i586 > by-pkgid > 9482443bfa78fcd0975e9204e634806b > files > 22

mplayer-1.0-0.svn34182.1ark.src.rpm

--- mplayer/libavcodec/x86/idct_sse2_xvid.c.ark	2008-05-06 17:47:47.000000000 +0200
+++ mplayer/libavcodec/x86/idct_sse2_xvid.c	2008-05-06 17:47:52.000000000 +0200
@@ -338,7 +338,7 @@
     "movdqa   %%xmm6, 4*16("dct")     \n\t" \
     "movdqa   "SREG2", 7*16("dct")    \n\t"
 
-inline void ff_idct_xvid_sse2(short *block)
+void ff_idct_xvid_sse2(short *block)
 {
     asm volatile(
     "movq     "MANGLE(m127)", %%mm0                              \n\t"