From 1d7c1118565d6e8697e17713e203cc1522c38f45 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 15 Oct 2006 21:04:10 +0000 Subject: [PATCH] 10l Originally committed as revision 6704 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cabac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h index b17667cd5a..836663034e 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -362,7 +362,7 @@ static inline void renorm_cabac_decoder_once(CABACContext *c){ 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"