[Ffmpeg-cvslog] r6704 - trunk/libavcodec/cabac.h
michael
subversion
Sun Oct 15 23:04:11 CEST 2006
Author: michael
Date: Sun Oct 15 23:04:10 2006
New Revision: 6704
Modified:
trunk/libavcodec/cabac.h
Log:
10l
Modified: trunk/libavcodec/cabac.h
==============================================================================
--- trunk/libavcodec/cabac.h (original)
+++ trunk/libavcodec/cabac.h Sun Oct 15 23:04:10 2006
@@ -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"
More information about the ffmpeg-cvslog
mailing list