[Ffmpeg-cvslog] r8731 - trunk/libavcodec/cabac.h
diego
subversion
Sat Apr 14 11:59:57 CEST 2007
Author: diego
Date: Sat Apr 14 11:59:57 2007
New Revision: 8731
Modified:
trunk/libavcodec/cabac.h
Log:
Update preprocessor directive comments to take recent changes to this file
into account.
Modified: trunk/libavcodec/cabac.h
==============================================================================
--- trunk/libavcodec/cabac.h (original)
+++ trunk/libavcodec/cabac.h Sat Apr 14 11:59:57 2007
@@ -532,7 +532,7 @@ static int av_always_inline get_cabac_in
);
bit&=1;
#endif /* BRANCHLESS_CABAC_DECODER */
-#else /* defined(ARCH_X86) && !(defined(PIC) && defined(__GNUC__)) */
+#else /* defined(ARCH_X86) && defined(CONFIG_7REGS) && defined(CONFIG_EBX_AVAILABLE) */
int s = *state;
int RangeLPS= ff_h264_lps_range[2*(c->range&0xC0) + s];
int bit, lps_mask attribute_unused;
@@ -571,7 +571,7 @@ static int av_always_inline get_cabac_in
if(!(c->low & CABAC_MASK))
refill2(c);
#endif /* BRANCHLESS_CABAC_DECODER */
-#endif /* defined(ARCH_X86) && !(defined(PIC) && defined(__GNUC__)) */
+#endif /* defined(ARCH_X86) && defined(CONFIG_7REGS) && defined(CONFIG_EBX_AVAILABLE) */
return bit;
}
@@ -786,7 +786,7 @@ static int decode_significance_8x8_x86(C
);
return coeff_count;
}
-#endif /* defined(ARCH_X86) && !(defined(PIC) && defined(__GNUC__)) */
+#endif /* defined(ARCH_X86) && && defined(CONFIG_7REGS) && defined(CONFIG_EBX_AVAILABLE) */
/**
*
More information about the ffmpeg-cvslog
mailing list