[ffmpeg] branch master updated. 2fffa01ddb avcodec/x86/vp9dsp_init: remove preprocessor checks for some prototypes
The branch, master has been updated via 2fffa01ddb777871cd53ef6c92f5c19cae8afe16 (commit) from 7252f6c0bfe7b983232c99b1a5f5924a58654d6b (commit) - Log ----------------------------------------------------------------- commit 2fffa01ddb777871cd53ef6c92f5c19cae8afe16 Author: James Almer <jamrial@gmail.com> AuthorDate: Fri Aug 29 14:02:13 2025 -0300 Commit: James Almer <jamrial@gmail.com> CommitDate: Fri Aug 29 14:02:49 2025 -0300 avcodec/x86/vp9dsp_init: remove preprocessor checks for some prototypes Fixes compilation with --disable-avx512icl Signed-off-by: James Almer <jamrial@gmail.com> diff --git a/libavcodec/x86/vp9dsp_init.c b/libavcodec/x86/vp9dsp_init.c index 15862f43bf..9836b3321c 100644 --- a/libavcodec/x86/vp9dsp_init.c +++ b/libavcodec/x86/vp9dsp_init.c @@ -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 ----------------------------------------------------------------------- Summary of changes: libavcodec/x86/vp9dsp_init.c | 2 -- 1 file changed, 2 deletions(-) hooks/post-receive --
participants (1)
-
ffmpeg-git@ffmpeg.org