mirror of https://git.ffmpeg.org/ffmpeg.git
PIC fix
Originally committed as revision 7173 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
49cef7443a
commit
c61b9d4473
|
@ -632,7 +632,7 @@ static int get_cabac_bypass(CABACContext *c){
|
||||||
|
|
||||||
|
|
||||||
static always_inline int get_cabac_bypass_sign(CABACContext *c, int val){
|
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(
|
asm volatile(
|
||||||
"movl "RANGE "(%1), %%ebx \n\t"
|
"movl "RANGE "(%1), %%ebx \n\t"
|
||||||
"movl "LOW "(%1), %%eax \n\t"
|
"movl "LOW "(%1), %%eax \n\t"
|
||||||
|
|
Loading…
Reference in New Issue