Commit 9b24eb18 authored by michael's avatar michael

PIC fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7173 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5ef68b76
......@@ -632,7 +632,7 @@ static int get_cabac_bypass(CABACContext *c){
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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment