mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-10 03:49:54 +00:00
avcodec/x86/vp9dsp_init: remove preprocessor checks for some prototypes
Fixes compilation with --disable-avx512icl Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
7252f6c0bf
commit
2fffa01ddb
1 changed files with 0 additions and 2 deletions
|
|
@ -50,14 +50,12 @@ decl_mc_funcs(8, ssse3, int8_t, 32, 8);
|
|||
#if ARCH_X86_64
|
||||
decl_mc_funcs(16, ssse3, int8_t, 32, 8);
|
||||
decl_mc_funcs(32, avx2, int8_t, 32, 8);
|
||||
#if HAVE_AVX512ICL_EXTERNAL
|
||||
decl_subpel_asm( 4, 8, avx512icl);
|
||||
decl_subpel_asm( 8, 8, avx512icl);
|
||||
decl_subpel_asm(16, 8, avx512icl);
|
||||
decl_subpel_asm(32, 8, avx512icl);
|
||||
decl_subpel_asm(64, 8, avx512icl);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
mc_rep_funcs(16, 8, 8, sse2, int16_t, 8, 8)
|
||||
#if ARCH_X86_32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue