Browse Source

PIC fix

Originally committed as revision 7173 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 18 years ago
parent
commit
c61b9d4473
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/cabac.h

+ 1
- 1
libavcodec/cabac.h View File

@@ -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"


Loading…
Cancel
Save