From 265980dabc2833a7d751edd6993d258f0048f48e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 20 Oct 2011 15:43:16 +0200 Subject: x86: Move some variable declarations below the appropriat #ifdef. This avoids some unused variable warnings with YASM disabled. --- libavcodec/x86/ac3dsp_mmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86/ac3dsp_mmx.c') diff --git a/libavcodec/x86/ac3dsp_mmx.c b/libavcodec/x86/ac3dsp_mmx.c index 692d240d4c..d6bb469457 100644 --- a/libavcodec/x86/ac3dsp_mmx.c +++ b/libavcodec/x86/ac3dsp_mmx.c @@ -50,9 +50,9 @@ extern void ff_ac3_extract_exponents_ssse3(uint8_t *exp, int32_t *coef, int nb_c av_cold void ff_ac3dsp_init_x86(AC3DSPContext *c, int bit_exact) { +#if HAVE_YASM int mm_flags = av_get_cpu_flags(); -#if HAVE_YASM if (mm_flags & AV_CPU_FLAG_MMX) { c->ac3_exponent_min = ff_ac3_exponent_min_mmx; c->ac3_max_msb_abs_int16 = ff_ac3_max_msb_abs_int16_mmx; -- cgit v1.2.3