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

Diego Biurrun git at videolan.org
Thu Feb 14 12:18:51 CET 2013


ffmpeg | branch: release/1.1 | Diego Biurrun <diego at biurrun.de> | Mon Jan 21 19:43:06 2013 +0100| [077beee4653fb8185f802836bf18cff534e68060] | committer: Reinhard Tartler

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

CC: libav-stable at libav.org
(cherry picked from commit 4f56e773fe8a554b8c2662650aaf799c2ece2721)

Signed-off-by: Reinhard Tartler <siretart at tauware.de>

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

 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 a5d9458..45c30d1 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