diff h264.c @ 4881:fb8cbb18b2b4 libavcodec

10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.
author diego
date Thu, 26 Apr 2007 00:32:31 +0000
parents 861ff463ac61
children 8131ccb4ea72
line wrap: on
line diff
--- a/h264.c	Wed Apr 25 22:16:50 2007 +0000
+++ b/h264.c	Thu Apr 26 00:32:31 2007 +0000
@@ -6111,7 +6111,7 @@
             index[coeff_count++] = last;\
         }
         const uint8_t *sig_off = significant_coeff_flag_offset_8x8[MB_FIELD];
-#if defined(ARCH_X86) && defined(CONFIG_7REGS) && defined(CONFIG_EBX_AVAILABLE)
+#if defined(ARCH_X86) && defined(CONFIG_7REGS) && defined(HAVE_EBX_AVAILABLE)
         coeff_count= decode_significance_8x8_x86(CC, significant_coeff_ctx_base, index, sig_off);
     } else {
         coeff_count= decode_significance_x86(CC, max_coeff, significant_coeff_ctx_base, index);