]> git.sesse.net Git - ffmpeg/blobdiff - libswresample/x86/rematrix_init.c
Merge commit '0539d84d985e811e5989ef27c13f7e2dda0f9b89'
[ffmpeg] / libswresample / x86 / rematrix_init.c
index 5f2c5fe170a49005fffd8c1facebd8db4dfcb72f..d71b41a73e4fabb30abd4675c6d544cdd21cd2cd 100644 (file)
@@ -31,7 +31,7 @@ D(int16, mmx)
 D(int16, sse2)
 
 av_cold int swri_rematrix_init_x86(struct SwrContext *s){
-#if HAVE_YASM
+#if HAVE_X86ASM
     int mm_flags = av_get_cpu_flags();
     int nb_in  = av_get_channel_layout_nb_channels(s->in_ch_layout);
     int nb_out = av_get_channel_layout_nb_channels(s->out_ch_layout);