[FFmpeg-cvslog] x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assembly

Diego Biurrun git at videolan.org
Tue Jan 22 14:47:39 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Jan 21 19:43:06 2013 +0100| [4f56e773fe8a554b8c2662650aaf799c2ece2721] | committer: Diego Biurrun

x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assembly

CC: libav-stable at libav.org

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f56e773fe8a554b8c2662650aaf799c2ece2721
---

 libavcodec/x86/ac3dsp.asm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/x86/ac3dsp.asm b/libavcodec/x86/ac3dsp.asm
index ef59db2..b4986ad 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



More information about the ffmpeg-cvslog mailing list