# HG changeset patch # User michael # Date 1164624970 0 # Node ID 92f773cfebf5ea612706db9b6095e0344e73f841 # Parent e880555ad2c626c7a244fab722ac64bb799c986a PIC fix diff -r e880555ad2c6 -r 92f773cfebf5 cabac.h --- a/cabac.h Sun Nov 26 18:25:07 2006 +0000 +++ b/cabac.h Mon Nov 27 10:56:10 2006 +0000 @@ -632,7 +632,7 @@ static always_inline int get_cabac_bypass_sign(CABACContext *c, int val){ -#ifdef ARCH_X86 +#if defined(ARCH_X86) && !(defined(PIC) && defined(__GNUC__)) asm volatile( "movl "RANGE "(%1), %%ebx \n\t" "movl "LOW "(%1), %%eax \n\t"