]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/x86/vp9dsp_init_16bpp.c
Merge commit '2d518aec4c781316092be65893b47922c8f71b67'
[ffmpeg] / libavcodec / x86 / vp9dsp_init_16bpp.c
index 4faee7b34c3108b58a9c45f9c8cda0feb2dbc657..60d10a12a3a647483392d8b8dca03a8b94356630 100644 (file)
@@ -140,7 +140,9 @@ av_cold void ff_vp9dsp_init_16bpp_x86(VP9DSPContext *dsp)
         init_ipred_func(dl, DIAG_DOWN_LEFT, 16, 16, avx2);
         init_ipred_func(dl, DIAG_DOWN_LEFT, 32, 16, avx2);
         init_ipred_func(dr, DIAG_DOWN_RIGHT, 16, 16, avx2);
+#if ARCH_X86_64
         init_ipred_func(dr, DIAG_DOWN_RIGHT, 32, 16, avx2);
+#endif
     }
 
 #endif /* HAVE_X86ASM */