]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/x86/ac3dsp_init.c
x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is enabled
[ffmpeg] / libavcodec / x86 / ac3dsp_init.c
index b23a9a1aebb00395feaff87e8267988bacae605f..5008d65676aa1eefab23b0872894899bbe1835e9 100644 (file)
@@ -205,7 +205,9 @@ av_cold void ff_ac3dsp_init_x86(AC3DSPContext *c, int bit_exact)
         }
     }
 
+#if HAVE_SSE_INLINE
     if (INLINE_SSE(mm_flags)) {
         c->downmix = ac3_downmix_sse;
     }
+#endif
 }