summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-01-21 19:43:06 +0100
committerDiego Biurrun <diego@biurrun.de>2013-01-21 23:54:32 +0100
commit4f56e773fe8a554b8c2662650aaf799c2ece2721 (patch)
tree3e82daa9d4b66b05d255b7e22ef58695e49d7e98
parentab587f39b2201238594384ad58a4224233fb315b (diff)
x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assembly
CC: libav-stable@libav.org
-rw-r--r--libavcodec/x86/ac3dsp.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/ac3dsp.asm b/libavcodec/x86/ac3dsp.asm
index ef59db2b3b..b4986ad50f 100644
--- a/libavcodec/x86/ac3dsp.asm
+++ b/libavcodec/x86/ac3dsp.asm
@@ -66,7 +66,7 @@ cglobal ac3_exponent_min, 3, 4, 2, exp, reuse_blks, expn, offset
%define LOOP_ALIGN
INIT_MMX mmx
AC3_EXPONENT_MIN
-%if HAVE_MMXEXT
+%if HAVE_MMXEXT_EXTERNAL
%define LOOP_ALIGN ALIGN 16
INIT_MMX mmxext
AC3_EXPONENT_MIN