Hi,

On Wed, Oct 12, 2011 at 9:24 PM, Justin Ruggles
<justin.rugg...@gmail.com> wrote:
> -        if(mm_flags & AV_CPU_FLAG_SSE2){
> +        if (HAVE_SSE && mm_flags & AV_CPU_FLAG_SSE2) {

(Not specific review of this patch, but ...) why don't we have a
HAVE_SSE2 macro?

Ronald
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to