# HG changeset patch # User diego # Date 1192181914 0 # Node ID bc467895b8c90493c9f8c3b2275f41de5fd16f2c # Parent 05e66f9c15bb6b7af9e260a949bb08209a2d3230 10l: refill2() is not unused, it is used conditionally. Fix the preprocessor directives to enable refill2() only when the conditions under which it is used apply. diff -r 05e66f9c15bb -r bc467895b8c9 cabac.h --- a/cabac.h Fri Oct 12 09:10:07 2007 +0000 +++ b/cabac.h Fri Oct 12 09:38:34 2007 +0000 @@ -272,7 +272,7 @@ c->bytestream+= CABAC_BITS/8; } -#if 0 +#if ! ( defined(ARCH_X86) && defined(HAVE_7REGS) && defined(HAVE_EBX_AVAILABLE) && !defined(BROKEN_RELOCATIONS) ) static void refill2(CABACContext *c){ int i, x;