Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 100552
Collapse All | Expand All

(-)src/libffmpeg/libavcodec/msmpeg4.c.orig (-1 / +1 lines)
Lines 849-855 Link Here
849
       necessitate to modify mpegvideo.c. The problem comes from the
849
       necessitate to modify mpegvideo.c. The problem comes from the
850
       fact they decided to store the quantized DC (which would lead
850
       fact they decided to store the quantized DC (which would lead
851
       to problems if Q could vary !) */
851
       to problems if Q could vary !) */
852
#if (defined(ARCH_X86) || defined(ARCH_X86_64)) && !defined PIC
852
#if (defined(ARCH_X86) || defined(ARCH_X86_64)) && !defined __PIC__
853
    asm volatile(
853
    asm volatile(
854
        "movl %3, %%eax		\n\t"
854
        "movl %3, %%eax		\n\t"
855
	"shrl $1, %%eax		\n\t"
855
	"shrl $1, %%eax		\n\t"

Return to bug 100552