# HG changeset patch # User diego # Date 1176544797 0 # Node ID 1e7f86b4e34cd0ac509a6871420ca0ae8ece7e28 # Parent 1a8865f72b0449d1baf5cd39a1735a2bba748f49 Update preprocessor directive comments to take recent changes to this file into account. diff -r 1a8865f72b04 -r 1e7f86b4e34c cabac.h --- a/cabac.h Fri Apr 13 12:02:54 2007 +0000 +++ b/cabac.h Sat Apr 14 09:59:57 2007 +0000 @@ -532,7 +532,7 @@ ); 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 @@ 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 @@ ); return coeff_count; } -#endif /* defined(ARCH_X86) && !(defined(PIC) && defined(__GNUC__)) */ +#endif /* defined(ARCH_X86) && && defined(CONFIG_7REGS) && defined(CONFIG_EBX_AVAILABLE) */ /** *