Hi, On Mon, Jul 30, 2012 at 8:03 AM, Måns Rullgård <[email protected]> wrote: > inline_mmx_deps="inline_asm mmx" > inline_sse_deps="inline_mmx"
If the user uses --disable-sse, this doesn't disable it here. I suppose you might mean inline_sse_deps="inline_mmx sse"? Other than that, looks good to me. I don't think we need HAVE_SSE etc. in config.h, only HAVE_INLINE_SSE and HAVE_YASM_SSE. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
