Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-12-07 03:26:45 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-12-07 03:26:45 +0400
commit24b20087bd1ff86c26490928e30bad4f6b70f356 (patch)
treeac142f59c5239cdc34ba0d35b761435169e26e8d /libavfilter/x86
parent892750b07bd0ee3d5483154bd185e4006f1dfe62 (diff)
Fix compilation with yasm 0.6.2.
Diffstat (limited to 'libavfilter/x86')
-rw-r--r--libavfilter/x86/af_volume.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/x86/af_volume.asm b/libavfilter/x86/af_volume.asm
index dc54f6ee4a..f4cbcbc5de 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