[FFmpeg-cvslog] Fix compilation with yasm 0.6.2.

Carl Eugen Hoyos git at videolan.org
Fri Dec 7 00:27:30 CET 2012


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri Dec  7 00:26:45 2012 +0100| [24b20087bd1ff86c26490928e30bad4f6b70f356] | committer: Carl Eugen Hoyos

Fix compilation with yasm 0.6.2.

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

 libavfilter/x86/af_volume.asm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavfilter/x86/af_volume.asm b/libavfilter/x86/af_volume.asm
index dc54f6e..f4cbcbc 100644
--- a/libavfilter/x86/af_volume.asm
+++ b/libavfilter/x86/af_volume.asm
@@ -99,9 +99,11 @@ cglobal scale_samples_s32, 4,4,4, dst, src, len, volume
 INIT_XMM sse2
 %define CVTDQ2PD cvtdq2pd
 SCALE_SAMPLES_S32
+%if HAVE_AVX_EXTERNAL
 %define CVTDQ2PD vcvtdq2pd
 INIT_YMM avx
 SCALE_SAMPLES_S32
+%endif
 %undef CVTDQ2PD
 
 ; NOTE: This is not bit-identical with the C version because it clips to



More information about the ffmpeg-cvslog mailing list