X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libswresample%2Frematrix.c;h=66a43c16c165a682df1127f7f3fb8b450abc4af8;hb=fd502f4f5fe8d2f241102ca9a529aa7f88209c22;hp=03b9b20900e2a9a6a0a11780229eeca7ca882bdb;hpb=e5630ce5b122b058e6a510ad841b678eb7c5ae76;p=ffmpeg diff --git a/libswresample/rematrix.c b/libswresample/rematrix.c index 03b9b20900e..66a43c16c16 100644 --- a/libswresample/rematrix.c +++ b/libswresample/rematrix.c @@ -470,7 +470,7 @@ av_cold int swri_rematrix_init(SwrContext *s){ s->matrix_ch[i][0]= ch_in; } - if(HAVE_YASM && HAVE_MMX) + if(HAVE_X86ASM && HAVE_MMX) return swri_rematrix_init_x86(s); return 0;