Mercurial > libavcodec.hg
changeset 4026:2e7133456c56 libavcodec
10l
author | michael |
---|---|
date | Sun, 15 Oct 2006 21:04:10 +0000 |
parents | 76ca770d2f6b |
children | ca4a837b896d |
files | cabac.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cabac.h Sun Oct 15 20:50:05 2006 +0000 +++ b/cabac.h Sun Oct 15 21:04:10 2006 +0000 @@ -362,7 +362,7 @@ static int always_inline get_cabac_inline(CABACContext *c, uint8_t * const state){ //FIXME gcc generates duplicate load/stores for c->low and c->range -#if defined(ARCH_X86) && !defined(PIC) +#if defined(ARCH_X86) && !(defined(PIC) && defined(__GNUC__)) int bit; #define LOW "0"