aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/dcadsp.asm
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-04-04 22:53:18 -0300
committerMichael Niedermayer <michaelni@gmx.at>2014-04-05 05:15:27 +0200
commit7d2116dd09d19d9aa08f9155a932d684c8d6a2f7 (patch)
tree99c3e818a0f0e2e7ba2efc5ed24eed905cae3ad8 /libavcodec/x86/dcadsp.asm
parentec8789ac635356bfddddebbdde86b4b0d7998712 (diff)
downloadffmpeg-7d2116dd09d19d9aa08f9155a932d684c8d6a2f7.tar.gz
x86/synth_filter: compile avx and fma3 functions unconditionally
Fixes compilation failures with "--disable-{avx,fma3} --disable-optimizations" Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/dcadsp.asm')
-rw-r--r--libavcodec/x86/dcadsp.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/x86/dcadsp.asm b/libavcodec/x86/dcadsp.asm
index 1a725978a3..e49d63d8ad 100644
--- a/libavcodec/x86/dcadsp.asm
+++ b/libavcodec/x86/dcadsp.asm
@@ -416,11 +416,7 @@ SYNTH_FILTER
%endif
INIT_XMM sse2
SYNTH_FILTER
-%if HAVE_AVX_EXTERNAL
INIT_YMM avx
SYNTH_FILTER
-%endif
-%if HAVE_FMA3_EXTERNAL
INIT_YMM fma3
SYNTH_FILTER
-%endif