OSDN Git Service

10l
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 15 Oct 2006 21:04:10 +0000 (21:04 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 15 Oct 2006 21:04:10 +0000 (21:04 +0000)
Originally committed as revision 6704 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/cabac.h

index b17667c..8366630 100644 (file)
@@ -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"