On 10/13/2011 04:38 PM, Ronald S. Bultje wrote: > 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?
not sure. i can give it a try if anyone wants it. -Justin _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel