mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
x86/synth_filter: remove the fma3 version ifdefs
This fixes compilation failures with --disable-fma3 Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
aaab192df2
commit
0f524b6c69
@ -418,7 +418,5 @@ INIT_XMM sse2
|
||||
SYNTH_FILTER
|
||||
INIT_YMM avx
|
||||
SYNTH_FILTER
|
||||
%if HAVE_FMA3_EXTERNAL
|
||||
INIT_YMM fma3
|
||||
SYNTH_FILTER
|
||||
%endif
|
||||
|
@ -82,9 +82,7 @@ SYNTH_FILTER_FUNC(sse)
|
||||
#endif
|
||||
SYNTH_FILTER_FUNC(sse2)
|
||||
SYNTH_FILTER_FUNC(avx)
|
||||
#if HAVE_FMA3_EXTERNAL
|
||||
SYNTH_FILTER_FUNC(fma3)
|
||||
#endif
|
||||
#endif /* HAVE_YASM */
|
||||
|
||||
av_cold void ff_synth_filter_init_x86(SynthFilterContext *s)
|
||||
|
Loading…
Reference in New Issue
Block a user